Skip to main content

vw_data_controllers_data_controllers

Creates, updates, deletes, gets or lists a vw_data_controllers_data_controllers resource.

Overview

Namevw_data_controllers_data_controllers
TypeView
Idazure.azure_arc_data.vw_data_controllers_data_controllers

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
tags as tags,
extendedLocation as extended_location,
JSON_EXTRACT(properties, '$.infrastructure') as "infrastructure",
JSON_EXTRACT(properties, '$.onPremiseProperty') as "on_premise_property",
JSON_EXTRACT(properties, '$.k8sRaw') as "k8s_raw",
JSON_EXTRACT(properties, '$.uploadWatermark') as "upload_watermark",
JSON_EXTRACT(properties, '$.lastUploadedDate') as "last_uploaded_date",
JSON_EXTRACT(properties, '$.basicLoginInformation') as "basic_login_information",
JSON_EXTRACT(properties, '$.metricsDashboardCredential') as "metrics_dashboard_credential",
JSON_EXTRACT(properties, '$.logsDashboardCredential') as "logs_dashboard_credential",
JSON_EXTRACT(properties, '$.logAnalyticsWorkspaceConfig') as "log_analytics_workspace_config",
JSON_EXTRACT(properties, '$.uploadServicePrincipal') as "upload_service_principal",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.clusterId') as "cluster_id",
JSON_EXTRACT(properties, '$.extensionId') as "extension_id",
subscriptionId,
resourceGroupName,
dataControllerName
FROM azure.azure_arc_data.data_controllers_data_controllers
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND dataControllerName = 'replace-me';