post https://api.bigpanda.io/data/changes
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Sample Calls
curl --request POST \
--url https://api.bigpanda.io/data/changes \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <User API KEY>' \
--header 'x-bp-app-key: <APP KEY>' \
--data '{
"identifier":"CNG-166146",
"tags":{
"sys_id":"system_123",
"type":"risky"
},
"ticket_url":"https://jira.link.com/ticket?change=chng123",
"summary":"Update to Contrail configuration for CAP to reduce network processing overhead",
"end":1979723984,
"start":1879723984,
"status":"Done"
}'
curl --request POST \
--url https://eu-api.bigpanda.io/data/changes \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <User API KEY>' \
--header 'x-bp-app-key: <APP KEY>' \
--data '{
"identifier":"CNG-166146",
"tags":{
"sys_id":"system_123",
"type":"risky"
},
"ticket_url":"https://jira.link.com/ticket?change=chng123",
"summary":"Update to Contrail configuration for CAP to reduce network processing overhead",
"end":1979723984,
"start":1879723984,
"status":"Done"
}'