15 lines
335 B
YAML
15 lines
335 B
YAML
get:
|
|
tags:
|
|
- clusters
|
|
summary: Returns a json list of all cluster ids in use.
|
|
responses:
|
|
200:
|
|
description: Returns a json array with the ids currently in use
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
example:
|
|
- 1
|
|
- 2
|
|
- 3 |