FireHydrant integration (Developer Tools, Productivity). Imported from open-connector.
https://api.firehydrant.io/v1/incidents
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to request. |
| perPage | integer | optional | The number of records to request per page. FireHydrant allows up to 200. |
| query | string | optional | A text query that searches incident name, summary, and description. |
| name | string | optional | A query to search incidents by name. |
| status | string | optional | The incident status to filter by. |
| services | string | optional | A comma-separated list of service IDs, or is_empty for incidents with no impact… |
| environments | string | optional | A comma-separated list of environment IDs, or is_empty for incidents with no im… |
| tags | string | optional | A comma-separated list of tags. |
| tagMatchStrategy | string | optional | The tag matching strategy. |
| archived | boolean | optional | Whether to return archived incidents. |
| createdAtOrAfter | string | optional | Only return incidents created at or after this time. |
| createdAtOrBefore | string | optional | Only return incidents created at or before this time. |
| updatedAfter | string | optional | Only return incidents updated after this time. |
| updatedBefore | string | optional | Only return incidents updated before this time. |
/incidents/{incidentId}
| Param | Type | Required | Description |
|---|---|---|---|
| incidentId | string | required | The incident ID to load. |
/services
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to request. |
| perPage | integer | optional | The number of records to request per page. FireHydrant allows up to 200. |
| query | string | optional | A free-text query to search matching records. |
| name | string | optional | A name query to search matching records. |
/services/{serviceId}
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The service UUID or slug to load. |
/environments
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to request. |
| perPage | integer | optional | The number of records to request per page. FireHydrant allows up to 200. |
| query | string | optional | A free-text query to search matching records. |
| name | string | optional | A name query to search matching records. |
/environments/{environmentId}
| Param | Type | Required | Description |
|---|---|---|---|
| environmentId | string | required | The environment UUID or slug to load. |