---
title: "ReplicationTask"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/replicationtask/"
source: "https://container-registry.com/docs/harbor-api-client/model/replicationtask/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/replicationtask/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/replicationtask/index.md>. Site index: <https://container-registry.com/llms.txt>.


# 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] 



