NSX-T Data Center REST API

LbServiceInstanceDetailPerStatus (type)

{
  "id": "LbServiceInstanceDetailPerStatus",
  "module_id": "AggSvcLb",
  "properties": {
    "instance_details": {
      "description": "The detailed information of the load balancer instance. This field will be only returned on realtime status API.",
      "items": {
        "$ref": "LbServiceInstanceDetail"
      },
      "title": "The detail information of load balancer instance",
      "type": "array"
    },
    "instance_number": {
      "description": "It means the total number of instances in this status type for the given transport node.",
      "title": "The number of instances in this status type",
      "type": "integer"
    },
    "status": {
      "$ref": "LbServiceInstanceStatusEnum",
      "description": "The type of load balancer instance status.",
      "title": "Load balancer instance status type"
    }
  },
  "type": "object"
}