Get Vropses
Retrieve a list of VMware Aria Operations instances
Request
URI
GET
https://{api_host}/v1/vropses
COPY
Responses
200
Ok
Returns PageOfVrops of type(s) application/json
{
"elements": [
{
"id": "string",
"version": "string",
"nodes": [
{
"username": "user",
"password": "string",
"status": "ACTIVE",
"id": "string",
"fqdn": "vrealize.node.vrack.vsphere.local",
"type": "MASTER, REPLICA, DATA, REMOTE_COLLECTOR, WORKER",
"ipAddress": "10.0.0.17"
}
],
"loadBalancerFqdn": "string",
"loadBalancerIp": "string",
"status": "string"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
array of object
elements
Optional
The list of elements included in this page
object
pageMetadata
Optional
Represents pageable elements pagination metadata
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/vropses