NSX-T Data Center REST API
LBServiceInstanceDetailPerStatus (type)
{
"id": "LBServiceInstanceDetailPerStatus",
"module_id": "PolicyLBStatistics",
"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"
}