Retrieve All Plans

Retrieves the schema definitions for all maintenance plans.

🚧

Authentication

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

This API uses the User API Key type of Authorization token.

📘

If there are more than the default 100 plans retrieved, a link header to access the next page of results will be returned:
</maintenance-plans?pagination=true&next=2_1564317563_5d3d977b310000179e99ecdd>; rel=next

🚧

Limitations

Maintenance plans can only be returned for 60 days after the end date.

The API can only return up to 5,000 maintenance plans.

👍

Epoch Time Conversion

See the Epoch Converter to convert times to Unix epoch format.

Sample Call

curl --request GET \
     --url https://api.bigpanda.io/resources/v2.0/maintenance-plans \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/maintenance-plans \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
Language