Skip to main content
GET
/
logs
/
monitoring
/
event-types
List Monitoring Event Types
curl --request GET \
  --url https://api.example.com/logs/monitoring/event-types \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Ответ со списком доступных типов событий мониторинга.

items
string[]