ruleset_id
in the path. Each action defines what automated task should be executed when the ruleset conditions are met — such as updating a status page component or triggering a downstream system.The response includes the
action type
(e.g., trigger-statuspage-update
) and nested settings
that specify the source
(e.g., a resource ID being monitored), the target
(such as a status page component), and the parent
entity (e.g., the linked status page).Use cases:
- Status page automation — Automatically reflect service impact by linking monitored resources to status page components.
- Rule-action mapping review — Confirm how each ruleset is wired to act when conditions are triggered.
- Integration debugging — Inspect exact settings to verify IDs and types used in external updates or webhooks.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return the actions tied to the ruleset, including action type and settings.
- If the request is unauthorized, the system will return an authentication error message.