PageOfWsa
PageOfWsa
Represents a page of elements of a single type
JSON Example
{
"elements": [
{
"id": "string",
"loadBalancerFqdn": "wsa-lb.vrack.vsphere.local",
"loadBalancerIpAddress": "10.0.0.15",
"nodes": [
{
"fqdn": "vrealize.node.vrack.vsphere.local",
"id": "string",
"ipAddress": "10.0.0.17",
"type": "MASTER, REPLICA, DATA, REMOTE_COLLECTOR, WORKER"
}
],
"status": "ACTIVE, ERROR",
"version": "8.1.0-13036238"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}