harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Metrics

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**task_count** | Option<**i32**> | The count of task | [optional]
**success_task_count** | Option<**i32**> | The count of success task | [optional]
**error_task_count** | Option<**i32**> | The count of error task | [optional]
**pending_task_count** | Option<**i32**> | The count of pending task | [optional]
**running_task_count** | Option<**i32**> | The count of running task | [optional]
**scheduled_task_count** | Option<**i32**> | The count of scheduled task | [optional]
**stopped_task_count** | Option<**i32**> | The count of stopped task | [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)