Get Collectors Using GET
If no filters set, the API returns all the Collectors registered with the vRealize Operations Manager system
Request
URI
GET
https://{api_host}/api/collectors
COPY
Query Parameters
string of array
host
Optional
Optional list of host names to filter by
Responses
200
The Collectors managed by the system
Returns collectors of type(s) application/json
{
"collector": [
{
"adapterInstanceIds": [
"string"
],
"hostName": "string",
"id": "string",
"lastHeartbeat": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"local": false,
"name": "string",
"nodeIdentifier": "string",
"state": "string",
"type": "string",
"uuId": "string"
}
]
}