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
+44-2Lines changed: 44 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 Management API
5
-
version: 1.11.0
5
+
version: 1.12.0
6
6
description: Kafka Management API is a REST API to manage Kafka instances
7
7
license:
8
8
name: 'Apache 2.0'
@@ -1141,12 +1141,48 @@ components:
1141
1141
display_name:
1142
1142
description: 'Human readable name of the supported Kafka instance type'
1143
1143
type: string
1144
+
supported_billing_models:
1145
+
description: "A list of available kafka billing models for the instance type. Each kafka billing model item has a unique 'id'"
**id** | **String** | Unique identifier of the Kafka instance type. | [optional]
12
12
**displayName** | **String** | Human readable name of the supported Kafka instance type | [optional]
13
-
**sizes** | [**List<SupportedKafkaSize>**](SupportedKafkaSize.md) | A list of Kafka instance sizes available for this instance type | [optional]
13
+
**supportedBillingModels** | [**List<SupportedKafkaBillingModel>**](SupportedKafkaBillingModel.md) | A list of available kafka billing models for the instance type. Each kafka billing model item has a unique 'id' |
14
+
**sizes** | [**List<SupportedKafkaSize>**](SupportedKafkaSize.md) | A list of Kafka instance sizes available for this instance type | [optional]
0 commit comments