curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/location/{location}/machine-image/{machine_image_reference}/version \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"id": "mvn30gjk1d1e2jj34v9x0dq4rp",
"version": "v1.0",
"state": "creating",
"created_at": "2023-11-07T05:31:56Z",
"actual_size_mib": 123,
"archive_size_mib": 123
}
]
}curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/location/{location}/machine-image/{machine_image_reference}/version \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"id": "mvn30gjk1d1e2jj34v9x0dq4rp",
"version": "v1.0",
"state": "creating",
"created_at": "2023-11-07T05:31:56Z",
"actual_size_mib": 123,
"archive_size_mib": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://ubicloud.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the project
^pj[0-9a-hj-km-np-tv-z]{24}$"pjkkmx0f2vke4h36nk9cm8v8q0"
The Ubicloud location/region
"eu-central-h1"
Machine Image ID or name Resource ID or name
^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$