Skip to main content

inventory

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

Overview

Nameinventory
TypeResource
Idgoogle.osconfig.inventory

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTinstancesId, locationsId, projectsIdGet inventory data for the specified VM instance. If the VM has no associated inventory, the message NOT_FOUND is returned.

SELECT examples

Get inventory data for the specified VM instance. If the VM has no associated inventory, the message NOT_FOUND is returned.

SELECT

FROM google.osconfig.inventory
WHERE instancesId = '{{ instancesId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';