NSX-T Data Center REST API
LBPoolStatistics (type)
{
"extends": {
"$ref": "LBPoolStatisticsPerEP"
},
"id": "LBPoolStatistics",
"module_id": "PolicyLBStatistics",
"polymorphic-type-descriptor": {
"type-identifier": "LBPoolStatistics"
},
"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": "Statistics of load balancer pool members.",
"items": {
"$ref": "LBPoolMemberStatistics"
},
"readonly": true,
"title": "Statistics 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"
},
"statistics": {
"$ref": "LBStatisticsCounter",
"description": "Virtual server statistics counter.",
"readonly": true,
"title": "Virtual server statistics counter"
}
},
"type": "object"
}