ClusterCheckStatus groups the result of the check by cluster
GET /v2/compliance/scan/result/{id}
GetComplianceScanCheckResult returns the specific result by ID
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 |
ClusterCheckStatus groups the result of the check by cluster
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
cluster |
|||||
status |
UNSET_CHECK_STATUS, PASS, FAIL, ERROR, INFO, MANUAL, NOT_APPLICABLE, INCONSISTENT, |
||||
createdTime |
Date |
date-time |
|||
checkUid |
String |
||||
lastScanTime |
Date |
date-time |
Enum Values |
---|
UNSET_CHECK_STATUS |
PASS |
FAIL |
ERROR |
INFO |
MANUAL |
NOT_APPLICABLE |
INCONSISTENT |
ComplianceClusterCheckStatus provides the status of a compliance check result across clusters
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
checkId |
String |
||||
checkName |
String |
||||
clusters |
List of V2ClusterCheckStatus |
||||
description |
String |
||||
instructions |
String |
||||
rationale |
String |
||||
valuesUsed |
List of |
||||
warnings |
List of |
||||
labels |
Map of |
||||
annotations |
Map of |
||||
controls |
List of V2ComplianceControl |