GET /clusters
Gets the list of clusters
Request
GET http://unravel-host
:3000/api/v1/clusters/
Path parameters
None
Query parameters
None.
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/clusters" -H "accept: application/json" -H "Authorization: JWT <token>
"
Response:
[ "Cluster1" ]