Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.04 KB

ReplicationTask.md

File metadata and controls

19 lines (15 loc) · 1.04 KB

ReplicationTask

Properties

Name Type Description Notes
id int The ID of the task [optional]
execution_id int The ID of the execution that the task belongs to [optional]
status str The status of the task [optional]
job_id str The ID of the underlying job that the task related to [optional]
operation str The operation of the task [optional]
resource_type str The type of the resource that the task operates [optional]
src_resource str The source resource that the task operates [optional]
dst_resource str The destination resource that the task operates [optional]
start_time datetime The start time of the task [optional]
end_time datetime The end time of the task [optional]

[Back to Model list] [Back to API list] [Back to README]