| Field | Type | Create | Update | Default | Notes |
|---|---|---|---|---|---|
| apiToken | string | Optional | Yes | - | |
| apiUsername | string | Optional | Yes | - | |
| clientId | string | Optional | Yes | - | |
| flavorId | string | Optional | Yes | - | |
| imageId | string | Optional | Yes | - | |
| zoneId | 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/ubiquityConfigs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
"apiToken": "string",
"apiUsername": "string",
"clientId": "string",
"flavorId": "string",
"imageId": "string",
"zoneId": "string"
}' 'http://${RANCHER_URL}:8080/v1/ubiquityConfigs'