You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .openapi/kas-fleet-manager.yaml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff 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
2
2
# 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
3
3
info:
4
4
title: Kafka Service Fleet Manager
5
-
version: 1.7.0
5
+
version: 1.7.1
6
6
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
7
7
servers:
8
8
- url: https://api.openshift.com
@@ -980,6 +980,9 @@ components:
980
980
type: string
981
981
bootstrap_server_host:
982
982
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
983
986
created_at:
984
987
format: date-time
985
988
type: string
@@ -1172,7 +1175,7 @@ components:
1172
1175
description: 'Data plane cluster capacity consumed by this Kafka instance size.'
1173
1176
type: integer
1174
1177
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".'
1176
1179
type: string
1177
1180
SupportedKafkaSizeBytesValueItem:
1178
1181
type: object
@@ -1558,6 +1561,7 @@ components:
1558
1561
Each query can be ordered by any of the following `kafkaRequests` fields:
0 commit comments