LBPoolStatus (type)

{
  "extends": {
    "$ref": "LBPoolStatusPerEP
  }, 
  "id": "LBPoolStatus", 
  "module_id": "PolicyLBStatistics", 
  "polymorphic-type-descriptor": {
    "type-identifier": "LBPoolStatus"
  }, 
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm, 
      "description": "Alarm information details.", 
      "readonly": true, 
      "title": "Alarm Information Details"
    }, 
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.", 
      "readonly": true, 
      "title": "Enforcement point Path", 
      "type": "string"
    }, 
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp when the data was last updated.", 
      "readonly": true, 
      "title": "Timestamp when the data was last updated"
    }, 
    "members": {
      "description": "Status of load balancer pool members.", 
      "items": {
        "$ref": "LBPoolMemberStatus
      }, 
      "readonly": true, 
      "title": "Status of load balancer pool members", 
      "type": "array"
    }, 
    "pool_path": {
      "description": "Load balancer pool object path.", 
      "readonly": true, 
      "title": "Load balancer pool object path", 
      "type": "string"
    }, 
    "resource_type": {
      "required": true, 
      "type": "string"
    }, 
    "status": {
      "description": "UP means that all primary members are in UP status. PARTIALLY_UP means that some(not all) primary members are in UP status, the number of these active members is larger or equal to certain number(min_active_members) which is defined in LBPool. When there are no backup members which are in the UP status, the number(min_active_members) would be ignored. PRIMARY_DOWN means that less than certain(min_active_members) primary members are in UP status but backup members are in UP status, connections to this pool would be dispatched to backup members. DOWN means that all primary and backup members are DOWN. DETACHED means that the pool is not bound to any virtual server. UNKOWN means that no status reported from transport-nodes. The associated load balancer service may be working(or not working).", 
      "enum": [
        "UP", 
        "PARTIALLY_UP", 
        "PRIMARY_DOWN", 
        "DOWN", 
        "DETACHED", 
        "UNKNOWN"
      ], 
      "readonly": true, 
      "title": "Virtual server status", 
      "type": "string"
    }
  }, 
  "type": "object"
}