/
QU
quadsproject
/
QUADS
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Assignments
9
Auth
3
Available
2
Clouds
6
get
Returns a list with all the defined clouds
post
Add a new cloud
delete
Delete cloud by cloud name
patch
Update an existing cloud
get
Returns all free clouds that are available for new assignments
get
Returns all clouds summary
Disks
5
Hosts
9
Interfaces
5
Memory
4
Moves
1
Notifications
3
Other
1
Processors
4
Schedules
8
Vlans
6
Clouds
Returns a list with all the defined clouds
get
/clouds/
Response
OK
Cloud[]
required
name
string
required
last_redefined
string
Example response
[ { "name": "cloud12", "last_redefined": "1984-02-02" } ]
Changes