Skip to main content
Validate Entity Label Matcher
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/notifications/notification-center/v1/routers/matcher/validate \
  --header 'Authorization: <api-key>'
{
  "result": {
    "failure": {
      "message": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

entity_label_matcher
object

Entity label matcher to validate, expressed as a map of label keys to expected values.

Response

200 - application/json

Response which contains whether the given entity label matcher is valid

result
object

Result of validating an entity label matcher, indicating whether it is valid or contains errors.