Welcome to the New BigPanda API Documentation
curl --location --globoff 'https://integrations.bigpanda.io/oim/meraki/alerts?access_token={ACCESS_TOKEN}&app_key={APP_KEY}' \
--header 'Authorization: Bearer {BEARER_TOKEN}' \
--header 'Content-Type: application/json' \
--data '{
"deviceTags": [
"string"
],
"alertTypeId": "string",
"occurredAt": "2019-08-24T14:15:22.123Z",
"alertType": "string",
"organizationName": "string",
"networkName": "string",
"alertLevel": "string",
"sentAt": "string",
"alertData": {
"peerNetworkName": "string",
"vap": "string",
"connectivity": "string",
"vpnType": "string",
"peerNetworkId": "string",
"onSecondary": true,
"peerNetworkUrl": "http://example.com",
"secondaryEndpoint": "string",
"primaryEndpoint": "string"
},
"organizationUrl": "http://example.com",
"version": "string",
"deviceName": "string",
"organizationId": "string",
"deviceSerial": "string",
"networkTags": [
null
],
"deviceMac": "string",
"deviceUrl": "http://example.com",
"networkId": "string",
"deviceModel": "string",
"alertId": "string",
"sharedSecret": "string",
"networkUrl": "http://example.com"
}'{
"status": 201,
"data": {}
}