Skip to main content

vw_inventory_items

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

Overview

Namevw_inventory_items
TypeView
Idazure_isv.connected_vsphere.vw_inventory_items

Fields

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

SQL Definition

SELECT
kind as kind,
JSON_EXTRACT(properties, '$.inventoryType') as "inventory_type",
JSON_EXTRACT(properties, '$.managedResourceId') as "managed_resource_id",
JSON_EXTRACT(properties, '$.moRefId') as "mo_ref_id",
JSON_EXTRACT(properties, '$.moName') as "mo_name",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
vcenterName,
inventoryItemName
FROM azure_isv.connected_vsphere.inventory_items
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND vcenterName = 'replace-me';