list_discovery_schedules
Retrieve discovery schedules from ServiceNow, including name, status, frequency, and targeted IP ranges or CI groups, to understand automated discovery runs.
Instructions
List Discovery schedules configured in the instance.
Returns discovery schedules from the discovery_schedule table, showing schedule name, status, frequency, and which IP ranges or CI groups are targeted. Use this to understand what automated discovery is running and when.
Args: active_only: If True, return only active schedules. Defaults to True. limit: Maximum schedules to return (1-1000, default 25). offset: Pagination offset.
Returns: JSON object with "count" and "schedules" list containing name, active status, discover, frequency, and run_as.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_only | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |