AllocationPool (type)

{
  "additionalProperties": false, 
  "id": "AllocationPool", 
  "module_id": "EdgeClusters", 
  "properties": {
    "active_service_count": {
      "description": "Represents the number of acitve services running on the edge node.", 
      "readonly": true, 
      "title": "Number of active services on edge node", 
      "type": "int"
    }, 
    "standby_service_count": {
      "description": "Represents the number of standby services running on the edge node.", 
      "readonly": true, 
      "title": "Number of standby services on edge node", 
      "type": "int"
    }, 
    "sub_pools": {
      "description": "Allocation details of sub-pools configured on edge node.", 
      "items": {
        "$ref": "SubPool
      }, 
      "title": "Edge node sub-pool allocation details", 
      "type": "array"
    }
  }, 
  "type": "object"
}