GetImageDetail
VCS-image-0057 Get details of a image. Image is not public if it was saved from an server or was uploaded by a tenant admin.
Path Parameters
- image_id integer required
image ID
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- base_image int64
- create_time date-time
- delete_time date-time
- desc string
- id int64
- is_deleted boolean
- is_enabled boolean
- is_public boolean
- license_type string
- name string
- os string
- os_version string
- platform string
- ref_img_id string
- size int64
The unit is bytes
- virtual_size int64
server object
hostname stringid int64user object
id stringdisplay_name stringusername stringemail string- status string
- status_reason string
{
"base_image": 0,
"create_time": "2024-08-19",
"delete_time": "2024-08-19",
"desc": "string",
"id": 0,
"is_deleted": true,
"is_enabled": true,
"is_public": true,
"license_type": "string",
"name": "string",
"os": "string",
"os_version": "string",
"platform": "string",
"ref_img_id": "string",
"size": 0,
"virtual_size": 0,
"server": {
"hostname": "string",
"id": 0
},
"user": {
"id": "string",
"display_name": "string",
"username": "string",
"email": "string"
},
"status": "string",
"status_reason": "string"
}
Loading...