Initiate Quick Start
Initiates quick start. This can only be run once, if something fails, no rollback is attempted. The following prerequisites are required.
- A supervisor and its associated NSX manager are present in Tenant Manager
- No region or organization exists in Tenant Manager
Quick start will do the following with sensible defaults.
- Create a region
- Rename the provider default org to the specified name
- Configure regional networking settings
- Create a default Virtual Data Center
- Create a default Namespace
Indicate if quick start should be forced, which allows quick start to be run regardless of system state
Show optional properties
{
"regionName": "string",
"supervisorRef": {},
"storagePolicyNames": [
{}
]
}
{
"orgName": "string",
"regionName": "string",
"supervisorRef": {
"name": "string",
"id": "string"
},
"storagePolicyNames": [
"string"
]
}
If specified, quick start will rename the default provider tenant organization. It must follow RFC 1123 Label Names to conform with Kubernetes standards.
The name of the initial region to create. It must follow RFC 1123 Label Names to conform with Kubernetes standards.
Entity reference used to describe VCD entities
A list of distinct vCenter storage policy names from the vCenters taking part in this region. A storage policy with the given name must exist in all the vCenters of this region otherwise it will not be accepted. Only the storage policies added to a region can be published to the tenant Virtual Datacenters.
The request have been accepted and the task to monitor the request is in the Location header.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"regionName:"string","storagePolicyNames":["string"],"supervisorRef:"object"}' https://{api_host}/cloudapi/vcf/systemOverview/quickStart