ComplianceCheckResult details of an instance of a compliance check result
GET /v2/compliance/scan/results
GetComplianceScanResults retrieves the most recent compliance operator scan results for the specified query 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 |
---|---|---|---|---|---|
clusterId |
String |
||||
scanName |
String |
||||
result |
ComplianceCheckResult details of an instance of a compliance check result
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
checkId |
String |
||||
checkName |
String |
||||
checkUid |
String |
||||
description |
String |
||||
instructions |
String |
||||
rationale |
String |
||||
valuesUsed |
List of |
||||
warnings |
List of |
||||
status |
UNSET_CHECK_STATUS, PASS, FAIL, ERROR, INFO, MANUAL, NOT_APPLICABLE, INCONSISTENT, |
||||
ruleName |
String |
||||
labels |
Map of |
||||
annotations |
Map of |
||||
controls |
List of V2ComplianceControl |
Enum Values |
---|
UNSET_CHECK_STATUS |
PASS |
FAIL |
ERROR |
INFO |
MANUAL |
NOT_APPLICABLE |
INCONSISTENT |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
standard |
String |
||||
control |
String |
ListComplianceResultsResponse provides the complete scan results
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
scanResults |
List of V2ComplianceCheckData |
||||
totalCount |
Integer |
int32 |