provider Containers GET
/api/v2/containers @utdk/datadog
/api/v2/containers Get All Containers
Get all containers for your organization.
- filter[tags] query
- Comma-separated list of tags to filter containers by.
- string
- group_by query
- Comma-separated list of tags to group containers by.
- string
- sort query
- Attribute to sort containers by.
- string
- page[size] query
- Maximum number of results returned.
- integer
- page[cursor] query
- String to query the next page of results. This key is provided with each valid response from the API in `meta.pagination.next_cursor`.
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listcontainers({
"page[size]": 1000
})