docs/v1/AzureIntegrationAPI.md in datadog_api_client-1.4.0 vs docs/v1/AzureIntegrationAPI.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,18 +1,17 @@ # DatadogAPIClient::V1::AzureIntegrationAPI All URIs are relative to *https://api.datadoghq.com* -| Method | HTTP request | Description | -| ------ | ------------ | ----------- | -| [**create_azure_integration**](AzureIntegrationAPI.md#create_azure_integration) | **POST** /api/v1/integration/azure | Create an Azure integration | -| [**delete_azure_integration**](AzureIntegrationAPI.md#delete_azure_integration) | **DELETE** /api/v1/integration/azure | Delete an Azure integration | -| [**list_azure_integration**](AzureIntegrationAPI.md#list_azure_integration) | **GET** /api/v1/integration/azure | List all Azure integrations | +| Method | HTTP request | Description | +| --------------------------------------------------------------------------------- | ----------------------------------------------- | ------------------------------------- | +| [**create_azure_integration**](AzureIntegrationAPI.md#create_azure_integration) | **POST** /api/v1/integration/azure | Create an Azure integration | +| [**delete_azure_integration**](AzureIntegrationAPI.md#delete_azure_integration) | **DELETE** /api/v1/integration/azure | Delete an Azure integration | +| [**list_azure_integration**](AzureIntegrationAPI.md#list_azure_integration) | **GET** /api/v1/integration/azure | List all Azure integrations | | [**update_azure_host_filters**](AzureIntegrationAPI.md#update_azure_host_filters) | **POST** /api/v1/integration/azure/host_filters | Update Azure integration host filters | -| [**update_azure_integration**](AzureIntegrationAPI.md#update_azure_integration) | **PUT** /api/v1/integration/azure | Update an Azure integration | +| [**update_azure_integration**](AzureIntegrationAPI.md#update_azure_integration) | **PUT** /api/v1/integration/azure | Update an Azure integration | - ## create_azure_integration > Object create_azure_integration(body) Create a Datadog-Azure integration. @@ -57,13 +56,13 @@ end ``` ### Parameters -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **body** | [**AzureAccount**](AzureAccount.md) | Create a Datadog-Azure integration for your Datadog account request body. | | +| Name | Type | Description | Notes | +| -------- | ----------------------------------- | ------------------------------------------------------------------------- | ----- | +| **body** | [**AzureAccount**](AzureAccount.md) | Create a Datadog-Azure integration for your Datadog account request body. | | ### Return type **Object** @@ -74,11 +73,10 @@ ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json - ## delete_azure_integration > Object delete_azure_integration(body) Delete a given Datadog-Azure integration from your Datadog account. @@ -117,13 +115,13 @@ end ``` ### Parameters -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **body** | [**AzureAccount**](AzureAccount.md) | Delete a given Datadog-Azure integration request body. | | +| Name | Type | Description | Notes | +| -------- | ----------------------------------- | ------------------------------------------------------ | ----- | +| **body** | [**AzureAccount**](AzureAccount.md) | Delete a given Datadog-Azure integration request body. | | ### Return type **Object** @@ -134,11 +132,10 @@ ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json - ## list_azure_integration > <Array<AzureAccount>> list_azure_integration List all Datadog-Azure integrations configured in your Datadog account. @@ -191,11 +188,10 @@ ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json - ## update_azure_host_filters > Object update_azure_host_filters(body) Update the defined list of host filters for a given Datadog-Azure integration. @@ -234,13 +230,13 @@ end ``` ### Parameters -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **body** | [**AzureAccount**](AzureAccount.md) | Update a Datadog-Azure integration&#39;s host filters request body. | | +| Name | Type | Description | Notes | +| -------- | ----------------------------------- | ------------------------------------------------------------------- | ----- | +| **body** | [**AzureAccount**](AzureAccount.md) | Update a Datadog-Azure integration&#39;s host filters request body. | | ### Return type **Object** @@ -251,11 +247,10 @@ ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json - ## update_azure_integration > Object update_azure_integration(body) Update a Datadog-Azure integration. Requires an existing `tenant_name` and `client_id`. @@ -296,13 +291,13 @@ end ``` ### Parameters -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **body** | [**AzureAccount**](AzureAccount.md) | Update a Datadog-Azure integration request body. | | +| Name | Type | Description | Notes | +| -------- | ----------------------------------- | ------------------------------------------------ | ----- | +| **body** | [**AzureAccount**](AzureAccount.md) | Update a Datadog-Azure integration request body. | | ### Return type **Object** @@ -312,6 +307,5 @@ ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json -