devices_update_summaries
Creates, updates, deletes, gets or lists a devices_update_summaries
resource.
Overview
Name | devices_update_summaries |
Type | Resource |
Id | azure_extras.storsimple_1200_series.devices_update_summaries |
Fields
- vw_devices_update_summaries
- devices_update_summaries
Name | Datatype | Description |
---|---|---|
id | text | The identifier. |
name | text | The name. |
deviceName | text | field from the properties object |
device_last_scanned_time | text | field from the properties object |
device_version | text | field from the properties object |
in_progress_download_job_id | text | field from the properties object |
in_progress_download_job_started_time | text | field from the properties object |
in_progress_install_job_id | text | field from the properties object |
in_progress_install_job_started_time | text | field from the properties object |
in_progress_scan_started_time | text | field from the properties object |
last_completed_download_job_time | text | field from the properties object |
last_completed_install_job_time | text | field from the properties object |
last_completed_scan_time | text | field from the properties object |
managerName | text | field from the properties object |
reboot_required_for_install | text | field from the properties object |
regular_updates_available | text | field from the properties object |
resourceGroupName | text | field from the properties object |
status | text | field from the properties object |
subscriptionId | text | field from the properties object |
total_items_pending_for_download | text | field from the properties object |
total_items_pending_for_install | text | field from the properties object |
type | text | The type. |
Name | Datatype | Description |
---|---|---|
id | string | The identifier. |
name | string | The name. |
properties | object | Properties of the update profile |
type | string | The type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | deviceName, managerName, resourceGroupName, subscriptionId | Returns the update summary of the specified device name. |
SELECT
examples
Returns the update summary of the specified device name.
- vw_devices_update_summaries
- devices_update_summaries
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 }}';
SELECT
id,
name,
properties,
type
FROM azure_extras.storsimple_1200_series.devices_update_summaries
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';