Skip to main content

jobs

Overview

Namejobs
TypeResource
Idazure_extras.storsimple_8000_series.jobs

Fields

NameDatatypeDescription
idstringThe path ID that uniquely identifies the object.
namestringThe name of the object.
endTimestringThe UTC time at which the job completed.
errorobjectThe job error details. Contains list of job error items.
kindstringThe Kind of the object. Currently only Series8000 is supported
percentCompleteintegerThe percentage of the job that is already complete.
propertiesobjectThe properties of the job.
startTimestringThe UTC time at which the job was started.
statusstringThe current status of the job.
typestringThe hierarchical type of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, jobName, managerName, resourceGroupName, subscriptionIdGets the details of the specified job name.
list_by_deviceSELECTdeviceName, managerName, resourceGroupName, subscriptionIdGets all the jobs for specified device. With optional OData query parameters, a filtered set of jobs is returned.
list_by_managerSELECTmanagerName, resourceGroupName, subscriptionIdGets all the jobs for the specified manager. With optional OData query parameters, a filtered set of jobs is returned.
_list_by_deviceEXECdeviceName, managerName, resourceGroupName, subscriptionIdGets all the jobs for specified device. With optional OData query parameters, a filtered set of jobs is returned.
_list_by_managerEXECmanagerName, resourceGroupName, subscriptionIdGets all the jobs for the specified manager. With optional OData query parameters, a filtered set of jobs is returned.
cancelEXECdeviceName, jobName, managerName, resourceGroupName, subscriptionIdCancels a job on the device.