Retrieve an Alert Filter

Retrieves the schema for an existing alert filter.

📘

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/590b3a991f00002000637538 \
     --header 'Content-Type: application/merge-patch+json; charset=utf-8' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <ORG TOKEN>'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v1.0/plans/590b3a991f00002000637538 \
     --header 'Content-Type: application/merge-patch+json; charset=utf-8' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <ORG TOKEN>'
Language