{ "additionalProperties": false, "id": "EdgeMemberAllocationStatus", "module_id": "EdgeClusters", "properties": { "allocated_services": { "description": "List of services allocated on the edge node.", "items": { "$ref": "AllocatedService }, "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" }, "member_index": { "description": "System generated index for transport node backed by edge node.", "readonly": true, "title": "System generated index for cluster member", "type": "int" }, "node_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" }, "node_id": { "description": "System allotted UUID of edge node.", "readonly": true, "title": "Unique identifier of edge node", "type": "string" } }, "type": "object" }