Update an Azure integration

PUT {{baseUrl}}/api/v1/integration/azure

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.

Request Body

{"app_service_plan_filters"=>"key:value,filter:example", "automute"=>true, "client_id"=>"testc7f6-1234-5678-9101-3fcbf464test", "client_secret"=>"testingx./Sw*g/Y33t..R1cH+hScMDt", "cspm_enabled"=>true, "custom_metrics_enabled"=>true, "errors"=>["*"], "host_filters"=>"key:value,filter:example", "new_client_id"=>"new1c7f6-1234-5678-9101-3fcbf464test", "new_tenant_name"=>"new1c44-1234-5678-9101-cc00736ftest", "tenant_name"=>"testc44-1234-5678-9101-cc00736ftest"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}