inventory
Creates, updates, deletes, gets or lists a inventory
resource.
Overview
Name | inventory |
Type | Resource |
Id | google.osconfig.inventory |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | instancesId, locationsId, projectsId | Get 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 }}';