Skip to main content
Set Team Group Scope
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/v1/teams/groups/{group_id.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
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

group_id.id
integer
required

Body

application/json

Request message for setting scope filters (subsystems and applications) for a team group to control access permissions

scopeFilters
object

Response

Response message containing the ID of the newly created or updated scope for a team group

scopeId
object