Skip to main content

vw_managed_gateways

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

Overview

Namevw_managed_gateways
TypeView
Idazure.scom.vw_managed_gateways

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.resourceId') as "resource_id",
JSON_EXTRACT(properties, '$.resourceLocation') as "resource_location",
JSON_EXTRACT(properties, '$.computerName') as "computer_name",
JSON_EXTRACT(properties, '$.domainName') as "domain_name",
JSON_EXTRACT(properties, '$.managementServerEndpoint') as "management_server_endpoint",
JSON_EXTRACT(properties, '$.healthStatus') as "health_status",
JSON_EXTRACT(properties, '$.connectionStatus') as "connection_status",
JSON_EXTRACT(properties, '$.version') as "version",
JSON_EXTRACT(properties, '$.installType') as "install_type",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
instanceName,
managedGatewayName
FROM azure.scom.managed_gateways
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND instanceName = 'replace-me' AND managedGatewayName = 'replace-me';