provider Powerpack GET /api/v2/powerpacks
@utdk/datadog /api/v2/powerpacks
Get all powerpacks
Get a list of all powerpacks.
page[limit] query
Maximum number of powerpacks in the response.
integer
page[offset] query
Specific offset to use as the beginning of the returned page.
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listpowerpacks
GET/api/v2/powerpacks
Get a list of all powerpacks.

Maximum number of powerpacks in the response.

Specific offset to use as the beginning of the returned page.

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.listpowerpacks({
  "page[limit]": 25,
  "page[offset]": 0
})