Skip to main content

devices_update_summaries

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

Overview

Namedevices_update_summaries
TypeResource
Idazure_extras.storsimple_8000_series.devices_update_summaries

Fields

NameDatatypeDescription
idtextThe path ID that uniquely identifies the object.
nametextThe name of the object.
deviceNametextfield from the properties object
is_update_in_progresstextfield from the properties object
kindtextThe Kind of the object. Currently only Series8000 is supported
last_updated_timetextfield from the properties object
maintenance_mode_updates_availabletextfield from the properties object
managerNametextfield from the properties object
regular_updates_availabletextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe hierarchical type of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, managerName, resourceGroupName, subscriptionIdReturns the update summary of the specified device name.

SELECT examples

Returns the update summary of the specified device name.

SELECT
id,
name,
deviceName,
is_update_in_progress,
kind,
last_updated_time,
maintenance_mode_updates_available,
managerName,
regular_updates_available,
resourceGroupName,
subscriptionId,
type
FROM azure_extras.storsimple_8000_series.vw_devices_update_summaries
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';