StatusPal integration (Developer Tools, Communication). Imported from open-connector.
https://statuspal.io/status_pages/{subdomain}/status
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | required | The StatusPal status page subdomain. |
/status_pages/{subdomain}/summary
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | required | The StatusPal status page subdomain. |
/status_pages/{subdomain}/services
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | required | The StatusPal status page subdomain. |
/status_pages/{subdomain}/services/{serviceId}
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | required | The StatusPal status page subdomain. |
| serviceId | integer | required | The StatusPal service ID. |
/status_pages/{subdomain}/incidents
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | required | The StatusPal status page subdomain. |
| before | string | optional | Pagination cursor for items before this position. |
| after | string | optional | Pagination cursor for items after this position. |
| limit | integer | optional | The number of incidents to return, up to 100. |
| type | string | optional | Filter incidents by incident type key. |
/status_pages/{subdomain}/incidents/{incidentId}
| Param | Type | Required | Description |
|---|---|---|---|
| subdomain | string | required | The StatusPal status page subdomain. |
| incidentId | integer | required | The StatusPal incident ID. |