UpgradeReadinessCheckStatus
Description
An object representing the root class for all device manager objects that are not persisted to the Database on the device
Supported Operations
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
state | False | string | State of the upgrade readiness check. An enumerated field that can be IN_PROGRESS, FAILED, SUCCESS | |||
filename | False | string | A String specifying the filename of the upgrade file | |||
baseVersion | False | string | A String specifying the base version of the operating system | |||
targetVersion | False | string | A String specifying the target version of the operating system | |||
message | False | string | A String showing the upgrade scripts' status information | |||
progressPercent | False | integer | An Integer indicating the percentage of the operation progress | |||
startTime | False | string | A String indicating starting time of the operation, in ISO8601 extended format | |||
endTime | False | string | A String indicating ending time of the operation, in ISO8601 extended format | |||
timeRemainingInSeconds | False | integer | An Integer showing the time remaining for the operation in seconds | |||
elapsedTimeInSeconds | False | integer | An Integer showing the time already taken by the operation in seconds | |||
totalScripts | False | integer | An integer showing the total number of scripts that will run as a part of the Readiness Check | |||
failedScripts | False | integer | An integer showing the total number of failed scripts that have occurred as a part of the Readiness Check | |||
detailedFailures | False | [object] | A List of Strings providing information about the script that failed and a recovery message for the failure | |||
cumulativeMessages | False | [object] | A List of Strings providing the messages returned from the upgrade scripts | |||
id | False | string | A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |