NSX-T Data Center REST API
PolicyAllocatedService (type)
{
"additionalProperties": false,
"id": "PolicyAllocatedService",
"module_id": "PolicyEdgeClusterStatistics",
"properties": {
"allocation_details": {
"description": "Additional properties of a service, say the sub_pool_size and sub_pool_type for a LoadBalancer.",
"items": {
"$ref": "KeyValuePair"
},
"readonly": false,
"title": "Key-Value map of additional specific properties of services",
"type": "array"
},
"high_availability_status": {
"description": "Represents the active or the standby state of the service.",
"enum": [
"ACTIVE",
"STANDBY",
"DOWN",
"SYNC",
"UNKNOWN"
],
"readonly": true,
"title": "HA Status of the service context node",
"type": "string"
},
"service_reference": {
"$ref": "PolicyResourceReference",
"readonly": true,
"required": true,
"title": "Contains policy resource reference object"
}
},
"type": "object"
}