ExportTaskRest
ExportTaskRest
Represent an Export Task Schema for LCM pre-checks
JSON Example
{
"status": "string",
"progress": "number",
"startTimestamp": "2023-10-26T10:00:00Z",
"endTimestamp": "2023-10-26T10:15:30Z",
"error": {
"message": "string",
"remediationMessage": "string",
"referenceToken": "string"
}
}
string
status
Required
Constraints:
default: NOT_STARTED
Represents the possible states of an export task.
Possible values are :
NOT_STARTED,
QUEUED,
IN_PROGRESS,
COMPLETED,
FAILED,
number As double
As double
progress
Optional
Constraints:
minimum: 0
maximum: 100
Current progress of the task as a decimal from 0.0 to 100.0 (representing 0% to 100%).
string
startTimestamp
Required
Timestamp when the export task began processing.
string
endTimestamp
Optional
Timestamp when the export task completed (successfully or with error). Null if still in progress.