/clusters
Gets a list of clusters.
Request
GET http://unravel-host
:3000/api/v1/clusters?start_time={date}&end_time={date}
Path parameters
None.
Query parameters
Name | Type | Description |
---|---|---|
| string | Start date for report. Format: YYYY-MM-DD |
| string | End date for report. Format: YYYY-MM-DD |
Response body
Name | Type | Description | |
---|---|---|---|
| string | Cluster name. |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/clusters/start_time=2020-04-06&end_time=2020-04-06"" -H "accept: application/json" -H "Authorization: JWT token
"
Response:
[ "QACDH601A" ]