Create an Azure integration
POST {{baseUrl}}/api/v1/integration/azure
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.
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", "container_app_filters"=>"key:value,filter:example", "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", "resource_collection_enabled"=>true, "tenant_name"=>"testc44-1234-5678-9101-cc00736ftest"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}