v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAzure Integration
Update an Azure integration
Update 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.
put/api/v1/integration/azure
Request body
Example request
{
"app_service_plan_filters": "key:value,filter:example",
"automute": true,
"client_id": "testc7f6-1234-5678-9101-3fcbf464test",
"client_secret": "TestingRh2nx664kUy5dIApvM54T4AtO",
"container_app_filters": "key:value,filter:example",
"cspm_enabled": true,
"custom_metrics_enabled": true,
"errors": [
"*"
],
"host_filters": "key:value,filter:example",
"metrics_enabled": true,
"metrics_enabled_default": true,
"new_client_id": "new1c7f6-1234-5678-9101-3fcbf464test",
"new_tenant_name": "new1c44-1234-5678-9101-cc00736ftest",
"resource_collection_enabled": true,
"resource_provider_configs": [
{
"metrics_enabled": true,
"namespace": "Microsoft.Compute"
}
],
"secretless_auth_enabled": true,
"tenant_name": "testc44-1234-5678-9101-cc00736ftest",
"usage_metrics_enabled": true
}Response
OK
object required
Example response
{}