Next Tag: 12
GET /v2/compliance/profiles/cluster
ListComplianceProfiles returns profiles matching given request
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
clusterId |
- |
null |
||
query.query |
- |
null |
||
query.pagination.limit |
- |
null |
||
query.pagination.offset |
- |
null |
||
query.pagination.sortOption.field |
- |
null |
||
query.pagination.sortOption.reversed |
- |
null |
||
query.pagination.sortOption.aggregateBy.aggrFunc |
- |
UNSET |
||
query.pagination.sortOption.aggregateBy.distinct |
- |
null |
Code | Message | Datatype |
---|---|---|
200 |
A successful response. |
|
0 |
An unexpected error response. |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
platform |
String |
||||
disruption |
String |
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 |
Next Tag: 12
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
id |
String |
||||
name |
String |
||||
profileVersion |
String |
||||
productType |
String |
||||
description |
String |
||||
rules |
List of V2ComplianceRule |
||||
product |
String |
||||
title |
String |
||||
values |
List of |
||||
standards |
List of V2ComplianceBenchmark |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
name |
String |
||||
ruleType |
String |
||||
severity |
String |
||||
standard |
String |
||||
control |
String |
||||
title |
String |
||||
description |
String |
||||
rationale |
String |
||||
fixes |
List of ComplianceRuleFix |
||||
id |
String |
||||
ruleId |
String |
||||
parentRule |
String |
||||
instructions |
String |
||||
warning |
String |
ListComplianceProfilesResponse provides a list of profiles
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
profiles |
List of V2ComplianceProfile |
||||
totalCount |
Integer |
int32 |