Retrieve All Alert Filters

Retrieves the schema for all existing alert filters.

📘

Renamed API

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

🚧

Authentication

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

This API uses the Org Token type of Authorization token.

Sample Call

curl --request GET \
     --url https://api.bigpanda.io/resources/v1.0/plans \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <ORG TOKEN>'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v1.0/plans \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <ORG TOKEN>'

Usage

The Alert Filter Plans API supports retrieval of all filters or only active filters. To return results only for active filters, append ?active=true to the GET definition.

Language