Virtual Machine
List VMs in a location
get/project/{project_id}/location/{location}/vm
Path parameters
locationstring required
Example:eu-central-h1
The Ubicloud location/region
project_idstring required
Example:pjkkmx0f2vke4h36nk9cm8v8q0
ID of the project
Query parameters
start_afterstring
Pagination - Start after
page_sizeinteger
Pagination - Page size
order_columnstring
Pagination - Order column
Response
A list of VMs
Example response
{
"items": [
{
"id": "vmhfy8gff8c67hasb0eez2k1pd",
"location": "eu-central-h1",
"name": "my-vm-name"
}
]
}Changes
Changed in 1 of the 59 revisions of this API.1
- ○
added the required property
items/items/boot_imageto the response with the200statusresponse-required-property-added
- ○