provider OCI Integration PATCH /api/v2/integration/oci/tenancies/{tenancy_ocid}
@utdk/datadog /api/v2/integration/oci/tenancies/{tenancy_ocid}
Update tenancy config
Update an existing tenancy config. You can modify authentication credentials, enable/disable collection types, update service filters, and change region settings. Warning: We recommend using the Datadog web UI to avoid unintended update effects.
tenancy_ocid path required
The OCID of the tenancy config to update.
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.

updatetenancyconfig
PATCH/api/v2/integration/oci/tenancies/{tenancy_ocid}
Update an existing tenancy config. You can modify authentication credentials, enable/disable collection types, update service filters, and change region settings. Warning: We recommend using the Datadog web UI to avoid unintended update effects.

Parameters

required

The OCID of the tenancy config to update.

Input

required

The data object for updating an existing OCI tenancy integration configuration, including the tenancy ID, type, and updated attributes.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updatetenancyconfig()