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
+10-2Lines changed: 10 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 Service Fleet Manager
5
-
version: 1.6.0
5
+
version: 1.7.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
@@ -983,6 +983,10 @@ components:
983
983
created_at:
984
984
format: date-time
985
985
type: string
986
+
expires_at:
987
+
format: date-time
988
+
type: string
989
+
nullable: true
986
990
updated_at:
987
991
format: date-time
988
992
type: string
@@ -1167,6 +1171,9 @@ components:
1167
1171
capacity_consumed:
1168
1172
description: 'Data plane cluster capacity consumed by this Kafka instance size.'
1169
1173
type: integer
1174
+
maturity_status:
1175
+
description: 'Maturity level of the size. Can be stable or tech preview.'
0 commit comments