Skip to main content
List Entity Subtypes
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/3/notifications/notification-center/v1/entity-types/{entity_type}/entity-subtypes \
  --header 'Authorization: <api-key>'
{
  "entitySubTypes": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

entity_type
enum<string>
required
Available options:
ENTITY_TYPE_UNSPECIFIED,
ALERTS,
TEST_NOTIFICATIONS,
CASES

Response

200 - application/json
entitySubTypes
string[]