Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

compute_resource_id
required

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, ‘‘, ‘-’ with no leading or trailing space..

id
required

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, ‘‘, ‘-’ with no leading or trailing space..

image
required

Validations:

  • Hash

image[name]
optional

Validations:

  • String

image[username]
optional

Validations:

  • String

image[uuid]
optional

Template ID in the compute resource

Validations:

  • String

image[password]
optional , nil allowed

Validations:

  • String

image[compute_resource_id]
optional , nil allowed

ID of compute resource

Validations:

  • String

image[architecture_id]
optional , nil allowed

ID of architecture

Validations:

  • String

image[operatingsystem_id]
optional , nil allowed

ID of operating system

Validations:

  • String

image[user_data]
optional , nil allowed

Whether or not the image supports user data

Validations:

  • Must be one of: true, false, 1, 0.