Using BigPanda REST APIs in Europe
To enable BigPanda APIs in the EU, an additional prefix should be added at the beginning of the base API URL:
eu-
For example:
To call the Alerts API:
https://eu-api.bigpanda.io/data/v2/alerts
To create an environment using the Environments API:
https://eu-api.bigpanda.io/resources/v2.0/environments
To search using the Incidents API:
https://eu-api.bigpanda.io/resources/v2.0/environments/{environment_id}/incidents?query=”{query}”
Code samples containing the eu-
prefix in the base API URL can be automatically created in each API endpoint documentation page. To generate the sample code, in the upper right of the code box, click the down arrow. Select EU from the list of variants.
When working with Integrations, you will instead need to prefix URLs with eu.
.
For example:
To send an alert to an OIM integration:
https://eu.integrations.bigpanda.io/oim/api/alerts
To subscribe a Datadog topology map:
https://eu.integrations.bigpanda.io/datadog/configure