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
+15-1Lines changed: 15 additions & 1 deletion
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.7.1
5
+
version: 1.8.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
@@ -1021,6 +1021,10 @@ components:
1021
1021
type: string
1022
1022
max_connection_attempts_per_sec:
1023
1023
type: integer
1024
+
billing_cloud_account_id:
1025
+
type: string
1026
+
marketplace:
1027
+
type: string
1024
1028
example:
1025
1029
$ref: "#/components/examples/KafkaRequestExample"
1026
1030
KafkaRequestList:
@@ -1084,6 +1088,14 @@ components:
1084
1088
plan:
1085
1089
description: kafka plan in a format of <instance_type>.<size_id>
1086
1090
type: string
1091
+
billing_cloud_account_id:
1092
+
description: cloud account id used to purchase the instance
1093
+
type: string
1094
+
nullable: true
1095
+
marketplace:
1096
+
description: marketplace where the instance is purchased on
0 commit comments