Service Acknowledgements
list_service_acknowledgementsGet acknowledgement history for one service by providing exact hostname and servicename, revealing who acknowledged the problem, when, and with what comment.
Instructions
Acknowledgement history for one service: who acknowledged a problem, when, and with what comment.
Per service only - openITCOCKPIT exposes no estate-wide acknowledgement list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 50, maximum 500. | |
| hostname | Yes | Exact host name. Required - there is no estate-wide form of this tool. Get a name from list_services_by_state, list_log_entries or get_container_tree first. | |
| servicename | Yes | Exact service name on that host. Required. get_host_info lists the services of a host, and list_services_by_state reports host and service together. |
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. |