Get Collector Groups Using GET

Get Collector Groups Using GET

Get all the Collector Groups defined in the system

Request
URI
GET
https://{api_host}/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
{
    "collectorGroups": [
        {
            "collectorIds": [
                0
            ],
            "description": "string",
            "id": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string",
            "systemDefined": false
        }
    ]
}
collectorGroups
Optional

Collection of Collector Groups


500

In case of any error processing the API response

Operation doesn't return any data structure