List booting from ISO
GET/backend/api/openstack/instances/:instance_id/boot_from_iso
Host: https://core.ocplanet.cloud
View a list of booting or launching an instance from an ISO image.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
image objectrequired
own arrayrequired
pub arrayrequired
shr arrayrequired
instance object
id uuidrequired
allocation_pools arrayrequired
cidr stringrequired
dns_nameservers arrayrequired
host_routes arrayrequired
gateway_ip nullrequired
name stringrequired
description nullrequired
subnetpool_id nullrequired
ip_version integerrequired
enable_dhcp booleanrequired
created_at nullrequired
updated_at nullrequired
project uuidrequired
floating_ips object[]required
id uuid
floating_ip_address string
access_subnet_id stringrequired
{
"image": {
"own": [
null
],
"pub": [
null
],
"shr": [
null
]
},
"instance": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"allocation_pools": [
null
],
"cidr": "string",
"dns_nameservers": [
null
],
"host_routes": [
null
],
"name": "string",
"ip_version": 0,
"enable_dhcp": true,
"project": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"floating_ips": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"floating_ip_address": "string"
}
],
"access_subnet_id": "string"
}
}
Loading...