provider Software Catalog GET
/api/v2/catalog/relation @utdk/datadog
/api/v2/catalog/relation Get a list of entity relations
Get a list of entity relations from Software Catalog.
- page[offset] query
- Specific offset to use as the beginning of the returned page.
- integer
- page[limit] query
- Maximum number of relations in the response.
- integer
- filter[type] query
- Filter relations by type.
- enum: RelationTypeOwns, RelationTypeOwnedBy, RelationTypeDependsOn, RelationTypeDependencyOf…
- filter[from_ref] query
- Filter relations by the reference of the first entity in the relation.
- string
- filter[to_ref] query
- Filter relations by the reference of the second entity in the relation.
- string
- include query
- Include relationship data.
- enum: entity, schema
- includeDiscovered query
- If true, includes relationships discovered by APM and USM.
- boolean
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.listcatalogrelation({
"page[offset]": 0,
"page[limit]": 100,
"includeDiscovered": false
})