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-49Lines changed: 33 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ 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.1
6
-
description: Kafka Service Fleet Manager is a Rest API to manage Kakfa instances and connectors.
5
+
version: 1.1.2
6
+
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
7
7
servers:
8
8
- url: https://api.openshift.com
9
9
description: Main (production) server
@@ -88,7 +88,7 @@ paths:
88
88
examples:
89
89
404Example:
90
90
$ref: '#/components/examples/404Example'
91
-
description: No Kakfa request with specified ID exists
91
+
description: No Kafka request with specified ID exists
92
92
"500":
93
93
content:
94
94
application/json:
@@ -100,7 +100,7 @@ paths:
100
100
description: Unexpected error occurred
101
101
security:
102
102
- Bearer: []
103
-
summary: Returns a Kakfa request by ID
103
+
summary: Returns a Kafka request by ID
104
104
delete:
105
105
operationId: deleteKafkaById
106
106
parameters:
@@ -154,7 +154,7 @@ paths:
154
154
examples:
155
155
404DeleteExample:
156
156
$ref: '#/components/examples/404DeleteExample'
157
-
description: No Kakfa request with specified ID exists
157
+
description: No Kafka request with specified ID exists
description: User forbidden either because the user is not authorized to access the service or because the maximum number of instances that can be created by this user has been reached.
233
235
"404":
234
236
content:
@@ -259,7 +261,7 @@ paths:
259
261
description: An unexpected error occurred while creating the Kafka request
failed_reason: "a reason the Kakfa request creation failed"
1225
+
failed_reason: "a reason the Kafka request creation failed"
1250
1226
CloudProviderExample:
1251
1227
value:
1252
1228
kind: "CloudProvider"
@@ -1338,7 +1314,7 @@ components:
1338
1314
kind: "Error"
1339
1315
href: "/api/kafkas_mgmt/v1/errors/23"
1340
1316
code: "KAFKAS-MGMT-23"
1341
-
reason: "Failed to parse search query: Unable to list Kakfa requests for api_kafka_service: KAFKAS-MGMT-23: Failed to parse search query: Unsupported column name for search: 'id'. Supported column names are: region, name, cloud_provider, name, status. Query invalid: id = 123"
1317
+
reason: "Failed to parse search query: Unable to list Kafka requests for api_kafka_service: KAFKAS-MGMT-23: Failed to parse search query: Unsupported column name for search: 'id'. Supported column names are: region, name, cloud_provider, name, status. Query invalid: id = 123"
1342
1318
operation_id: "1lWDGuybIrEnxrAem724gqkkiDv"
1343
1319
404Example:
1344
1320
value:
@@ -1379,6 +1355,14 @@ components:
1379
1355
code: "KAFKAS-MGMT-5"
1380
1356
reason: "User 'foo-bar' has reached a maximum number of 6 allowed instances."
1381
1357
operation_id: "1lY3UiEkxnXBpVPeI2oNejd3XB"
1358
+
403TermsNotAcceptedExample:
1359
+
value:
1360
+
id: "12"
1361
+
kind: "Error"
1362
+
href: "/api/kafkas_mgmt/v1/errors/12"
1363
+
code: "KAFKAS-MGMT-12"
1364
+
reason: "Required terms have not been accepted"
1365
+
operation_id: "kXCzWPeI2oXBpVPeI2LvF9jMQY"
1382
1366
409NameConflictExample:
1383
1367
value:
1384
1368
id: "36"
@@ -1405,4 +1389,4 @@ components:
1405
1389
for cluster id: 1g5d88q0lrcdv4g7alb7slfgnj3dhbsj%!(EXTRA *errors.Error=identifier
1406
1390
is '404', code is 'CLUSTERS-MGMT-404' and operation identifier is '1g5or50viu07oealuehrkc26dgftj1ac':
1407
1391
Cluster '1g5d88q0lrcdv4g7alb7slfgnj3dhbsj' not found)"
0 commit comments