| Field | Type | Create | Update | Default | Notes |
|---|---|---|---|---|---|
| apiKey | string | Optional | Yes | - | |
| apiSecretKey | string | Optional | Yes | - | |
| availabilityZone | string | Optional | Yes | - | |
| diskSize | string | Optional | Yes | - | |
| image | string | Optional | Yes | - | |
| instanceProfile | string | Optional | Yes | - | |
| securityGroup | array[string] | Optional | Yes | - | |
| url | string | Optional | Yes | - |
Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.
CreatePOST: /v1/exoscaleConfigs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
"apiKey": "string",
"apiSecretKey": "string",
"availabilityZone": "string",
"diskSize": "string",
"image": "string",
"instanceProfile": "string",
"securityGroup": [
"string1",
"...stringN"
],
"url": "string"
}' 'http://${RANCHER_URL}:8080/v1/exoscaleConfigs'