Get Primary Cluster
Retrieves the primary cluster in provided customer sddc UUID
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/primarycluster
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
Response
Response
Response BodyResponse Body
200 OK returns
Cluster of type(s) application/json
{
"aws_kms_info": {
"amazon_resource_name": "string"
},
"cluster_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
},
"cluster_id": "string",
"cluster_name": "string",
"cluster_state": "string",
"esx_host_info": {
"instance_type": "string"
},
"esx_host_list": [
{}
],
"host_cpu_cores_count": 0,
"msft_license_config": {
"mssql_licensing": "string",
"windows_licensing": "string"
}
}
string
cluster_id
Required
This property has no documentation
aws_kms_info
Optional
AWS Key Management Service information associated with this cluster
string
cluster_name
Optional
This property has no documentation
string
cluster_state
Optional
This property has no documentation
Possible values are: DEPLOYING , ADDING_HOSTS , READY , FAILED
integer
host_cpu_cores_count
Optional
Number of cores enabled on ESX hosts added to this cluster
msft_license_config
Optional
The Microsoft license configuration of this cluster.
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/primarycluster
Errors
401
Unauthorized