Skip to main content

Create Instances

POST 

/backend/api/openstack/instances?page_size=10&page=1&tags=ssss,sadsds

Host: https://core.ocplanet.cloud

Create Instances. You can specify SSH key or password. Password required must contain different case, including numbers and special characters.

Request

Body

    boot_source objectrequired
    cinder_az object
    oneOf

    string

    create_new_volume boolean
    delete_on_termination boolean
    source_id stringrequired
    source_type stringrequired
    volume_size string

    This value specified of GB.

    client object
    oneOf

    string

    flavor uuidrequired
    name stringrequired
    nics string[]required
    region stringrequired
    tags string[]required
    root_password stringrequired
    ssh_keys string

Responses

Schema
    name stringrequired
    flavor stringrequired
    region stringrequired
    availability_zone nullrequired
    operation_id stringrequired
Loading...