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"
        }
    ]
}
            
            
                                    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
            
            
                                    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
            
            
                                    string
                
                
            
        
        
                type            
                            Optional
            
            
        Type of the workload domain
