Skip to main content
Alerting & Response/Alert Rules
GETAlertingSince 1.0SynchronousAuth Required

GetAlertValidationRules

List all available validation rules and their constraints

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    List of validation rule definitions

    Example: (nested array)

    • moduleString

      Module that defines this validation rule

      Example: alert

    • fieldString

      Field name this validation applies to

      Example: threshold

    • validationTypeString

      Type of validation (range, enum, pattern, etc.)

      Example: range

    • descriptionString

      Human-readable description of the validation constraint

      Example: Must be between 0 and 100

  • totalInteger

    Total number of validation rules

    Example: 15

Endpoint

GET/api/v1/alerting/rules/validation-rules

/api/v1/alerting/rules/validation-rules

Operation ID

GetAlertValidationRules

Permalink

Request Example

curl -X GET '{host}/api/v1/alerting/rules/validation-rules' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ],
  "total": 15
}

Change History

This API has no change history records yet.

View all change history