Services by State
list_services_by_stateRetrieve services currently in a specified state, such as critical, to identify active problems. Use with acknowledgements and downtimes to filter known issues.
Instructions
Services currently in a given state. Pass state="critical" for the usual "what is broken" question.
Before reporting an entry as a new incident, check list_service_acknowledgements and list_service_downtimes: a problem already acknowledged or inside a downtime window is known work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 50, maximum 500. | |
| state | Yes | Service state to filter by. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | How to narrow the query when truncated. | |
| count | Yes | Number of rows in `items`. | |
| items | Yes | The rows, at most `limit` of them. | |
| truncated | Yes | True if openITCOCKPIT held more rows than were returned. |