Authorizations
API key authentication
Path Parameters
Response
Response message containing the optional scope configuration (filters for subsystems and applications) for a team group
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/teams/groups/{group_id.id}/scope \
--header 'Authorization: <api-key>'{
"scope": {
"filters": {
"applications": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
],
"subsystems": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
]
},
"id": {
"id": 123
}
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/teams/groups/{group_id.id}/scope \
--header 'Authorization: <api-key>'{
"scope": {
"filters": {
"applications": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
],
"subsystems": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
]
},
"id": {
"id": 123
}
}
}API key authentication
Response message containing the optional scope configuration (filters for subsystems and applications) for a team group
Show child attributes
Was this page helpful?