curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/teams/groups/{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/{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
}
}
}Was this page helpful?