Skip to content

Commit d4113b5

Browse files
fix(openapi): update kafka-mgmt/v1 OpenAPI document (#298)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 884f2c1 commit d4113b5

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0 # need this as first line to allow some IDEs to know this is an o
22
# All endpoints defined here will be discoverable by all users. If there is a need to keep some endpoints "private", add them to the "managed-services-api-private.yaml" file
33
info:
44
title: Kafka Service Fleet Manager
5-
version: 1.7.1
5+
version: 1.8.0
66
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
77
servers:
88
- url: https://api.openshift.com
@@ -1021,6 +1021,10 @@ components:
10211021
type: string
10221022
max_connection_attempts_per_sec:
10231023
type: integer
1024+
billing_cloud_account_id:
1025+
type: string
1026+
marketplace:
1027+
type: string
10241028
example:
10251029
$ref: "#/components/examples/KafkaRequestExample"
10261030
KafkaRequestList:
@@ -1084,6 +1088,14 @@ components:
10841088
plan:
10851089
description: kafka plan in a format of <instance_type>.<size_id>
10861090
type: string
1091+
billing_cloud_account_id:
1092+
description: cloud account id used to purchase the instance
1093+
type: string
1094+
nullable: true
1095+
marketplace:
1096+
description: marketplace where the instance is purchased on
1097+
type: string
1098+
nullable: true
10871099
SupportedKafkaInstanceTypesList:
10881100
allOf:
10891101
- type: object
@@ -1684,6 +1696,8 @@ components:
16841696
max_partitions: 100
16851697
max_data_retention_period: "P14D"
16861698
max_connection_attempts_per_sec: 100
1699+
billing_cloud_account_id: "123456789012"
1700+
marketplace: "aws"
16871701
KafkaRequestFailedCreationStatusExample:
16881702
value:
16891703
id: "1iSY6RQ3JKI8Q0OTmjQFd3ocFRg"

0 commit comments

Comments
 (0)