curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/machine-image \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"id": "m1n30gjk1d1e2jj34v9x0dq4rp",
"name": "my-image",
"location": "eu-central-h1",
"arch": "x64",
"created_at": "2023-11-07T05:31:56Z",
"latest_version": "<string>"
}
]
}curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/machine-image \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"id": "m1n30gjk1d1e2jj34v9x0dq4rp",
"name": "my-image",
"location": "eu-central-h1",
"arch": "x64",
"created_at": "2023-11-07T05:31:56Z",
"latest_version": "<string>"
}
]
}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"
Pagination - Start after
Pagination - Page size
Pagination - Order column