Alert Filter Schedule Object

Defines the schema for configuring a schedule.

📘

Renamed API

The Alert Filter Schedules API was previously called Schedules V1. The functionality of the API has not changed, but the name has been updated to clarify which BigPanda feature the API manages.

| API Endpoint | https://api.bigpanda.io/resources/v1.0/schedules |
| Supported Methods | POST, GET, PATCH |

Parameters

The Alert Filter Schedule object schema includes the following attributes:

AttributeDescriptionTypeExample
idSystem-generated unique identifier for the schedule.String"id": "590b68f31f"
nameUser defined name for the schedule.String"name": "Weekend filter for Plan-SJC"
descriptionBrief summary of the schedule.String"description": "Scheduling the alert filter for the weekend."
starts_onUnix epoch time when the schedule starts (in seconds).Long"starts_on": 1493989407
ends_onUnix epoch time when the schedule ends (in seconds).Long"ends_on": 1495089407
durationThe calculated time between the ends_on and starts_on in seconds.Long"duration": 100000
created_onUnix epoch time when the schedule was created (in seconds).Long"created_on": 1493922189
created_byThe ID of the user who created the schedule.String"created_by": "Administrator 1"
updated_onUnix epoch time when the schedule was last updated (in seconds).Long"updated_on": 1372854204
updated_byThe ID of the user who last updated the schedule.String"updated_by": "Administrator 2"
activeIndicates if the schedule is active and can be applied to alert filters.Boolean"active": true