We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9762e0b commit 21bb725Copy full SHA for 21bb725
1 file changed
.openapi/kas-fleet-manager.yaml
@@ -467,6 +467,7 @@ paths:
467
- $ref: "#/components/parameters/id"
468
- $ref: '#/components/parameters/page'
469
- $ref: '#/components/parameters/size'
470
+ - $ref: '#/components/parameters/instance_type'
471
/api/kafkas_mgmt/v1/service_accounts:
472
get:
473
responses:
@@ -1333,6 +1334,18 @@ components:
1333
1334
schema:
1335
type: string
1336
style: form
1337
+ instance_type:
1338
+ name: instance_type
1339
+ description: The Kafka instance type to filter the results by
1340
+ in: query
1341
+ schema:
1342
+ type: string
1343
+ required: false
1344
+ examples:
1345
+ eval_instance_type:
1346
+ value: "eval"
1347
+ standard_instance_type:
1348
+ value: "standard"
1349
securitySchemes:
1350
Bearer:
1351
scheme: bearer
0 commit comments