provider Fleet Automation GET /api/unstable/fleet/schedules
@utdk/datadog /api/unstable/fleet/schedules
List all schedules
Retrieve a list of all schedules for automated fleet deployments. Schedules allow you to automate package upgrades by defining maintenance windows and recurrence rules. Each schedule automatically creates deployments based on its configuration.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listfleetschedules
GET/api/unstable/fleet/schedules
Retrieve a list of all schedules for automated fleet deployments. Schedules allow you to automate package upgrades by defining maintenance windows and recurrence rules. Each schedule automatically creates deployments based on its configuration.

This operation has no parameters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listfleetschedules()