Skip to main content

inventories

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

Overview

Nameinventories
TypeResource
Idazure.hybrid_connectivity.inventories

Fields

NameDatatypeDescription
azure_resource_idtextfield from the properties object
cloud_native_resource_idtextfield from the properties object
cloud_native_typetextfield from the properties object
inventoryIdtextfield from the properties object
provisioning_statetextfield from the properties object
resourceUritextfield from the properties object
solutionConfigurationtextfield from the properties object
statustextfield from the properties object
status_detailstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTinventoryId, resourceUri, solutionConfigurationGet a InventoryResource
list_by_widgetSELECTresourceUri, solutionConfigurationList InventoryResource resources by SolutionConfiguration

SELECT examples

List InventoryResource resources by SolutionConfiguration

SELECT
azure_resource_id,
cloud_native_resource_id,
cloud_native_type,
inventoryId,
provisioning_state,
resourceUri,
solutionConfiguration,
status,
status_details
FROM azure.hybrid_connectivity.vw_inventories
WHERE resourceUri = '{{ resourceUri }}'
AND solutionConfiguration = '{{ solutionConfiguration }}';