Skip to main content

vw_clusters

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

Overview

Namevw_clusters
TypeView
Idazure.hdinsight.vw_clusters

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
etag as etag,
zones as zones,
identity as identity,
systemData as system_data,
JSON_EXTRACT(properties, '$.clusterVersion') as "cluster_version",
JSON_EXTRACT(properties, '$.clusterHdpVersion') as "cluster_hdp_version",
JSON_EXTRACT(properties, '$.osType') as "os_type",
JSON_EXTRACT(properties, '$.tier') as "tier",
JSON_EXTRACT(properties, '$.clusterId') as "cluster_id",
JSON_EXTRACT(properties, '$.clusterDefinition') as "cluster_definition",
JSON_EXTRACT(properties, '$.kafkaRestProperties') as "kafka_rest_properties",
JSON_EXTRACT(properties, '$.securityProfile') as "security_profile",
JSON_EXTRACT(properties, '$.computeProfile') as "compute_profile",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.createdDate') as "created_date",
JSON_EXTRACT(properties, '$.clusterState') as "cluster_state",
JSON_EXTRACT(properties, '$.quotaInfo') as "quota_info",
JSON_EXTRACT(properties, '$.errors') as "errors",
JSON_EXTRACT(properties, '$.connectivityEndpoints') as "connectivity_endpoints",
JSON_EXTRACT(properties, '$.diskEncryptionProperties') as "disk_encryption_properties",
JSON_EXTRACT(properties, '$.encryptionInTransitProperties') as "encryption_in_transit_properties",
JSON_EXTRACT(properties, '$.storageProfile') as "storage_profile",
JSON_EXTRACT(properties, '$.minSupportedTlsVersion') as "min_supported_tls_version",
JSON_EXTRACT(properties, '$.excludedServicesConfig') as "excluded_services_config",
JSON_EXTRACT(properties, '$.networkProperties') as "network_properties",
JSON_EXTRACT(properties, '$.computeIsolationProperties') as "compute_isolation_properties",
JSON_EXTRACT(properties, '$.privateLinkConfigurations') as "private_link_configurations",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
subscriptionId,
resourceGroupName,
clusterName
FROM azure.hdinsight.clusters
WHERE subscriptionId = 'replace-me';