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_1200_series.devices_update_summaries

Fields

NameDatatypeDescription
idtextThe identifier.
nametextThe name.
deviceNametextfield from the properties object
device_last_scanned_timetextfield from the properties object
device_versiontextfield from the properties object
in_progress_download_job_idtextfield from the properties object
in_progress_download_job_started_timetextfield from the properties object
in_progress_install_job_idtextfield from the properties object
in_progress_install_job_started_timetextfield from the properties object
in_progress_scan_started_timetextfield from the properties object
last_completed_download_job_timetextfield from the properties object
last_completed_install_job_timetextfield from the properties object
last_completed_scan_timetextfield from the properties object
managerNametextfield from the properties object
reboot_required_for_installtextfield from the properties object
regular_updates_availabletextfield from the properties object
resourceGroupNametextfield from the properties object
statustextfield from the properties object
subscriptionIdtextfield from the properties object
total_items_pending_for_downloadtextfield from the properties object
total_items_pending_for_installtextfield from the properties object
typetextThe type.

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,
device_last_scanned_time,
device_version,
in_progress_download_job_id,
in_progress_download_job_started_time,
in_progress_install_job_id,
in_progress_install_job_started_time,
in_progress_scan_started_time,
last_completed_download_job_time,
last_completed_install_job_time,
last_completed_scan_time,
managerName,
reboot_required_for_install,
regular_updates_available,
resourceGroupName,
status,
subscriptionId,
total_items_pending_for_download,
total_items_pending_for_install,
type
FROM azure_extras.storsimple_1200_series.vw_devices_update_summaries
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';