Skip to content

Commit 1f87499

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

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 8 additions & 2 deletions
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.0
5+
version: 1.7.1
66
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
77
servers:
88
- url: https://api.openshift.com
@@ -980,6 +980,9 @@ components:
980980
type: string
981981
bootstrap_server_host:
982982
type: string
983+
admin_api_server_url:
984+
type: string
985+
description: The kafka admin server url to perform kafka admin operations e.g acl management etc. The value will be available when the Kafka has been fully provisioned i.e it reaches a 'ready' state
983986
created_at:
984987
format: date-time
985988
type: string
@@ -1172,7 +1175,7 @@ components:
11721175
description: 'Data plane cluster capacity consumed by this Kafka instance size.'
11731176
type: integer
11741177
maturity_status:
1175-
description: 'Maturity level of the size. Can be stable or tech preview.'
1178+
description: 'Maturity level of the size. Can be "stable" or "preview".'
11761179
type: string
11771180
SupportedKafkaSizeBytesValueItem:
11781181
type: object
@@ -1558,6 +1561,7 @@ components:
15581561
Each query can be ordered by any of the following `kafkaRequests` fields:
15591562
15601563
* bootstrap_server_host
1564+
* admin_api_server_url
15611565
* cloud_provider
15621566
* cluster_id
15631567
* created_at
@@ -1668,6 +1672,7 @@ components:
16681672
owner: "api_kafka_service"
16691673
name: "serviceapi"
16701674
bootstrap_server_host: "serviceapi-1isy6rq3jki8q0otmjqfd3ocfrg.apps.mk-bttg0jn170hp.x5u8.s1.devshift.org"
1675+
admin_api_server_url: "https://admin-server-mk-e-e-e-e-c---{}ld{-}-n-vp--bltg.rhcloud.com"
16711676
created_at: "2020-10-05T12:51:24.053142Z"
16721677
updated_at: "2020-10-05T12:56:36.362208Z"
16731678
version: "2.6.0"
@@ -1693,6 +1698,7 @@ components:
16931698
owner: "api_kafka_service"
16941699
name: "serviceapi"
16951700
bootstrap_server_host: "serviceapi-1isy6rq3jki8q0otmjqfd3ocfrg.apps.mk-bttg0jn170hp.x5u8.s1.devshift.org"
1701+
admin_api_server_url: "https://admin-server-mk-e-e-e-e-c---{}ld{-}-n-vp--bltg.rhcloud.com"
16961702
created_at: "2020-10-05T12:51:24.053142Z"
16971703
updated_at: "2020-10-05T12:56:36.362208Z"
16981704
failed_reason: "a reason the Kafka request creation failed"

0 commit comments

Comments
 (0)