[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Get Provision Spec
DescriptionGet sddc provision spec for an org
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/provision-spec
Path Parameters
Path Parameters
string
org
Required
Organization identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ProvisionSpec
of type(s) application/json
{
"provider": {
"key": {
"region_display_names": {
"key": "string"
},
"sddc_type_config_spec": {
"key": {
"availability": {
"key": {
"cpu_cores": 0,
"description": "string",
"display_name": "string",
"entity_capacity": {
"cpu_capacity_ghz": 0,
"memory_capacity_gib": 0,
"number_of_sockets": 0,
"number_of_ssds": 0,
"storage_capacity_gib": 0,
"total_number_of_cores": 0
},
"hosts": 0,
"hyper_threading_supported": false,
"instanceProvisioningErrorCause": "string",
"instance_type": "string",
"label": "string"
}
},
"expiry_in_days": 0,
"powered_by": {
"key": {
"cpu_cores": 0,
"description": "string",
"display_name": "string",
"entity_capacity": {
"cpu_capacity_ghz": 0,
"memory_capacity_gib": 0,
"number_of_sockets": 0,
"number_of_ssds": 0,
"storage_capacity_gib": 0,
"total_number_of_cores": 0
},
"hosts": 0,
"hyper_threading_supported": false,
"instanceProvisioningErrorCause": "string",
"instance_type": "string",
"label": "string",
"powered_by_id": "string",
"powered_by_type": "OUTPOST"
}
},
"powered_by_outpost_available": false,
"sddc_sizes": [
"string"
]
}
}
}
}
}
Errors
ErrorResponse
400
BadRequest
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
500
Internal server error.
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcsProvisionSpecGet -Org "MyOrg"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/provision-spec
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: provisionSpec
x-vmw-vapi-methodname: get
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
On This Page
SDDC Operations
post
post
post
delete
delete
get
get
get
patch