curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-scopes/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "my-scope",
"filters": [
{
"entityType": "ENTITY_TYPE_UNSPECIFIED",
"expression": "<v1>true"
}
],
"defaultExpression": "<v1>true",
"description": "The best scope"
}
'{
"scope": {
"defaultExpression": "<v1>true",
"description": "The best scope",
"displayName": "my-scope",
"filters": [
{
"entityType": "ENTITY_TYPE_UNSPECIFIED",
"expression": "<v1>true"
}
],
"id": "60c82be2-413f-4b8e-8201-7f5c51e2ef2b",
"teamId": 1234
}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-scopes/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "my-scope",
"filters": [
{
"entityType": "ENTITY_TYPE_UNSPECIFIED",
"expression": "<v1>true"
}
],
"defaultExpression": "<v1>true",
"description": "The best scope"
}
'{
"scope": {
"defaultExpression": "<v1>true",
"description": "The best scope",
"displayName": "my-scope",
"filters": [
{
"entityType": "ENTITY_TYPE_UNSPECIFIED",
"expression": "<v1>true"
}
],
"id": "60c82be2-413f-4b8e-8201-7f5c51e2ef2b",
"teamId": 1234
}
}API key authentication
This data structure represents a request to create a scope
"my-scope"
"<v1>true"
"The best scope"
This data structure represents a response to create a scope
This data structure represents a scope
Show child attributes
"<v1>true"
"The best scope"
"my-scope"
"60c82be2-413f-4b8e-8201-7f5c51e2ef2b"
1234
Was this page helpful?