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

SeedAlertBuiltinRules

Seed the system with builtin default alert rules

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.

  • seededCountInteger

    Number of rules seeded

    Example: 12

Endpoint

POST/api/v1/alerting/rules/seed

/api/v1/alerting/rules/seed

Operation ID

SeedAlertBuiltinRules

Permalink

Request Example

curl -X POST '{host}/api/v1/alerting/rules/seed' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{
  "seededCount": 12
}

Change History

This API has no change history records yet.

View all change history