Skip to main content

vw_open_shift_clusters

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

Overview

Namevw_open_shift_clusters
TypeView
Idazure_isv.openshift_clusters.vw_open_shift_clusters

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
systemData as system_data,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.clusterProfile') as "cluster_profile",
JSON_EXTRACT(properties, '$.consoleProfile') as "console_profile",
JSON_EXTRACT(properties, '$.servicePrincipalProfile') as "service_principal_profile",
JSON_EXTRACT(properties, '$.networkProfile') as "network_profile",
JSON_EXTRACT(properties, '$.masterProfile') as "master_profile",
JSON_EXTRACT(properties, '$.workerProfiles') as "worker_profiles",
JSON_EXTRACT(properties, '$.workerProfilesStatus') as "worker_profiles_status",
JSON_EXTRACT(properties, '$.apiserverProfile') as "apiserver_profile",
JSON_EXTRACT(properties, '$.ingressProfiles') as "ingress_profiles",
subscriptionId,
resourceGroupName,
resourceName
FROM azure_isv.openshift_clusters.open_shift_clusters
WHERE subscriptionId = 'replace-me';