Post System Setup
Setup appliance nodes.
Request
URI
POST
https://{api_host}/api/systemSetup
COPY
Request Body
ApplianceSystemSetup
of type(s)
application/json
Optional
Show optional properties
{
"applianceType": "primary",
"storage": {
"nfs": "192.168.100.1:/data/transfer"
}
}
{
"applianceType": "string",
"storage": {
"nfs": "192.168.100.1:/data/transfer"
}
}
Responses
202
Response Body is empty. Response includes Location header with URL to related task-id.
Operation doesn't return any data structure
Response Headers
string
Location
Task URL. Example: https://<vcd-appliance-ip>:5480/api/1.0.0/tasks/<task-id>
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"applianceType:"string","storage:"object"}' https://{api_host}/api/systemSetup
Deprecated
Availability
Added in 35
Deprecated in 36
With alternative: see
/api/1.0.0/systemSetup
Removed in 36
System Setup Operations
POST
Perform System Setup
POST
Post System Setup
Deprecated