NSX-T Data Center REST API

AggregateLBPoolStatus (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo"
  },
  "id": "AggregateLBPoolStatus",
  "module_id": "PolicyLBStatistics",
  "properties": {
    "intent_path": {
      "description": "Intent path of object, forward slashes must be escaped using %2F.",
      "readonly": true,
      "required": true,
      "title": "String Path of the intent object",
      "type": "string"
    },
    "results": {
      "description": "LBPoolStatusPerEP list results.",
      "items": {
        "$ref": "LBPoolStatusPerEP",
        "title": "LBPoolStatusPerEP"
      },
      "readonly": true,
      "title": "LBPoolStatusPerEP list results",
      "type": "array"
    }
  },
  "title": "Paged Collection of LBPoolStatusPerEP",
  "type": "object"
}