第2章 バージョン v2
2.1. ComplianceIntegrationService
2.1.1. ListComplianceIntegrations
GET /v2/compliance/integrations
ListComplianceIntegrations は、セキュアクラスターのすべての Compliance Operator メタデータをリスト表示します。
2.1.1.1. 説明
2.1.1.2. パラメーター
2.1.1.2.1. クエリーパラメーター
名前 | 説明 | 必須 | デフォルト | パターン |
---|---|---|---|---|
query | - | null | ||
pagination.limit | - | null | ||
pagination.offset | - | null | ||
pagination.sortOption.field | - | null | ||
pagination.sortOption.reversed | - | null | ||
pagination.sortOption.aggregateBy.aggrFunc | - | UNSET | ||
pagination.sortOption.aggregateBy.distinct | - | null |
2.1.1.3. 戻り値のタイプ
2.1.1.4. コンテンツタイプ
- application/json
2.1.1.5. レスポンス
コード | メッセージ | データ型 |
---|---|---|
200 | 正常な応答。 | |
0 | 予期しないエラーの応答。 |
2.1.1.6. サンプル
2.1.1.7. 共通のオブジェクト参照
2.1.1.7.1. ProtobufAny
フィールド名 | 必須 | Null 許容型 | 型 | 説明 | 形式 |
---|---|---|---|---|---|
@type | String |
2.1.1.7.2. RpcStatus
フィールド名 | 必須 | Null 許容型 | 型 | 説明 | 形式 |
---|---|---|---|---|---|
code | Integer | int32 | |||
message | String | ||||
details | ProtobufAny のリスト |
2.1.1.7.3. V2COStatus
Represents the status of compliance operator
列挙値 |
---|
HEALTHY |
UNHEALTHY |
2.1.1.7.4. V2ClusterPlatformType
列挙値 |
---|
GENERIC_CLUSTER |
KUBERNETES_CLUSTER |
OPENSHIFT_CLUSTER |
OPENSHIFT4_CLUSTER |
2.1.1.7.5. V2ClusterProviderType
列挙値 |
---|
UNSPECIFIED |
AKS |
ARO |
EKS |
GKE |
OCP |
OSD |
ROSA |
2.1.1.7.6. V2ComplianceIntegration
Next Tag: 11
フィールド名 | 必須 | Null 許容型 | 型 | 説明 | 形式 |
---|---|---|---|---|---|
id | String | ||||
version | String | ||||
clusterId | String | ||||
clusterName | String | ||||
namespace | String | ||||
statusErrors |
| Compliance Operator のヘルス情報を取得しようとしたときに発生したエラーのコレクション。 | |||
operatorInstalled | Boolean | ||||
status | HEALTHY, UNHEALTHY, | ||||
clusterPlatformType | GENERIC_CLUSTER, KUBERNETES_CLUSTER, OPENSHIFT_CLUSTER, OPENSHIFT4_CLUSTER, | ||||
clusterProviderType | UNSPECIFIED, AKS, ARO, EKS, GKE, OCP, OSD, ROSA, |
2.1.1.7.7. V2ListComplianceIntegrationsResponse
フィールド名 | 必須 | Null 許容型 | 型 | 説明 | 形式 |
---|---|---|---|---|---|
integrations | |||||
totalCount | Integer | int32 |