📄️ List Images
How to list virtual machine images using the Vietnix Cloud API.
📄️ Create image records
Create an image record (POST /v2/images) — required fields, parameters, example request and response, and status codes.
📄️ Upload image data
Upload binary image file to an existing image record (PUT /v2/images/{image_id}/file).
📄️ Show Image Details
Show details of an image by ID using the Image (Glance) API v2.
📄️ Update Image
Update image metadata (name, OS distro, min disk, visibility, traits) using the Image (Glance) API v2.
📄️ Delete Image
Delete an image using the Image (Glance) API v2.