Get Collector Groups Using GET
Get all the Collector Groups defined in the system
Request
URI
GET
https://{api_host}/api/collectorgroups
COPY
Responses
200
The defined Collector Groups
Returns collector-groups of type(s) application/json
{
"collectorGroups": [
{
"collectorIds": [
0
],
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"systemDefined": false
}
]
}
500
In case of any error processing the API response
Operation doesn't return any data structure
Collector Groups Operations
PUT
Add Collector To Collector Group Using PUT
POST
Create Collector Group Using POST
DELETE
Delete Collector Group Using DELETE
GET
Get Collector Groups Using GET
GET
Get Collector Group Using GET
DELETE
Remove Collector From Collector Group Using DELETE
PUT
Update Collector Group Using PUT