Retrieves a list of Virtual machine enabled clusters
GET/v1/dashboard/spectroclusters/vms
Retrieves a list of Virtual machine enabled clusters
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of schema items
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
items
object[]
required
metadata
namestring
projectUidstring
uidstring
spec
object
Spectro cluster spec
cloudTypestring
status
Spectro cluster status
clusterStatestring
{
  "items": [
    {
      "metadata": {
        "name": "string",
        "projectUid": "string",
        "uid": "string"
      },
      "spec": {
        "cloudType": "string"
      },
      "status": {
        "clusterState": "string"
      }
    }
  ]
}
Loading...