[
{
"id": 123,
"moduleId": 123,
"groupName": "<string>",
"groupDescription": "<string>",
"moduleGroupConfigurations": [
{
"id": 123,
"groupId": 123,
"confKey": "<string>",
"confValue": "<string>",
"confName": "<string>",
"confDescription": "<string>",
"confDataType": "<string>",
"confRequired": true
}
],
"collector": "<string>"
}
]
[
{
"id": 123,
"moduleId": 123,
"groupName": "<string>",
"groupDescription": "<string>",
"moduleGroupConfigurations": [
{
"id": 123,
"groupId": 123,
"confKey": "<string>",
"confValue": "<string>",
"confName": "<string>",
"confDescription": "<string>",
"confDataType": "<string>",
"confRequired": true
}
],
"collector": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.