List Collector Modules

List Collector Modules

Returns the list of collector modules.

Request
URI
GET
https://{api_host}/tcsa.host.com/dcc/v1/collectors/{collector-name}/modules
COPY
Path Parameters
string
collector-name
Required

id of the instantiated collector

collector-name example
demo-collector

Authentication
This operation uses the following authentication methods.
Responses
200

List of collector modules.

Returns Array of string of type(s) application/json
[
    "Availability-Filter",
    "Group-Filter"
]

400

Bad request

Operation doesn't return any data structure

401

User authentication failed

Operation doesn't return any data structure

403

Access to the requested resource/operation is forbidden

Operation doesn't return any data structure

404

Collector not found

Operation doesn't return any data structure

500

Internal server error

Operation doesn't return any data structure