Group the number of occurrences by status
GET /v2/compliance/scan/stats/profiles
GetComplianceProfileScanStats lists current scan stats grouped by profile Optional RawQuery query fields can be combined. Commonly used ones include but are not limited to - scan: id(s) of the compliance scan - cluster: id(s) of the cluster - profile: id(s) of the profile
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 |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
name |
String |
||||
version |
String |
||||
description |
String |
||||
provider |
String |
||||
shortName |
String |
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, |
ComplianceProfileScanStats provides scan stats overview based on profile
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
checkStats |
List of V2ComplianceCheckStatusCount |
||||
profileName |
String |
||||
title |
String |
||||
version |
String |
||||
benchmarks |
List of V2ComplianceBenchmark |
ListComplianceProfileScanStatsResponse provides stats for the profiles within the scans
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
scanStats |
List of V2ComplianceProfileScanStats |
||||
totalCount |
Integer |
int32 |