[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Get Provision Spec

Description

Get sddc provision spec for an org

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/provision-spec
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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"
					]
				}
			}
		}
	}
}
provider Optional

Map of provider to sddc config spec

Errors

Errors

ErrorResponse
400

BadRequest


401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
500

Internal server error.

Code Samples

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

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: provisionSpec
x-vmw-vapi-methodname: get


Feedback

Was this page helpful?