Domain

Domain
Domain

Represents a domain

JSON Example
{
    "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",
    "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

Represents a usage and capacity information of a Resource

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

Represents an NSX-T Cluster reference

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

vcenters
Optional

List of vCenters associated with the workload domain

Property Of
Returned By