curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/aaa/team-groups/v2 \
--header 'Authorization: <api-key>'{
"groups": [
{
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"externalId": "<string>",
"groupId": 123,
"groupOrigin": "GROUP_ORIGIN_UNSPECIFIED",
"groupType": "GROUP_TYPE_UNSPECIFIED",
"name": "<string>",
"role": {
"description": "<string>",
"name": "<string>",
"roleId": 123
},
"scope": {
"scopeId": "<string>"
},
"teamId": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"nextPageToken": "<string>",
"totalCount": 123
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/aaa/team-groups/v2 \
--header 'Authorization: <api-key>'{
"groups": [
{
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"externalId": "<string>",
"groupId": 123,
"groupOrigin": "GROUP_ORIGIN_UNSPECIFIED",
"groupType": "GROUP_TYPE_UNSPECIFIED",
"name": "<string>",
"role": {
"description": "<string>",
"name": "<string>",
"roleId": 123
},
"scope": {
"scopeId": "<string>"
},
"teamId": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"nextPageToken": "<string>",
"totalCount": 123
}API key authentication
Was this page helpful?