| 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:
|
|
architecture_id optional |
ID of architecture Validations:
|
|
medium_id optional |
ID of medium Validations:
|
|
ptable_id optional |
ID of partition table Validations:
|
|
provisioning_template_id optional |
ID of template Validations:
|
|
os_parameters_attributes optional |
Array of parameters Validations:
|
|
os_parameters_attributes[name] required |
Name of the parameter Validations:
|
|
os_parameters_attributes[value] required |
Parameter value Validations:
|
|
search optional |
filter results Validations:
|
|
order optional |
Sort field and order, eg. ‘id DESC’ Validations:
|
|
page optional |
Page number, starting at 1 Validations:
|
|
per_page optional |
Number of results per page to return Validations:
|
| Field name | Type | Possible values |
|---|---|---|
| architecture | string | |
| description | string | |
| family | string | |
| major | string | |
| medium | string | |
| minor | string | |
| name | string | |
| params | text | |
| template | string | |
| title | string |
GET /api/operatingsystems/1073012828-RHEL%206-1
200
{
"description": "RHEL 6.1",
"major": "6",
"minor": "1",
"family": "Redhat",
"release_name": null,
"password_hash": "SHA256",
"created_at": "2019-11-07 08:46:03 UTC",
"updated_at": "2019-11-07 08:46:03 UTC",
"id": 1073012828,
"name": "Redhat",
"title": "RHEL 6.1",
"media": [
{
"id": 980190962,
"name": "CentOS 5.4"
}
],
"architectures": [
{
"name": "x86_64",
"id": 501905019
}
],
"ptables": [],
"config_templates": [
{
"id": 1007981701,
"name": "centos5_3_pxelinux",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux"
},
{
"id": 104314179,
"name": "MyFinish",
"template_kind_id": 550103832,
"template_kind_name": "finish"
},
{
"id": 981457253,
"name": "MyScript",
"template_kind_id": 478250810,
"template_kind_name": "script"
},
{
"id": 943779058,
"name": "MyString",
"template_kind_id": 698706415,
"template_kind_name": "iPXE"
},
{
"id": 269958254,
"name": "MyString2",
"template_kind_id": 983253650,
"template_kind_name": "provision"
},
{
"id": 554905648,
"name": "PXEGrub2 global default",
"template_kind_id": 701398793,
"template_kind_name": "PXEGrub2"
},
{
"id": 131565194,
"name": "PXEGrub Dummy Menu",
"template_kind_id": 131565194,
"template_kind_name": "PXEGrub"
},
{
"id": 824224502,
"name": "PXEGrub global default",
"template_kind_id": 131565194,
"template_kind_name": "PXEGrub"
},
{
"id": 821548108,
"name": "PXELinux default local boot",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux"
},
{
"id": 352050261,
"name": "PXELinux global default",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux"
}
],
"provisioning_templates": [
{
"id": 1007981701,
"name": "centos5_3_pxelinux",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux"
},
{
"id": 104314179,
"name": "MyFinish",
"template_kind_id": 550103832,
"template_kind_name": "finish"
},
{
"id": 981457253,
"name": "MyScript",
"template_kind_id": 478250810,
"template_kind_name": "script"
},
{
"id": 943779058,
"name": "MyString",
"template_kind_id": 698706415,
"template_kind_name": "iPXE"
},
{
"id": 269958254,
"name": "MyString2",
"template_kind_id": 983253650,
"template_kind_name": "provision"
},
{
"id": 554905648,
"name": "PXEGrub2 global default",
"template_kind_id": 701398793,
"template_kind_name": "PXEGrub2"
},
{
"id": 131565194,
"name": "PXEGrub Dummy Menu",
"template_kind_id": 131565194,
"template_kind_name": "PXEGrub"
},
{
"id": 824224502,
"name": "PXEGrub global default",
"template_kind_id": 131565194,
"template_kind_name": "PXEGrub"
},
{
"id": 821548108,
"name": "PXELinux default local boot",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux"
},
{
"id": 352050261,
"name": "PXELinux global default",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux"
}
],
"os_default_templates": [
{
"id": 980190962,
"provisioning_template_id": 943779058,
"provisioning_template_name": "MyString",
"template_kind_id": 698706415,
"template_kind_name": "iPXE",
"operatingsystem_id": 1073012828,
"operatingsystem_name": "RHEL 6.1",
"config_template_id": 943779058,
"config_template_name": "MyString"
},
{
"id": 298486374,
"provisioning_template_id": 269958254,
"provisioning_template_name": "MyString2",
"template_kind_id": 983253650,
"template_kind_name": "provision",
"operatingsystem_id": 1073012828,
"operatingsystem_name": "RHEL 6.1",
"config_template_id": 269958254,
"config_template_name": "MyString2"
},
{
"id": 113629430,
"provisioning_template_id": 981457253,
"provisioning_template_name": "MyScript",
"template_kind_id": 478250810,
"template_kind_name": "script",
"operatingsystem_id": 1073012828,
"operatingsystem_name": "RHEL 6.1",
"config_template_id": 981457253,
"config_template_name": "MyScript"
},
{
"id": 281110143,
"provisioning_template_id": 1007981701,
"provisioning_template_name": "centos5_3_pxelinux",
"template_kind_id": 710512633,
"template_kind_name": null,
"operatingsystem_id": 1073012828,
"operatingsystem_name": "RHEL 6.1",
"config_template_id": 1007981701,
"config_template_name": "centos5_3_pxelinux"
},
{
"id": 1018350795,
"provisioning_template_id": 131565194,
"provisioning_template_name": "PXEGrub Dummy Menu",
"template_kind_id": 131565194,
"template_kind_name": "PXEGrub",
"operatingsystem_id": 1073012828,
"operatingsystem_name": "RHEL 6.1",
"config_template_id": 131565194,
"config_template_name": "PXEGrub Dummy Menu"
},
{
"id": 51848956,
"provisioning_template_id": 698706415,
"provisioning_template_name": "iPXE Dummy Menu",
"template_kind_id": 698706415,
"template_kind_name": "iPXE",
"operatingsystem_id": 1073012828,
"operatingsystem_name": "RHEL 6.1",
"config_template_id": 698706415,
"config_template_name": "iPXE Dummy Menu"
}
],
"images": [],
"parameters": [
{
"priority": null,
"created_at": "2019-11-07 08:46:04 UTC",
"updated_at": "2019-11-07 08:46:04 UTC",
"id": 716195090,
"name": "os1",
"parameter_type": "string",
"value": "os1"
}
]
}
| 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:
|
|
id required |
Validations:
|
|
show_hidden_parameters optional |
Display hidden parameter values Validations:
|
| 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:
|
| 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:
|
|
id required |
Validations:
|
|
operatingsystem required |
Validations:
|
|
operatingsystem[name] optional |
Validations:
|
|
operatingsystem[major] optional |
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] optional |
Name of the parameter Validations:
|
|
operatingsystem[os_parameters_attributes][value] optional |
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:
|
| 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:
|
|
id required |
Validations:
|
| 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:
|
|
id required |
Validations:
|
|
medium optional |
Validations:
|
|
architecture optional |
Validations:
|