provider Fleet Automation GET /api/unstable/fleet/deployments
@utdk/datadog /api/unstable/fleet/deployments
List all deployments
Retrieve a list of all deployments for fleet automation. Use the `page_size` and `page_offset` parameters to paginate results.
page_size query
Number of deployments to return per page. Maximum value is 100.
integer
page_offset query
Index of the first deployment to return. Use this with `page_size` to paginate through results.
integer

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.

listfleetdeployments
GET/api/unstable/fleet/deployments
Retrieve a list of all deployments for fleet automation. Use the `page_size` and `page_offset` parameters to paginate results.

Number of deployments to return per page. Maximum value is 100.

Index of the first deployment to return. Use this with `page_size` to paginate through results.

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.listfleetdeployments({
  "page_size": 10,
  "page_offset": 0
})