Get Domain
Get a Domain
Domain ID
Ok
{
"capacity": {
"cpu": {
"total": {
"unit": "string",
"value": "number"
},
"used": {
"unit": "string",
"value": "number"
}
},
"memory": {
"total": {
"unit": "string",
"value": "number"
},
"used": {
"unit": "string",
"value": "number"
}
},
"storage": {
"total": {
"unit": "string",
"value": "number"
},
"used": {
"unit": "string",
"value": "number"
}
}
},
"clusters": [
{
"id": "string"
}
],
"id": "string",
"name": "string",
"nsxtCluster": {
"id": "string",
"vip": "string",
"vipFqdn": "string"
},
"status": "string",
"type": "string",
"vcenters": [
{
"fqdn": "string",
"id": "string"
}
]
}
Represents a usage and capacity information of a Resource
List of clusters associated with the workload domain
ID of the workload domain
Name of the workload domain
Represents an NSX-T Cluster reference
Status of the workload domain
Type of the workload domain
List of vCenters associated with the workload domain
Domain not found
"Error Object"
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The underlying cause exceptions.
The error context (e.g. the component where it occurred).
The minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message
InternalServerError
"Error Object"
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The underlying cause exceptions.
The error context (e.g. the component where it occurred).
The minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message
curl -H 'Authorization: <value>' https://{api_host}/v1/domains/{id}