POST /api/operatingsystems
{
"operatingsystem": {
"name": "NhOVztCsuf",
"major": "248"
}
}
422
{
"error": {
"id": null,
"errors": {
"name": [
"Operating system version already exists"
],
"title": [
"has already been taken"
]
},
"full_messages": [
"Name Operating system version already exists",
"Title has already been taken"
]
}
}
| 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, one of MD5, SHA256, SHA512, Base64 Validations:
|
|
operatingsystem[architecture_ids] optional , nil allowed |
IDs of associated architectures Validations:
|
|
operatingsystem[config_template_ids] optional , nil allowed |
IDs of associated provisioning templates 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:
|