Root Cause Changes

Use the Root Cause Changes REST API to connect your organization's change records to BigPanda.

Use the Changes REST API to push change feed updates into BigPanda. The change data is then ingested by BigPanda, where all the original change system's fields and active states are converted into BigPanda's Change object.

The resulting data is displayed in the Changes table. The data fields in the table can be customized using the Changes REST API.

To learn more about integrating tools using the BigPanda Changes API, see the instructions in BigPanda, and view the Changes Integration Documentation.

❗️

RCC Rate Limitations

To maintain optimal system health, the BigPanda rate limitation for Root Cause Changes is capped at max. 400 changes per minute and 50K changes per week.

Additional requests will return a 429 response code and the request will need to be retried.

Available Actions

Use the Changes (RCC) API to perform these actions:

ActionDefinitionDescription
Create/Update a ChangePOST /data/changesCreates or updates a change.
Retrieve a ChangeGET /changes/{change_id}Retrieves the schema definitions for a specific change schema.
Retrieve All ChangesGET /changesRetrieves the schema definitions for all changes.
Create an RCC RelationPOST /rccCreates a new schema definition for creating a new RCC relation.
Retrieve an RCC RelationGET /rcc/{related_change_id}Retrieves the schema definition for a specific RCC relation.
Retrieve All RCC Relations (for an incident)GET /rccRetrieves the schema definitions for all RCC relations.
Update an RCC RelationPUT /rcc/{id}Updates a specific RCC relation.

👍

Learn More

To learn more about how the Root Cause Changes (RCC) feature works, check out our Root Cause Changes (RCC) user guide.