Rootly integration (Developer Tools, Productivity). Imported from open-connector.
https://api.rootly.com/v1/users/me
/incidents
| Param | Type | Required | Description |
|---|---|---|---|
| pageAfter | string | optional | The Rootly cursor from meta.next_cursor. |
| pageNumber | integer | optional | The page number to request. |
| pageSize | integer | optional | The number of records to request per page. |
| search | string | optional | Search text for Rootly incident filtering. |
| kind | string | optional | Rootly incident kind filter. |
| status | string | optional | Rootly incident status filter. |
| private | boolean | optional | Whether to filter private incidents. |
| userId | integer | optional | Rootly user ID filter. |
| severity | string | optional | Rootly severity name filter. |
| severityId | string | optional | Rootly severity ID filter. |
| labels | string | optional | Comma-separated Rootly label filter. |
| serviceIds | string | optional | Comma-separated Rootly service ID filter. |
| serviceNames | string | optional | Comma-separated Rootly service name filter. |
| teamIds | string | optional | Comma-separated Rootly team ID filter. |
| teamNames | string | optional | Comma-separated Rootly team name filter. |
| createdAtGt | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtGte | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtLt | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtLte | string | optional | The ISO 8601 timestamp for this filter. |
| sort | string | optional | The Rootly sort expression, such as name or -created_at. |
/incidents/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Rootly resource UUID or slug. |
| include | array | optional | Related Rootly resources to include in the JSON:API response. |
/services
| Param | Type | Required | Description |
|---|---|---|---|
| include | array | optional | Related Rootly resources to include in the JSON:API response. |
| pageNumber | integer | optional | The page number to request. |
| pageSize | integer | optional | The number of records to request per page. |
| search | string | optional | Search text for Rootly filtering. |
| name | string | optional | Rootly name filter. |
| slug | string | optional | Rootly slug filter. |
| externalId | string | optional | Rootly external ID filter. |
| alertBroadcastEnabled | boolean | optional | Whether alert broadcast is enabled. |
| incidentBroadcastEnabled | boolean | optional | Whether incident broadcast is enabled. |
| createdAtGt | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtGte | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtLt | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtLte | string | optional | The ISO 8601 timestamp for this filter. |
| sort | string | optional | The Rootly sort expression, such as name or -created_at. |
/teams
| Param | Type | Required | Description |
|---|---|---|---|
| include | array | optional | Related Rootly resources to include in the JSON:API response. |
| pageNumber | integer | optional | The page number to request. |
| pageSize | integer | optional | The number of records to request per page. |
| search | string | optional | Search text for Rootly filtering. |
| name | string | optional | Rootly name filter. |
| slug | string | optional | Rootly slug filter. |
| externalId | string | optional | Rootly external ID filter. |
| alertBroadcastEnabled | boolean | optional | Whether alert broadcast is enabled. |
| incidentBroadcastEnabled | boolean | optional | Whether incident broadcast is enabled. |
| createdAtGt | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtGte | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtLt | string | optional | The ISO 8601 timestamp for this filter. |
| createdAtLte | string | optional | The ISO 8601 timestamp for this filter. |
| sort | string | optional | The Rootly sort expression, such as name or -created_at. |
| color | string | optional | Rootly team color filter. |