services_for_device
Retrieve services for a device from LibreNMS. Filter by status, service type, and paginate results.
Instructions
Get services for a device from LibreNMS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| state | No | Filter by state: 0=Ok, 1=Warning, 2=Critical | |
| offset | No | Number of results to skip (offset) for pagination | |
| hostname | Yes | Device hostname or ID | |
| service_type | No | Filter by service type (SQL LIKE pattern) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||