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-36Lines changed: 8 additions & 36 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.8.0
5
+
version: 1.10.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
@@ -462,22 +462,6 @@ paths:
462
462
- $ref: "#/components/parameters/id"
463
463
- $ref: '#/components/parameters/page'
464
464
- $ref: '#/components/parameters/size'
465
-
- in: query
466
-
deprecated: true
467
-
name: instance_type
468
-
description: |-
469
-
The Kafka instance type to filter the results by
470
-
471
-
DEPRECATION NOTICE - instance_type will be deprecated
summary: Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
@@ -1025,6 +1009,8 @@ components:
1025
1009
type: string
1026
1010
marketplace:
1027
1011
type: string
1012
+
billing_model:
1013
+
type: string
1028
1014
example:
1029
1015
$ref: "#/components/examples/KafkaRequestExample"
1030
1016
KafkaRequestList:
@@ -1071,10 +1057,6 @@ components:
1071
1057
cloud_provider:
1072
1058
description: The cloud provider where the Kafka cluster will be created in
1073
1059
type: string
1074
-
multi_az:
1075
-
description: Deprecated. If it is specified, the value will be ignored. The API automatically determines this value from the 'plan' attribute"
1076
-
type: boolean
1077
-
deprecated: true
1078
1060
name:
1079
1061
description: 'The name of the Kafka cluster. It must consist of lower-case alphanumeric characters or ''-'', start with an alphabetic character, and end with an alphanumeric character, and can not be longer than 32 characters.'
1080
1062
type: string
@@ -1096,6 +1078,10 @@ components:
1096
1078
description: marketplace where the instance is purchased on
1097
1079
type: string
1098
1080
nullable: true
1081
+
billing_model:
1082
+
description: billing model to use
1083
+
type: string
1084
+
nullable: true
1099
1085
SupportedKafkaInstanceTypesList:
1100
1086
allOf:
1101
1087
- type: object
@@ -1265,15 +1251,6 @@ components:
1265
1251
description: 'Whether the region is enabled for deploying an OSD cluster.'
1266
1252
type: boolean
1267
1253
default: false
1268
-
supported_instance_types:
1269
-
deprecated: true
1270
-
description: |-
1271
-
The Kafka instance types supported by this region.
1272
-
1273
-
DEPRECATION NOTICE - instance_type will be deprecated
1274
-
type: array
1275
-
items:
1276
-
type: string
1277
1254
capacity:
1278
1255
description: 'Indicates whether there is capacity left per instance type'
1279
1256
type: array
@@ -1332,10 +1309,6 @@ components:
1332
1309
instance_type:
1333
1310
description: 'kafka instance type'
1334
1311
type: string
1335
-
max_capacity_reached:
1336
-
description: 'flag indicating whether the capacity for the instance type in the region is reached'
1337
-
type: boolean
1338
-
deprecated: true
1339
1312
available_sizes:
1340
1313
description: 'list of available Kafka instance sizes that can be created in this region when taking account current capacity and regional limits'
0 commit comments