curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/aaa/team-roles/v1/custom-roles \
--header 'Authorization: <api-key>'{
"roles": [
{
"description": "<string>",
"name": "<string>",
"parentRoleId": 123,
"parentRoleName": "<string>",
"permissions": [
"<string>"
],
"roleId": 123,
"teamId": 123
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/aaa/team-roles/v1/custom-roles \
--header 'Authorization: <api-key>'{
"roles": [
{
"description": "<string>",
"name": "<string>",
"parentRoleId": 123,
"parentRoleName": "<string>",
"permissions": [
"<string>"
],
"roleId": 123,
"teamId": 123
}
]
}Was this page helpful?