vw_services
Creates, updates, deletes, gets or lists a vw_services
resource.
Overview
Name | vw_services |
Type | View |
Id | azure.k8s_runtime.vw_services |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
JSON_EXTRACT(properties, '$.rpObjectId') as "rp_object_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
resourceUri,
serviceName
FROM azure.k8s_runtime.services
WHERE resourceUri = 'replace-me';
SELECT
json_extract_path_text(properties, '$.rpObjectId') as "rp_object_id",
json_extract_path_text(properties, '$.provisioningState') as "provisioning_state",
resourceUri,
serviceName
FROM azure.k8s_runtime.services
WHERE resourceUri = 'replace-me';