Group the number of occurrences by status
GET /v2/compliance/scan/stats/overall/cluster
Deprecated in favor of GetComplianceClusterStats
Code | Message | Datatype |
---|---|---|
200 |
A successful response. |
|
0 |
An unexpected error response. |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
code |
Integer |
int32 |
|||
message |
String |
||||
details |
List of ProtobufAny |
Enum Values |
---|
UNSET_CHECK_STATUS |
PASS |
FAIL |
ERROR |
INFO |
MANUAL |
NOT_APPLICABLE |
INCONSISTENT |
Group the number of occurrences by status
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
count |
Integer |
int32 |
|||
status |
UNSET_CHECK_STATUS, PASS, FAIL, ERROR, INFO, MANUAL, NOT_APPLICABLE, INCONSISTENT, |
ComplianceClusterOverallStats provides overall stats for cluster
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
cluster |
|||||
checkStats |
List of V2ComplianceCheckStatusCount |
||||
clusterErrors |
List of |
||||
lastScanTime |
Date |
date-time |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
clusterId |
String |
||||
clusterName |
String |
ListComplianceCheckScanStatsResponse provides stats per cluster
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
scanStats |
List of V2ComplianceClusterOverallStats |
||||
totalCount |
Integer |
int32 |