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
-40Lines changed: 0 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -56,30 +56,6 @@ paths:
56
56
tags:
57
57
- errors
58
58
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: [ ]
83
59
/api/kafkas_mgmt/v1/kafkas/{id}:
84
60
get:
85
61
operationId: getKafkaById
@@ -953,22 +929,6 @@ components:
953
929
items:
954
930
allOf:
955
931
- $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
972
932
KafkaRequestPayload:
973
933
description: Schema for the request body sent to /kafkas POST
0 commit comments