NSX-T Data Center REST API
PolicyEdgeMemberAllocationStatus (type)
{ "additionalProperties": false, "id": "PolicyEdgeMemberAllocationStatus", "module_id": "PolicyEdgeClusterStatistics", "properties": { "allocated_services": { "description": "List of services allocated on the edge node.", "items": { "$ref": "PolicyAllocatedService" }, "readonly": true, "title": "Services allocated on edge node", "type": "array" }, "allocation_pools": { "description": "Allocation details of pools defined on the edge node.", "items": { "$ref": "AllocationPool" }, "readonly": true, "title": "Pool Allocation details", "type": "array" }, "display_name": { "description": "Display name of edge cluster member. Defaults to ID if not set.", "readonly": true, "title": "Identifier to use when displaying cluster member in logs or GUI", "type": "string" }, "edge_transport_node_path": { "description": "Policy edge transport node path.", "readonly": true, "title": "Policy path of edge transport node", "type": "string" }, "member_index": { "description": "Path of the edge transport node whose status is being reported.", "readonly": true, "title": "System generated index for cluster member", "type": "int" }, "policy_edge_node_path": { "description": "Policy edge node backed by an Edge Transport node.", "required": true, "title": "path of policy edge node", "type": "string" } }, "type": "object" }