[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Get Domain

Description

Get a Domain

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/domains/{id}
Copy

Path Parameters

Path Parameters

string
id Required

Domain ID


Response

Response

Response Body

Response Body

200 OK

Returns Domain of type(s) application/json
{
	"capacity": {
		"cpu": {
			"total": {
				"unit": "Hz",
				"value": 0
			},
			"used": {
				"unit": "Hz",
				"value": 0
			}
		},
		"memory": {
			"total": {
				"unit": "B",
				"value": 0
			},
			"used": {
				"unit": "B",
				"value": 0
			}
		},
		"storage": {
			"total": {
				"unit": "B",
				"value": 0
			},
			"used": {
				"unit": "B",
				"value": 0
			}
		}
	},
	"clusters": [
		{
			"id": "string"
		}
	],
	"id": "string",
	"isManagementSsoDomain": false,
	"name": "string",
	"nsxtCluster": {
		"id": "string",
		"vip": "string",
		"vipFqdn": "string"
	},
	"ssoId": "string",
	"ssoName": "string",
	"status": "string",
	"tags": [
		{
			"categoryId": "string",
			"categoryName": "string",
			"id": "string",
			"name": "string"
		}
	],
	"type": "string",
	"vcenters": [
		{
			"fqdn": "string",
			"id": "string"
		}
	]
}
capacity Optional

Capacity information for the workload domain


array of ClusterReference
clusters Optional

List of clusters associated with the workload domain


string
id Optional

ID of the workload domain


boolean
isManagementSsoDomain Optional

Shows whether the workload domain is joined to the Management domain SSO


string
name Optional

Name of the workload domain


nsxtCluster Optional

NSX-T cluster associated with the workload domain


string
ssoId Optional

ID of the SSO domain associated with the workload domain


string
ssoName Optional

Name of the SSO domain associated with the workload domain


string
status Optional

Status of the workload domain


array of Tag
tags Optional

Deprecated, this list will always be returned empty


string
type Optional

Type of the workload domain


array of VcenterReference
vcenters Optional

List of vCenters associated with the workload domain

Errors

Errors

Error
404

Domain not found


Error
500

InternalServerError

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/domains/{id}


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?