Integrations / Incidents & monitoring
Statuspage
Look up a status page's components and incidents, change component statuses, and create or update incidents on Atlassian Statuspage.
Tools
statuspage.list_components
List the page's components and their current statuses. Component IDs look like hj6p0dbv8pk4.
statuspage.list_unresolved_incidents
List the page's unresolved incidents. Incident IDs look like p31zjtct2jer.
statuspage.search_incidents
Search the page's incidents by text.
statuspage.get_incident
Get an incident by ID, e.g. p31zjtct2jer, with its updates.
statuspage.update_component writes
Change a component's status, e.g. to degraded_performance or back to operational.
statuspage.create_incident writes
Open an incident on the page, optionally marking components as affected.
statuspage.update_incident writes
Post an update to an incident, optionally changing its status or component statuses.
statuspage.api_get
Send a GET request to any Statuspage API path under https://api.statuspage.io/v1/pages/{page_id} and return the response. For endpoints the named tools don't cover.
statuspage.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Statuspage API path under https://api.statuspage.io/v1/pages/{page_id}.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Statuspage API path.
Connect
- In Statuspage, click your avatar at the bottom left and choose API info. Create an API key there and copy the page ID of the status page to manage.
- Paste the API key and the page ID on the connection.
Credentials
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.