Get Image-ISO Details
GET/backend/api/openstack/images/:image_id
Host: https://core.ocplanet.cloud
Retrieve detailed information about a specific Images or ISO identified by its unique ID.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
architecture nullrequired
assigned_to_flavor booleanrequired
cleanup_date nullrequired
client objectrequired
display stringrequired
id integerrequired
name stringrequired
container_format stringrequired
created_at stringrequired
deleted_at nullrequired
disk_format stringrequired
display_name stringrequired
hw_qemu_guest_agent booleanrequired
hypervisor_type nullrequired
id stringrequired
instance_uuid nullrequired
is_iso booleanrequired
min_disk integerrequired
min_ram integerrequired
name stringrequired
os_distro nullrequired
os_version nullrequired
properties objectrequired
owner_specified.openstack.md5 string
owner_specified.openstack.sha256 string
owner_specified.openstack.object string
hw_qemu_guest_agent string
base_image_ref string
owner_user_name string
owner_project_name string
boot_roles string
hw_machine_type string
hw_cdrom_bus string
hw_disk_bus string
hw_input_bus string
hw_pointer_model string
hw_video_model string
hw_vif_model string
instance_uuid string
user_id string
image_type string
backup_type string
image_location string
owner_id string
image_state string
protected booleanrequired
region stringrequired
related_instance nullrequired
reseller_resources nullrequired
size nullintegerrequired
status stringrequired
tags arrayrequired
type stringrequired
updated_at stringrequired
used_by_resellers arrayrequired
visibility stringrequired
volume_snapshot_uuid nullrequired
{
"assigned_to_flavor": true,
"client": {
"display": "string",
"id": 0,
"name": "string"
},
"container_format": "string",
"created_at": "string",
"disk_format": "string",
"display_name": "string",
"hw_qemu_guest_agent": true,
"id": "string",
"is_iso": true,
"min_disk": 0,
"min_ram": 0,
"name": "string",
"properties": {
"owner_specified.openstack.md5": "string",
"owner_specified.openstack.sha256": "string",
"owner_specified.openstack.object": "string",
"hw_qemu_guest_agent": "string",
"base_image_ref": "string",
"owner_user_name": "string",
"owner_project_name": "string",
"boot_roles": "string",
"hw_machine_type": "string",
"hw_cdrom_bus": "string",
"hw_disk_bus": "string",
"hw_input_bus": "string",
"hw_pointer_model": "string",
"hw_video_model": "string",
"hw_vif_model": "string",
"instance_uuid": "string",
"user_id": "string",
"image_type": "string",
"backup_type": "string",
"image_location": "string",
"owner_id": "string",
"image_state": "string"
},
"protected": true,
"region": "string",
"status": "string",
"tags": [
null
],
"type": "string",
"updated_at": "string",
"used_by_resellers": [
null
],
"visibility": "string"
}
{
"id": "4747270d-61c9-4bb6-9b01-f6dd915f0560",
"tags": [],
"client": {
"id": 933016,
"name": "EN EN",
"display": "EN EN #933016"
},
"properties": {
"owner_specified.openstack.md5": "",
"owner_specified.openstack.sha256": "",
"owner_specified.openstack.object": "images/Centos-7",
"hw_qemu_guest_agent": "yes",
"base_image_ref": "2b979045-4e10-45c9-805c-c95be46a37b9",
"owner_user_name": "admin",
"owner_project_name": "933016",
"boot_roles": "reader,member,load-balancer_member,_member_",
"hw_machine_type": "pc",
"hw_cdrom_bus": "ide",
"hw_disk_bus": "virtio",
"hw_input_bus": "usb",
"hw_pointer_model": "usbtablet",
"hw_video_model": "virtio",
"hw_vif_model": "virtio",
"instance_uuid": "81ddeb48-937b-4e54-8b37-091bfcabf18e",
"user_id": "6b60b80afb7249c7b5f9d6e9b25ef1f6",
"image_type": "backup",
"backup_type": "manual",
"image_location": "snapshot",
"owner_id": "50caa053ebc847c39b9c3149c746f0fa",
"image_state": "available"
},
"is_iso": false,
"display_name": "cvbcvbvcbcbvb",
"cleanup_date": "2024-04-03T07:52:50Z",
"assigned_to_flavor": true,
"related_instance": null,
"name": "cvbcvbvcbcbvb",
"type": "backup",
"status": "active",
"size": 10737418240,
"created_at": "2024-03-20T07:52:50Z",
"updated_at": "2024-03-20T07:57:04Z",
"deleted_at": null,
"os_distro": "centos",
"hypervisor_type": null,
"os_version": "7",
"architecture": null,
"min_disk": 10,
"min_ram": 0,
"protected": false,
"visibility": "private",
"container_format": "bare",
"disk_format": "raw",
"hw_qemu_guest_agent": true,
"instance_uuid": "81ddeb48-937b-4e54-8b37-091bfcabf18e",
"volume_snapshot_uuid": null,
"region": "ua-central-1",
"reseller_resources": null,
"used_by_resellers": []
}
Loading...