Create a Plan

Creates a new schema definition for creating a plan.

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the Org Token type of Authorization token.

🚧

Plan Limit

Each organization can only have 3,500 V1 maintenance plans (also called alert filters).

🚧

Condition Limitations

Maintenance plan conditions cannot be longer than 25,000 characters long.

All alert tags in maintenance plan conditions must be listed in lowercase, regardless of the tag's system case.

The condition body parameter uses special BPQL object formatting. See BPQL Object Syntax for more information.

❗️

Schedule ID

The schedule ID is needed to add a schedule to a plan or filter.

📘

OK Status

By default, V1 maintenance plans ignore events that have an ok status. These events will still enter the system and resolve any related open alerts.

This setting can be changed by explicitly including the exclude_status field as an empty array.

Language