incident.io integration (Developer Tools, Productivity). Imported from open-connector.
https://api.incident.io/v2/incidents
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The number of incidents to request. incident.io allows up to 250. |
| after | string | optional | The incident.io pagination cursor returned by a previous list call. |
| sortBy | string | optional | The incident ordering requested from incident.io. |
| filterMode | string | optional | Whether all or any provided incident filters must match. |
| statusCategoryOneOf | string | optional | The incident status category to filter by. |
| statusCategoryNotIn | string | optional | The incident status category to filter by. |
| severityOneOf | string | optional | Only return incidents with this severity identifier. |
| severityGte | string | optional | Only return incidents whose severity rank is greater than or equal to this seve… |
| severityLte | string | optional | Only return incidents whose severity rank is less than or equal to this severit… |
| incidentTypeOneOf | string | optional | Only return incidents with this incident type identifier. |
| modeOneOf | array | optional | The incident modes to include. |
/v2/incidents/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The incident full identifier or numeric reference to load. |
/v2/actions
| Param | Type | Required | Description |
|---|---|---|---|
| incidentId | string | optional | Only return actions related to this incident. |
| incidentMode | string | optional | The incident mode to include in the result set. |
/v2/actions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The action identifier to load. |
/v1/severities
/v1/incident_statuses