provider Fleet Automation GET /api/unstable/fleet/schedules/{id}
@utdk/datadog /api/unstable/fleet/schedules/{id}
Get a schedule by ID
Retrieve detailed information about a specific schedule using its unique identifier. This endpoint returns comprehensive information about a schedule, including: - Schedule metadata (ID, name, creation/update timestamps) - Filter query for selecting target hosts - Recurrence rule defining when deployments are triggered - Version strategy for package upgrades - Current status (active or inactive)
id path required
The unique identifier of the schedule to retrieve.
string

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.

getfleetschedule
GET/api/unstable/fleet/schedules/{id}
Retrieve detailed information about a specific schedule using its unique identifier. This endpoint returns comprehensive information about a schedule, including: - Schedule metadata (ID, name, creation/update timestamps) - Filter query for selecting target hosts - Recurrence rule defining when deployments are triggered - Version strategy for package upgrades - Current status (active or inactive)

Parameters

required

The unique identifier of the schedule to retrieve.

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.getfleetschedule()