BootstrapJobHistory
Description
A read only object that specifies the Job details, including Job Name, Description and Job status.
Supported Operations
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
version | False | string | A unique string version assigned by the system when the object is created or modified. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete an existing object. As the version will change every time the object is modified, the value provided in this identifier must match exactly what is present in the system or the request will be rejected. | |||
jobName | False | string | The type of boostrap being performed. | |||
jobDescription | False | string | A read only string specifying the description of the job | |||
user | False | string | A read only string specifying the user who triggered the job. | |||
startDateTime | False | string | A user friendly string of the date and time that the bootstrap started. | |||
endDateTime | False | string | A user friendly string of the date and time that the boostrap finished. | |||
status | False | string | The state of progress of the bootstrap | |||
statusMessage | False | string | A detailed string on the percentage progress of the current bootstrap event. | |||
scheduleUuid | False | string | A string that points to the original schedule that triggered the execution of a task and creation of the instance of a job history object. The original schedule might not be present if the schedule is expired. | |||
elapsedTimeInMillis | False | integer | A long value of the time in milliseconds that has elapsed. | |||
elapsedTime | False | string | A user friendly string of the time that has elapsed. | |||
totalCount | False | integer | An int value of the number of bootstrap tasks. | |||
finishedCount | False | integer | An int value of the number of bootstrap events already complete | |||
progressPercent | False | integer | An int value of the percentage of bootstrap events already complete | |||
currentTask | False | string | A string showing which bootstrap task is currently running. | |||
postUpgrade | False | boolean | ||||
bootstrapEvents | False | [object] | A list of bootstrap events. | |||
timeRemainingInMillis | False | integer | A long value of the time in milliseconds that is remaining for bootstrap to complete. | |||
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. |