Response from the endpoint

Main object

FieldData TypeDescription
StatusstringCurrent execution status. One of this options Queued, InProgress, Complete, InError, NotFound
ResultstringExecution result. Return ERROR if the Status is InError, otherwise OK
Successbooleanresult of the request
ErrorMessagestringif some problem happens and the success is false, this is the error message
Logsstringif the request parameter IncludeLogs set to true, this is the lines base64 encoded
LogNumPagesintegerif the request parameter IncludeLogs set to true, this is the number of pages to do all the pagination
ReportReportif the request parameter IncludeReports set to true, this object will be with the execution report values

Report object

FieldData TypeDescription
ElapsedTimestringDuration time (HH:mm:ss)
EndedAtstringEnd time (yyyy-MM-dd HH:mm:ss)
StartedAtstringStart time (yyyy-MM-dd HH:mm:ss)
TotalDurationintegerDuration in seconds
CompletedBPTRecordsintegerNumber of BPT records already processed
CompletedBPTVolumeintegerSize of migrated BPT records already processed
CompletedInstructionsintegerNumber of instructions already processed
CompletedRecordsintegerNumber of entities records already processed
TotalBPTRecordsintegerTotal number of BPT records to execute
TotalBPTVolumeintegerTotal size of BPT records to execute
TotalInstructionsintegerNumber of instructions to execute
TotalRecordsintegerTotal number of entities records to execute
TotalVolumeKBsintegerTotal size of entities records to execute
MessageMessageExtra message from the current execution status

Message object

FieldData TypeDescription
MessageTextstringMessage line. More information about the execution status
MessageTypestringType of the message. The options are Danger, Success, Info or Error