Get Provision Spec

Get Provision Spec

Get sddc provision spec for an org

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/provision-spec
COPY
Path Parameters
string
org
Required

Organization identifier.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProvisionSpec of type(s) application/json
{
    "provider": {
        "provider": {
            "sddc_type_config_spec": {
                "sddc_type_config_spec": {
                    "expiry_in_days": 0,
                    "availability": {
                        "availability": [
                            {
                                "instance_type": "string",
                                "hosts": [
                                    0
                                ],
                                "display_name": "string",
                                "entity_capacity": {
                                    "storage_capacity_gib": 0,
                                    "memory_capacity_gib": 0,
                                    "total_number_of_cores": 0,
                                    "number_of_ssds": 0,
                                    "cpu_capacity_ghz": "number",
                                    "number_of_sockets": 0
                                }
                            }
                        ]
                    }
                }
            },
            "region_display_names": {
                "region_display_names": "string"
            }
        }
    }
}
object
provider
Optional

Map of provider to sddc config spec


400

BadRequest

Returns ErrorResponse of type(s) application/json
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Returns ErrorResponse of type(s) application/json
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages


500

Internal server error.

Returns ErrorResponse of type(s) application/json
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages