harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
# ReplicationExecution

## Properties

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

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)