Limit the Azure app service plans that are pulled into Datadog using tags.
Only app service plans that match one of the defined tags are imported into Datadog.
automute
boolean
Silence monitors for expected Azure VM shutdowns.
client_id
string
Your Azure web application ID.
client_secret
string
Your Azure web application secret key.
cspm_enabled
boolean
Enable Cloud Security Management Misconfigurations for your organization.
custom_metrics_enabled
boolean
Enable custom metrics for your organization.
errors
[string]
Errors in your configuration.
host_filters
string
Limit the Azure instances that are pulled into Datadog by using tags.
Only hosts that match one of the defined tags are imported into Datadog.
"""
List all Azure integrations returns "OK" response
"""fromdatadog_api_clientimportApiClient,Configurationfromdatadog_api_client.v1.api.azure_integration_apiimportAzureIntegrationApiconfiguration=Configuration()withApiClient(configuration)asapi_client:api_instance=AzureIntegrationApi(api_client)response=api_instance.list_azure_integration()print(response)
# List all Azure integrations returns "OK" responserequire"datadog_api_client"api_instance=DatadogAPIClient::V1::AzureIntegrationAPI.newpapi_instance.list_azure_integration()
// List all Azure integrations returns "OK" response
packagemainimport("context""encoding/json""fmt""os""github.com/DataDog/datadog-api-client-go/v2/api/datadog""github.com/DataDog/datadog-api-client-go/v2/api/datadogV1")funcmain(){ctx:=datadog.NewDefaultContext(context.Background())configuration:=datadog.NewConfiguration()apiClient:=datadog.NewAPIClient(configuration)api:=datadogV1.NewAzureIntegrationApi(apiClient)resp,r,err:=api.ListAzureIntegration(ctx)iferr!=nil{fmt.Fprintf(os.Stderr,"Error when calling `AzureIntegrationApi.ListAzureIntegration`: %v\n",err)fmt.Fprintf(os.Stderr,"Full HTTP response: %v\n",r)}responseContent,_:=json.MarshalIndent(resp,""," ")fmt.Fprintf(os.Stdout,"Response from `AzureIntegrationApi.ListAzureIntegration`:\n%s\n",responseContent)}
/**
* List all Azure integrations returns "OK" response
*/import{client,v1}from"@datadog/datadog-api-client";constconfiguration=client.createConfiguration();constapiInstance=newv1.AzureIntegrationApi(configuration);apiInstance.listAzureIntegration().then((data: v1.AzureAccount[])=>{console.log("API called successfully. Returned data: "+JSON.stringify(data));}).catch((error: any)=>console.error(error));
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 Data (required)
Create a Datadog-Azure integration for your Datadog account request body.
Limit the Azure app service plans that are pulled into Datadog using tags.
Only app service plans that match one of the defined tags are imported into Datadog.
automute
boolean
Silence monitors for expected Azure VM shutdowns.
client_id
string
Your Azure web application ID.
client_secret
string
Your Azure web application secret key.
cspm_enabled
boolean
Enable Cloud Security Management Misconfigurations for your organization.
custom_metrics_enabled
boolean
Enable custom metrics for your organization.
errors
[string]
Errors in your configuration.
host_filters
string
Limit the Azure instances that are pulled into Datadog by using tags.
Only hosts that match one of the defined tags are imported into Datadog.
Limit the Azure app service plans that are pulled into Datadog using tags.
Only app service plans that match one of the defined tags are imported into Datadog.
automute
boolean
Silence monitors for expected Azure VM shutdowns.
client_id
string
Your Azure web application ID.
client_secret
string
Your Azure web application secret key.
cspm_enabled
boolean
Enable Cloud Security Management Misconfigurations for your organization.
custom_metrics_enabled
boolean
Enable custom metrics for your organization.
errors
[string]
Errors in your configuration.
host_filters
string
Limit the Azure instances that are pulled into Datadog by using tags.
Only hosts that match one of the defined tags are imported into Datadog.
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.
Limit the Azure app service plans that are pulled into Datadog using tags.
Only app service plans that match one of the defined tags are imported into Datadog.
automute
boolean
Silence monitors for expected Azure VM shutdowns.
client_id
string
Your Azure web application ID.
client_secret
string
Your Azure web application secret key.
cspm_enabled
boolean
Enable Cloud Security Management Misconfigurations for your organization.
custom_metrics_enabled
boolean
Enable custom metrics for your organization.
errors
[string]
Errors in your configuration.
host_filters
string
Limit the Azure instances that are pulled into Datadog by using tags.
Only hosts that match one of the defined tags are imported into Datadog.
Limit the Azure app service plans that are pulled into Datadog using tags.
Only app service plans that match one of the defined tags are imported into Datadog.
automute
boolean
Silence monitors for expected Azure VM shutdowns.
client_id
string
Your Azure web application ID.
client_secret
string
Your Azure web application secret key.
cspm_enabled
boolean
Enable Cloud Security Management Misconfigurations for your organization.
custom_metrics_enabled
boolean
Enable custom metrics for your organization.
errors
[string]
Errors in your configuration.
host_filters
string
Limit the Azure instances that are pulled into Datadog by using tags.
Only hosts that match one of the defined tags are imported into Datadog.