Skip to main content

vw_gateway_route_configs

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

Overview

Namevw_gateway_route_configs
TypeView
Idazure.spring_apps.vw_gateway_route_configs

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.appResourceId') as "app_resource_id",
JSON_EXTRACT(properties, '$.openApi') as "open_api",
JSON_EXTRACT(properties, '$.protocol') as "protocol",
JSON_EXTRACT(properties, '$.routes') as "routes",
JSON_EXTRACT(properties, '$.ssoEnabled') as "sso_enabled",
JSON_EXTRACT(properties, '$.predicates') as "predicates",
JSON_EXTRACT(properties, '$.filters') as "filters",
subscriptionId,
resourceGroupName,
serviceName,
gatewayName,
routeConfigName
FROM azure.spring_apps.gateway_route_configs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me' AND gatewayName = 'replace-me';