Receive Root Cause Requests from your Custom Integration
Integration Overview
- Create a Root Cause Report Incoming Webhook Integration in Zebrium.
- Send a request for a Root Cause Report to Zebrium using the webhook created in step 1 and the required payload.
Integration Details
STEP 1: Create a Root Cause Report Incoming Webhook Integration in Zebrium.
- From the User menu area in Zebrium, click on the Settings (hamburger) Menu.
- Select Integrations.
- Scroll to the Webhooks section and click on Incoming RCA.
- Click on the Create a New Integration button.
- Click on the General tab.
- Enter an Integration Name for this integration.
- Select the Deployment for the integration.
- Select the Service Group(s) for the integration.
- Click on the Receive Signals tab.
- Click on the Enabled button.
- Click the Save button.
- Copy and save Your URL for use in STEP 2 when sending a request for a Root Cause Report to Zebrium.
STEP 2: Request a Root Cause Report from Zebrium
- Send a POST request to the URL created in STEP 1 with the required payload (see below for payload details).
curl -X POST -H 'Content-type: application/json' --data '<REQUEST_JSON_PAYLOAD>' <URL_FROM_STEP_1>
Webhook Payload Format
- See Root Cause Report Incoming Webhook Payload for a detailed description of the webhook payload.