Optional
requestFactory: AzureIntegrationApiRequestFactoryOptional
responseProcessor: AzureIntegrationApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationDelete a given Datadog-Azure integration from your Datadog account.
The request object
Optional
options: ConfigurationList all Datadog-Azure integrations configured in your Datadog account.
Optional
options: ConfigurationUpdate the defined list of host filters for a given Datadog-Azure integration.
The request object
Optional
options: ConfigurationUpdate a Datadog-Azure integration. Requires an existing tenant_name
and client_id
.
Any other fields supplied will overwrite existing values. To overwrite tenant_name
or client_id
,
use new_tenant_name
and new_client_id
. To leave a field unchanged, do not supply that field in the payload.
The request object
Optional
options: ConfigurationGenerated using TypeDoc
Create a Datadog-Azure integration.
Using the
POST
method updates your integration configuration by adding your new configuration to the existing one in your Datadog organization.Using the
PUT
method updates your integration configuration by replacing your current configuration with the new one sent to your Datadog organization.