Get Collector Groups

Get Collector Groups

Get all the Collector Groups defined in the system

Request
URI
GET
https://{api_host}/suite-api/api/collectorgroups
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The defined Collector Groups

Returns collector-groups of type(s) application/json
"{\n  \"collectorGroups\" : [ {\n    \"id\" : \"365a910e-df9b-405e-aa7d-bc3d1803ff35\",\n    \"name\" : \"collector_group_1\",\n    \"description\" : \"collector_group_1 description\",\n    \"collectorId\" : [ 1, 2 ],\n    \"systemDefined\" : false,\n    \"haEnabled\" : false,\n    \"lbEnabled\" : false\n  } ]\n}"
array of object
collectorGroups
Optional

Collection of Collector Groups


500

In case of any error processing the API response

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/collectorgroups