Images
Upload image
Upload an image from a URL. The image can be configured with various properties like OS type, architecture, and tags.
post/cloud/v1/downloadimage/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:7
Region ID
Request body
Example request
{
"name": "my-image",
"os_distro": "ubuntu",
"os_version": "22.04",
"url": "http://mirror.noris.net/cirros/0.4.0/cirros-0.4.0-x86_64-disk.img"
}Response
OK
Example response
{
"tasks": [
"d478ae29-dedc-4869-82f0-96104425f565"
]
}