Skip to main content
List Entity Types
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/notifications/notification-center/v1/entity-types \
  --header 'Authorization: <api-key>'
{
  "entityTypes": [
    "ENTITY_TYPE_UNSPECIFIED"
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

200 - application/json
entityTypes
enum<string>[]
Available options:
ENTITY_TYPE_UNSPECIFIED,
ALERTS,
TEST_NOTIFICATIONS,
CASES