provider Service Definition GET /api/v2/services/definitions
@utdk/datadog /api/v2/services/definitions
Get all service definitions
Get a list of all service definitions from the Datadog Service Catalog.
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[number] query
Specific page number to return.
integer
schema_version query
The schema version desired in the response.
enum: v1, v2, v2.1, v2.2

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listservicedefinitions
GET/api/v2/services/definitions
Get a list of all service definitions from the Datadog Service Catalog.

Size for a given page. The maximum allowed value is 100.

Specific page number to return.

The schema version desired in the response.

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.listservicedefinitions({
  "page[size]": 10,
  "page[number]": 0
})