Statuspage integration (Developer Tools, Communication). Imported from open-connector.
https://api.statuspage.io/v1/pages
/pages/{pageId}
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |
/pages/{pageId}/components
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |
/pages/{pageId}/components/{componentId}
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |
| componentId | string | required | The Statuspage component identifier. |
/pages/{pageId}/incidents
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |
| limit | integer | optional | Maximum number of incidents to return. |
| page | integer | optional | The Statuspage pagination page number. |
| q | string | optional | Search query used by Statuspage to filter incidents. |
/pages/{pageId}/incidents/{incidentId}
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |
| incidentId | string | required | The Statuspage incident identifier. |
/pages/{pageId}/incidents/{incidentId}
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |
| incidentId | string | required | The Statuspage incident identifier. |
/pages/{pageId}/page_access_events
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |
| limit | integer | optional | Maximum number of events to return. |
| page | integer | optional | The Statuspage pagination page number. |
| q | string | optional | Search query used by Statuspage to filter events. |
/pages/{pageId}/automation_email
| Param | Type | Required | Description |
|---|---|---|---|
| pageId | string | required | The Statuspage page identifier. |