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
+33-2Lines changed: 33 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.5.0
5
+
version: 1.6.0
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
@@ -1114,6 +1114,9 @@ components:
1114
1114
id:
1115
1115
description: 'Unique identifier of this Kafka instance size.'
1116
1116
type: string
1117
+
display_name:
1118
+
description: 'Display name of this Kafka instance size.'
1119
+
type: string
1117
1120
ingress_throughput_per_sec:
1118
1121
description: 'Maximum ingress throughput per second available to this Kafka instance size.'
1119
1122
type: object
@@ -1138,6 +1141,25 @@ components:
1138
1141
max_connection_attempts_per_sec:
1139
1142
description: 'Maximium connection attempts per second available to this Kafka instance size.'
1140
1143
type: integer
1144
+
max_message_size:
1145
+
description: 'Maximum message size available to this Kafka instance size.'
0 commit comments