Skip to main content

Get Create Image Options

GET 

/backend/api/openstack/images/create_options

Host: https://core.ocplanet.cloud

Retrieve options for creating a new image when your has no active project. Through a GET request with create_options, data about the service options is obtained before ordering it. You can see what the characteristics may be. These options must be specified when using POST/PUT requests.

Request

Responses

Schema
    regions object[]required
  • Array [
  • id stringrequired
    description stringrequired
  • ]
  • container_formats string[]required
    disk_formats string[]required
    visibilities string[]required
    os_distros string[]required
    selected_region stringrequired
    hypervisor_types string[]required
    statuses object[]required
  • Array [
  • display stringrequired
    value stringrequired
  • ]
  • cleanup_enabled booleanrequired
    cleanup_days integerrequired
    cleanup_formats string[]required
    allowed_formats arrayrequired
    architectures array[]required
Loading...