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
+17-3Lines changed: 17 additions & 3 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.1.3
5
+
version: 1.2.0
6
6
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
description: The region where the Kafka cluster will be created in
953
958
type: string
959
+
reauthentication_enabled:
960
+
description: Whether connection reauthentication is enabled or not. If set to true, connection reauthentication on the Kafka instance will be required every 5 minutes. The default value is true
961
+
type: boolean
962
+
nullable: true
954
963
CloudProviderList:
955
964
allOf:
956
965
- $ref: "#/components/schemas/List"
@@ -1183,13 +1192,16 @@ components:
1183
1192
required:
1184
1193
- value
1185
1194
KafkaUpdateRequest:
1186
-
required:
1187
-
- owner
1188
1195
type: object
1189
1196
properties:
1190
1197
# for now owner is the only supported field for update
1191
1198
owner:
1192
1199
type: string
1200
+
nullable: true
1201
+
reauthentication_enabled:
1202
+
description: Whether connection reauthentication is enabled or not. If set to true, connection reauthentication on the Kafka instance will be required every 5 minutes.
1203
+
type: boolean
1204
+
nullable: true
1193
1205
1194
1206
parameters:
1195
1207
id:
@@ -1353,6 +1365,7 @@ components:
1353
1365
updated_at: "2020-10-05T12:56:36.362208Z"
1354
1366
version: "2.6.0"
1355
1367
instance_type: standard
1368
+
reauthentication_enabled: true
1356
1369
KafkaRequestFailedCreationStatusExample:
1357
1370
value:
1358
1371
id: "1iSY6RQ3JKI8Q0OTmjQFd3ocFRg"
@@ -1369,6 +1382,7 @@ components:
1369
1382
updated_at: "2020-10-05T12:56:36.362208Z"
1370
1383
failed_reason: "a reason the Kafka request creation failed"
0 commit comments