Skip to main content

vw_api_portals

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

Overview

Namevw_api_portals
TypeView
Idazure.spring_apps.vw_api_portals

Fields

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

SQL Definition

SELECT
sku as sku,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.public') as "public",
JSON_EXTRACT(properties, '$.url') as "url",
JSON_EXTRACT(properties, '$.httpsOnly') as "https_only",
JSON_EXTRACT(properties, '$.gatewayIds') as "gateway_ids",
JSON_EXTRACT(properties, '$.sourceUrls') as "source_urls",
JSON_EXTRACT(properties, '$.ssoProperties') as "sso_properties",
JSON_EXTRACT(properties, '$.resourceRequests') as "resource_requests",
JSON_EXTRACT(properties, '$.instances') as "instances",
JSON_EXTRACT(properties, '$.apiTryOutEnabledState') as "api_try_out_enabled_state",
subscriptionId,
resourceGroupName,
serviceName,
apiPortalName
FROM azure.spring_apps.api_portals
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me';