Get Clusters
Retrieves the primary cluster in provided customer sddc UUID
Organization identifier
Sddc identifier
OK
{
"cluster_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
},
"esx_host_list": [
{
"availability_zone": "string",
"esx_id": "string",
"durable_host_name": "string",
"state_last_updated": "string",
"name": "string",
"custom_properties": {
"custom_properties": "string"
},
"hostname": "string",
"provider": "string",
"instance_type": "string",
"mac_address": "string",
"esx_state": "string",
"capacity_pool": "string",
"eni_list": [
{
"secondary_ips": [
"string"
],
"attachment_id": "string",
"association_id": "string",
"vmk_id": "string",
"device_index": 0,
"security_group_id": "string",
"instance_id": "string",
"subnet_id": "string",
"public_ips": [
"string"
],
"private_ip": "string",
"mac_address": "string",
"source_dest_check_false": false,
"portgroup": "string",
"id": "string"
}
],
"xeni_info": {
"association_id": "string",
"trunk_eni_id": "string",
"x_eni_id": "string"
},
"partition_number": 0,
"ec2_instance_running_status_count": 0,
"esx_nic_info": {
"ip": "string",
"mac": "string",
"vlan": "string",
"gateway": "string",
"net-stack": "string"
},
"internal_public_ip_pool": [
{
"public_ip": "string",
"name": "string",
"allocation_id": "string",
"dnat_rule_id": "string",
"associated_private_ip": "string",
"snat_rule_id": "string"
}
]
}
],
"wcp_details": {
"pod_cidr": "string",
"egress_cidr": "string",
"ingress_cidr": "string",
"service_cidr": "string",
"wcp_status": "string"
},
"msft_license_config": {
"mssql_licensing": "string",
"academic_license": false,
"windows_licensing": "string"
},
"cluster_state": "string",
"esx_host_info": {
"instance_type": "string"
},
"host_cpu_cores_count": 0,
"partition_placement_group_info": [
{
"partition_group_names": [
"string"
],
"availability_zone": "string"
}
],
"cluster_id": "string",
"availability_type": "string",
"mgmt_rp_name": "string",
"aws_kms_info": {
"amazon_resource_name": "string"
},
"availability_zones": [
"string"
],
"compute_rp_name": "string",
"vsan_witness": {
"instance_id": "string",
"eni_info": {
"secondary_ips": [
"string"
],
"attachment_id": "string",
"association_id": "string",
"vmk_id": "string",
"device_index": 0,
"security_group_id": "string",
"instance_id": "string",
"subnet_id": "string",
"public_ips": [
"string"
],
"private_ip": "string",
"mac_address": "string",
"source_dest_check_false": false,
"portgroup": "string",
"id": "string"
}
},
"custom_properties": {
"custom_properties": "string"
},
"cluster_name": "string",
"vsan_version": "string",
"hyper_threading_enabled": false
}
Decribes the capacity of an entity in a provisioned cluster or to be used in an already-provisioned cluster.
esx_host_list
wcp_details
msft_license_config
cluster_state
esx_host_info
Number of cores enabled on ESX hosts added to this cluster
Partition placement group infos
cluster_id
Identifies either cluster is a SingleAZ or a MultiAZ.
mgmt_rp_name
aws_kms_info
Name of the availability zone.
compute_rp_name
vsan_witness
custom_properties
cluster_name
Version of vSAN used in this cluster. Empty means vsan 1.0
Specifies whether hyperThreading is disabled/enabled explicitly
The sddc is not in a state that's valid for fetching the primary cluster.
"ErrorResponse Object"
HTTP status code
Originating request URI
If true, client should retry operation
unique error code
localized error messages
Unauthorized
Access not allowed to the operation for the current user
"ErrorResponse Object"
HTTP status code
Originating request URI
If true, client should retry operation
unique error code
localized error messages
Cannot find the sddc with the given identifier to fetch the primary cluster
"ErrorResponse Object"
HTTP status code
Originating request URI
If true, client should retry operation
unique error code
localized error messages
curl -H 'Authorization: <value>' https://{api_host}/vmc/api/orgs/{org}/sddcs/{sddc}/primarycluster