---
title: "ReplicationExecution"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/replicationexecution/"
source: "https://container-registry.com/docs/harbor-api-client/model/replicationexecution/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/replicationexecution/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/replicationexecution/index.md>. Site index: <https://container-registry.com/llms.txt>.


# ReplicationExecution

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of the execution | [optional] 
**policy_id** | **int** | The ID if the policy that the execution belongs to | [optional] 
**status** | **str** | The status of the execution | [optional] 
**trigger** | **str** | The trigger mode | [optional] 
**start_time** | **datetime** | The start time | [optional] 
**end_time** | **datetime** | The end time | [optional] 
**status_text** | **str** | The status text | [optional] 
**total** | **int** | The total count of all executions | [optional] 
**failed** | **int** | The count of failed executions | [optional] 
**succeed** | **int** | The count of succeed executions | [optional] 
**in_progress** | **int** | The count of in_progress executions | [optional] 
**stopped** | **int** | The count of stopped executions | [optional] 



