v1
latestOpenAPI 3.1.02026-07-17261633.4 KBGet list of Tornjak clusters.
Retrieves a list of Tornjak clusters, including details such as name, creation time, and associated agents.
get/api/v1/tornjak/clusters
Response
OK
Example response
{
"clusters": [
{
"name": "clusterName",
"platformType": "Docker",
"agentsList": [
"agent1"
],
"domainName": "example.org",
"creationTime": "Feb 08 2023 21:02:10"
}
]
}