VmwarevcloudairConfig

Resource Fields

Writeable Fields

Field Type Create Update Default Notes
catalog string Optional Yes -  
catalogitem string Optional Yes -  
computeid string Optional Yes -  
cpuCount string Optional Yes -  
dockerPort string Optional Yes -  
edgegateway string Optional Yes -  
memorySize string Optional Yes -  
orgvdcnetwork string Optional Yes -  
password string Optional Yes -  
publicip string Optional Yes -  
sshPort string Optional Yes - The port to ssh into the host
username string Optional Yes -  
vdcid 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.

Operations

CreatePOST: /v1/vmwarevcloudairConfigs

curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
	"catalog": "string",
	"catalogitem": "string",
	"computeid": "string",
	"cpuCount": "string",
	"dockerPort": "string",
	"edgegateway": "string",
	"memorySize": "string",
	"orgvdcnetwork": "string",
	"password": "string",
	"publicip": "string",
	"sshPort": "string",
	"username": "string",
	"vdcid": "string"
}' 'http://${RANCHER_URL}:8080/v1/vmwarevcloudairConfigs'
Edit this page