provider Software Catalog GET
/api/v2/catalog/kind @utdk/datadog
/api/v2/catalog/kind Get a list of entity kinds
Get a list of entity kinds from Software Catalog.
- page[offset] query
- Specific offset to use as the beginning of the returned page.
- integer
- page[limit] query
- Maximum number of kinds in the response.
- integer
- filter[id] query
- Filter entities by UUID.
- string
- filter[name] query
- Filter entities by name.
- 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.listcatalogkind({
"page[offset]": 0,
"page[limit]": 100
})