Skip to main content
Get multiple alert scheduler rules
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/3/v1/alert-scheduler-rules/bulk \
  --header 'Authorization: <api-key>'
{
  "alertSchedulerRules": [
    {
      "alertSchedulerRule": {
        "createdAt": "<string>",
        "description": "<string>",
        "enabled": true,
        "filter": {
          "alertUniqueIds": {
            "value": [
              "<string>"
            ]
          },
          "whatExpression": "<string>"
        },
        "id": "<string>",
        "metaLabels": [
          {
            "id": "<string>",
            "key": "<string>",
            "value": "<string>"
          }
        ],
        "name": "<string>",
        "schedule": {
          "recurring": {
            "dynamic": {
              "repeatEvery": 123,
              "terminationDate": "<string>",
              "timeframe": {
                "endTime": "<string>",
                "startTime": "<string>",
                "timezone": "<string>"
              },
              "weekly": {
                "daysOfWeek": [
                  123
                ]
              }
            }
          },
          "scheduleOperation": "SCHEDULE_OPERATION_UNSPECIFIED"
        },
        "uniqueIdentifier": "<string>",
        "updatedAt": "<string>"
      },
      "nextActiveTimeframes": [
        {
          "endTime": "<string>",
          "startTime": "<string>",
          "timezone": "<string>"
        }
      ]
    }
  ],
  "nextPageToken": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

active_timeframe
object
enabled
boolean
alert_scheduler_rules_ids
object
next_page_token
string
Example:

""

Response

This is a response sent after getting multiple alert scheduler rules

alertSchedulerRules
object[]
required
nextPageToken
string