| Field | Type | Create | Update | Default | Notes |
|---|---|---|---|---|---|
| boot2dockerUrl | string | Optional | Yes | - | |
| cpuCount | string | Optional | Yes | - | |
| diskSize | string | Optional | Yes | - | |
| memory | string | Optional | Yes | - | |
| virtualSwitch | 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/hypervConfigs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
"boot2dockerUrl": "string",
"cpuCount": "string",
"diskSize": "string",
"memory": "string",
"virtualSwitch": "string"
}' 'http://${RANCHER_URL}:8080/v1/hypervConfigs'