Sha256: 97582638e0b6d4b3e0b8b6a88db6fb5f7589acd906af31517fb6899d220b278b

Contents?: true

Size: 815 Bytes

Versions: 6

Compression:

Stored size: 815 Bytes

Contents

# Update Azure integration host filters returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::AzureIntegrationAPI.new

body = DatadogAPIClient::V1::AzureAccount.new({
  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",
})
p api_instance.update_azure_host_filters(body)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-2.24.0 examples/v1/azure-integration/UpdateAzureHostFilters.rb
datadog_api_client-2.22.0 examples/v1/azure-integration/UpdateAzureHostFilters.rb
datadog_api_client-2.21.0 examples/v1/azure-integration/UpdateAzureHostFilters.rb
datadog_api_client-2.20.0 examples/v1/azure-integration/UpdateAzureHostFilters.rb
datadog_api_client-2.19.0 examples/v1/azure-integration/UpdateAzureHostFilters.rb
datadog_api_client-2.18.0 examples/v1/azure-integration/UpdateAzureHostFilters.rb