PagerDuty integration (Developer Tools). Imported from open-connector.
https://api.pagerduty.com/incidents
| Param | Type | Required | Description |
|---|---|---|---|
| statuses | array | optional | Only return incidents with these statuses. |
| since | string | optional | Start of the incident time range in ISO 8601 format. |
| until | string | optional | End of the incident time range in ISO 8601 format. |
| service_ids | array | optional | Only return incidents for these service IDs. |
| team_ids | array | optional | Only return results for these team IDs. |
| user_ids | array | optional | Only return results for these user IDs. |
| urgencies | array | optional | Only return incidents with these urgencies. |
| sort_by | string | optional | PagerDuty incident sort order. |
| include | array | optional | Related incident records to include. |
| total | boolean | optional | Whether PagerDuty should include total matching record count. |
| limit | integer | optional | Maximum number of records to return. |
| offset | integer | optional | Zero-based offset for paginated results. |
/incidents/{incident_id}
| Param | Type | Required | Description |
|---|---|---|---|
| incident_id | string | required | PagerDuty resource ID. |
| include | array | optional | Related incident records to include. |
/incidents/{incident_id}
| Param | Type | Required | Description |
|---|---|---|---|
| incident_id | string | required | PagerDuty resource ID. |
| from | string | optional | Email address of the PagerDuty user performing the incident mutation. PagerDuty… |
| incident | object | optional | Incident mutation fields. |
/oncalls
| Param | Type | Required | Description |
|---|---|---|---|
| user_ids | array | optional | Only return results for these user IDs. |
| escalation_policy_ids | array | optional | Only return results for these escalation policy IDs. |
| schedule_ids | array | optional | Only return results for these schedule IDs. |
| since | string | optional | Start of the on-call time range in ISO 8601 format. |
| until | string | optional | End of the on-call time range in ISO 8601 format. |
| earliest | boolean | optional | Only return the earliest on-call assignment per escalation policy. |
| include | array | optional | Related on-call records to include. |
| limit | integer | optional | Maximum number of records to return. |
| offset | integer | optional | Zero-based offset for paginated results. |
/users/me