Skip to content

Commit 3ec68dc

Browse files
chore(openapi): update kafka-mgmt/v1 OpenAPI document (#651)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com> Co-authored-by: Dimitri Saridakis <dimitri.saridakis@gmail.com>
1 parent febda92 commit 3ec68dc

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,11 @@ components:
14501450
promotion_status:
14511451
type: string
14521452
description: "Status of the Kafka request promotion. Possible values: ['promoting', 'failed']. If unset it means no promotion is in progress."
1453+
cluster_id:
1454+
description: The ID of the data plane where Kafka is deployed on. This information is only returned for kafka whose billing model is enterprise
1455+
type: string
1456+
nullable: true
1457+
14531458
promotion_details:
14541459
type: string
14551460
description: "Details of the Kafka request promotion. It can be set when a Kafka request promotion is in progress or has failed"
@@ -1563,6 +1568,11 @@ components:
15631568
description: billing model to use
15641569
type: string
15651570
nullable: true
1571+
cluster_id:
1572+
description: enterprise OSD cluster ID to be used for kafka creation
1573+
type: string
1574+
nullable: true
1575+
15661576
KafkaPromoteRequest:
15671577
type: object
15681578
properties:
@@ -1630,7 +1640,7 @@ components:
16301640
type: string
16311641
minLength: 1
16321642
ams_product:
1633-
description: "AMS product to be used. Accepted values: ['RHOSAK', 'RHOSAKTrial', 'RHOSAKEval']"
1643+
description: "AMS product to be used. Accepted values: ['RHOSAK', 'RHOSAKTrial', 'RHOSAKEval', 'RHOSAKCC']"
16341644
type: string
16351645
minLength: 1
16361646
ams_billing_models:
@@ -2320,6 +2330,7 @@ components:
23202330
billing_cloud_account_id: "123456789012"
23212331
marketplace: "aws"
23222332
billing_model: "marketplace"
2333+
cluster_id: "21grk30a21grk30a21grk30a21grk30a"
23232334
KafkaRequestFailedCreationStatusExample:
23242335
value:
23252336
id: "1iSY6RQ3JKI8Q0OTmjQFd3ocFRg"

0 commit comments

Comments
 (0)