GET /api/operatingsystems
List all operating systems.

Parâmentros

Nome parâmetro Descrição
search
opcional

filtrar resultados


Value:

Must be String

order
opcional

ordenar resultados


Value:

Must be String

page
opcional

paginar resultados


Value:

Must be String

per_page
opcional

número de entradas por requisições


Value:

Must be String


GET /api/operatingsystems/:id
Show an OS.

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

Must be String


POST /api/operatingsystems
Create an OS.

Parâmentros

Nome parâmetro Descrição
operatingsystem
requerido

Value:

Must be a Hash

operatingsystem[name]
requerido

Value:

Must match regular expression /A(S+)Z/.

operatingsystem[major]
requerido

Value:

Must be String

operatingsystem[minor]
opcional

Value:

Must be String

operatingsystem[description]
opcional

Value:

Must be String

operatingsystem[family]
opcional

Value:

Must be String

operatingsystem[release_name]
opcional

Value:

Must be String

operatingsystem[password_hash]
opcional

Root password hash function to use, one of MD5, SHA256, SHA512, Base64


Value:

Must be String

operatingsystem[config_template_ids]
opcional

IDs of associated provisioning templates


Value:

Must be an array of any type

operatingsystem[provisioning_template_ids]
opcional

IDs of associated provisioning templates


Value:

Must be an array of any type


PUT /api/operatingsystems/:id
Update an OS.

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

Must be String

operatingsystem
requerido

Value:

Must be a Hash

operatingsystem[name]
opcional

Value:

Must match regular expression /A(S+)Z/.

operatingsystem[major]
opcional

Value:

Must be String

operatingsystem[minor]
opcional

Value:

Must be String

operatingsystem[description]
opcional

Value:

Must be String

operatingsystem[family]
opcional

Value:

Must be String

operatingsystem[release_name]
opcional

Value:

Must be String

operatingsystem[password_hash]
opcional

Root password hash function to use, one of MD5, SHA256, SHA512, Base64


Value:

Must be String

operatingsystem[config_template_ids]
opcional

IDs of associated provisioning templates


Value:

Must be an array of any type

operatingsystem[provisioning_template_ids]
opcional

IDs of associated provisioning templates


Value:

Must be an array of any type


DELETE /api/operatingsystems/:id
Delete an OS.

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

Must be String


GET /api/operatingsystems/:id/bootfiles
List boot files an OS.

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

Must be String

medium
opcional

Value:

Must be String

architecture
opcional

Value:

Must be String