Update Azure integration host filters
POST {{baseUrl}}/api/v1/integration/azure/host_filters
Update the defined list of host filters for a given Datadog-Azure integration.
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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}