Skip to content

Commit a4bc1cd

Browse files
fix(openapi): update kafka-mgmt/v1 OpenAPI document (#322)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent e821797 commit a4bc1cd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
22
# 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
33
info:
44
title: Kafka Service Fleet Manager
5-
version: 1.10.0
5+
version: 1.11.0
66
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
77
servers:
88
- url: https://api.openshift.com
@@ -988,7 +988,11 @@ components:
988988
reauthentication_enabled:
989989
type: boolean
990990
kafka_storage_size:
991+
deprecated: true
992+
description: "Maximum data storage available to this Kafka. This is now deprecated, please use max_data_retention_size instead."
991993
type: string
994+
max_data_retention_size:
995+
$ref: '#/components/schemas/SupportedKafkaSizeBytesValueItem'
992996
browser_url:
993997
type: string
994998
size_id:
@@ -1662,6 +1666,9 @@ components:
16621666
instance_type: standard
16631667
browser_url: "https://console.redhat.com/application-services/streams/kafkas/1isy6rq3jki8q0otmjqfd3ocfrg/dashboard"
16641668
reauthentication_enabled: true
1669+
max_data_retention_size: {
1670+
bytes: 1073741824000
1671+
}
16651672
size_id: x1
16661673
ingress_throughput_per_sec: "2Mi"
16671674
egress_throughput_per_sec: "2Mi"

0 commit comments

Comments
 (0)