Skip to content

Commit 7205f09

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

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.openapi/kas-fleet-manager.yaml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -56,30 +56,6 @@ paths:
5656
tags:
5757
- errors
5858

59-
/api/kafkas_mgmt/v1/status:
60-
get:
61-
deprecated: true
62-
operationId: getServiceStatus
63-
description: "[DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead."
64-
responses:
65-
"200":
66-
content:
67-
application/json:
68-
schema:
69-
$ref: '#/components/schemas/ServiceStatus'
70-
description: Ok
71-
"500":
72-
description: Unexpected error occurred
73-
content:
74-
application/json:
75-
schema:
76-
$ref: '#/components/schemas/Error'
77-
examples:
78-
500Example:
79-
$ref: '#/components/examples/500Example'
80-
summary: Returns the status of resources, such as whether maximum service capacity has been reached
81-
security:
82-
- Bearer: [ ]
8359
/api/kafkas_mgmt/v1/kafkas/{id}:
8460
get:
8561
operationId: getKafkaById
@@ -953,22 +929,6 @@ components:
953929
items:
954930
allOf:
955931
- $ref: "#/components/schemas/ObjectReference"
956-
ServiceStatus:
957-
description: Schema for the service status response body
958-
example:
959-
kafkas:
960-
max_capacity_reached: true
961-
type: object
962-
properties:
963-
kafkas:
964-
description: The Kafka resource api status
965-
type: object
966-
required:
967-
- max_capacity_reached
968-
properties:
969-
max_capacity_reached:
970-
description: Indicates whether we have reached Kafka maximum capacity
971-
type: boolean
972932
KafkaRequestPayload:
973933
description: Schema for the request body sent to /kafkas POST
974934
required:

0 commit comments

Comments
 (0)