POST /api/operatingsystems { "operatingsystem": { "name": "vdeLwTXTPm", "major": "642", "password_hash": "INVALID_HASH" } } 422 { "error": { "id": null, "errors": { "password_hash": [ "is not included in the list" ] }, "full_messages": [ "Password hash is not included in the list" ] } }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
operatingsystem required |
Validations:
|
operatingsystem[name] required |
Validations:
|
operatingsystem[major] required |
Validations:
|
operatingsystem[minor] optional , nil allowed |
Validations:
|
operatingsystem[description] optional , nil allowed |
Validations:
|
operatingsystem[family] optional , nil allowed |
Validations:
|
operatingsystem[release_name] optional , nil allowed |
Validations:
|
operatingsystem[os_parameters_attributes] optional , nil allowed |
Array of parameters Validations:
|
operatingsystem[os_parameters_attributes][name] required |
Name of the parameter Validations:
|
operatingsystem[os_parameters_attributes][value] required |
Parameter value Validations:
|
operatingsystem[password_hash] optional , nil allowed |
Root password hash function to use Validations:
|
operatingsystem[architecture_ids] optional , nil allowed |
IDs of associated architectures Validations:
|
operatingsystem[provisioning_template_ids] optional , nil allowed |
IDs of associated provisioning templates Validations:
|
operatingsystem[medium_ids] optional , nil allowed |
IDs of associated media Validations:
|
operatingsystem[ptable_ids] optional , nil allowed |
IDs of associated partition tables Validations:
|