List Operating Systems
GET/vms/os
List operating systems
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name string
Name of Operating System
[
{
"name": "Ubuntu-20.04"
}
]
Loading...
GET/vms/os
List operating systems
OK
Schema
Array [
Name of Operating System
]
[
{
"name": "Ubuntu-20.04"
}
]