Skip to main content

vw_global_schemata

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

Overview

Namevw_global_schemata
TypeView
Idazure.api_management.vw_global_schemata

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.schemaType') as "schema_type",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.value') as "value",
JSON_EXTRACT(properties, '$.document') as "document",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
serviceName,
schemaId
FROM azure.api_management.global_schemata
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me';