provider APM GET /api/v2/apm/services
@utdk/datadog /api/v2/apm/services
Get service list
filter[env] query required
Filter services by environment. Can be set to `*` to return all services across all environments.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
getservicelist
GET/api/v2/apm/services

required

Filter services by environment. Can be set to `*` to return all services across all environments.

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.getservicelist()