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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | Option<**i32**> | The total number of scan processes triggered by the scan all action | [optional]
**completed** | Option<**i32**> | The number of the finished scan processes triggered by the scan all action | [optional]
**metrics** | Option<**std::collections::HashMap<String, i32>**> | The metrics data for the each status | [optional]
**ongoing** | Option<**bool**> | A flag indicating job status of scan all. | [optional]
**trigger** | Option<**String**> | The trigger of the scan all job. | [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)