core.get_jobs¶
Updates on job changes.
CoreGetJobsAddedEvent
Type: objectNo Additional Properties
Id
Type: integerID of the job that was added.
CoreGetJobsItem
Type: objectComplete job information for the newly added job.
No Additional PropertiesId
Type: integerUnique identifier for this job.
Message Ids
Type: arrayArray of message IDs associated with this job.
No Additional ItemsEach item of this array must be:
Method
Type: stringName of the method/service being executed by this job.
Arguments
Type: arrayArray of arguments passed to the job method.
No Additional ItemsEach item of this array must be:
Transient
Type: booleanWhether this is a temporary job that will be automatically cleaned up.
Description
Human-readable description of what this job does. null
if not provided.
Abortable
Type: booleanWhether this job can be cancelled/aborted.
Logs Path
File system path to detailed job logs. null
if no logs available.
Logs Excerpt
Brief excerpt from job logs for quick preview. null
if no logs available.
CoreGetJobsItemProgress
Type: objectCurrent progress information for the job.
No Additional PropertiesPercent
Completion percentage of the job. null
if not available.
Description
Human-readable description of the current progress. null
if not available.
Extra
Type: objectAdditional progress information specific to the job type.
Result
Type: objectThe result data returned by the job upon successful completion.
Result Encoding Error
Type: objectEncoding error information if result serialization failed.
Error
Error message if the job failed. null
if no error occurred.
Exception
Exception details if the job encountered an exception. null
if no exception occurred.
Detailed exception information. null
if no exception occurred.
CoreGetJobsItemExcInfo
Type: objectNo Additional Properties
Repr
String representation of the exception. null
if no exception occurred.
Type
Exception type name. null
if no exception occurred.
Errno
System error number if applicable. null
otherwise.
Extra
Type: objectAdditional exception information.
State
Type: stringCurrent execution state of the job.
"WAITING"
"RUNNING"
"SUCCESS"
"FAILED"
"ABORTED"
Time Started
Timestamp when the job started execution. null
if not yet started.
Time Finished
Timestamp when the job completed execution. null
if still running or not started.
Authentication credentials used for this job. null
if no authentication required.
CoreGetJobsItemCredentials
Type: objectNo Additional Properties
Type
Type: stringAuthentication type used for the job.
Data
Type: objectAuthentication data and credentials for the job.
CoreGetJobsChangedEvent
Type: objectNo Additional Properties
Id
Type: integerID of the job that was updated.
CoreGetJobsItem
Type: objectUpdated job information with changes.
No Additional PropertiesId
Type: integerUnique identifier for this job.
Message Ids
Type: arrayArray of message IDs associated with this job.
No Additional ItemsEach item of this array must be:
Method
Type: stringName of the method/service being executed by this job.
Arguments
Type: arrayArray of arguments passed to the job method.
No Additional ItemsEach item of this array must be:
Transient
Type: booleanWhether this is a temporary job that will be automatically cleaned up.
Description
Human-readable description of what this job does. null
if not provided.
Abortable
Type: booleanWhether this job can be cancelled/aborted.
Logs Path
File system path to detailed job logs. null
if no logs available.
Logs Excerpt
Brief excerpt from job logs for quick preview. null
if no logs available.
CoreGetJobsItemProgress
Type: objectCurrent progress information for the job.
No Additional PropertiesPercent
Completion percentage of the job. null
if not available.
Description
Human-readable description of the current progress. null
if not available.
Extra
Type: objectAdditional progress information specific to the job type.
Result
Type: objectThe result data returned by the job upon successful completion.
Result Encoding Error
Type: objectEncoding error information if result serialization failed.
Error
Error message if the job failed. null
if no error occurred.
Exception
Exception details if the job encountered an exception. null
if no exception occurred.
Detailed exception information. null
if no exception occurred.
CoreGetJobsItemExcInfo
Type: objectNo Additional Properties
Repr
String representation of the exception. null
if no exception occurred.
Type
Exception type name. null
if no exception occurred.
Errno
System error number if applicable. null
otherwise.
Extra
Type: objectAdditional exception information.
State
Type: stringCurrent execution state of the job.
"WAITING"
"RUNNING"
"SUCCESS"
"FAILED"
"ABORTED"
Time Started
Timestamp when the job started execution. null
if not yet started.
Time Finished
Timestamp when the job completed execution. null
if still running or not started.
Authentication credentials used for this job. null
if no authentication required.
CoreGetJobsItemCredentials
Type: objectNo Additional Properties
Type
Type: stringAuthentication type used for the job.
Data
Type: objectAuthentication data and credentials for the job.
Required roles: