curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/teams/groups/{id}/scope \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"scopeFilters": {
"applications": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
],
"subsystems": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
]
}
}
'{
"scopeId": {
"id": 123
}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/teams/groups/{id}/scope \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"scopeFilters": {
"applications": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
],
"subsystems": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
]
}
}
'{
"scopeId": {
"id": 123
}
}API key authentication
Request message for setting scope filters (subsystems and applications) for a team group to control access permissions
Show child attributes
Response message containing the ID of the newly created or updated scope for a team group
Show child attributes
Was this page helpful?