Examples

GET /api/operatingsystems/1073012899
200
{
  "description": null,
  "major": "388",
  "minor": "",
  "family": null,
  "release_name": null,
  "password_hash": "SHA256",
  "created_at": "2021-11-26 08:50:36 UTC",
  "updated_at": "2021-11-26 08:50:36 UTC",
  "id": 1073012899,
  "name": "operatingsystem383",
  "title": "operatingsystem383 388",
  "media": [],
  "architectures": [],
  "ptables": [],
  "provisioning_templates": [
    {
      "id": 508279162,
      "name": "Linux host initial configuration",
      "template_kind_id": 508279162,
      "template_kind_name": "host_init_config"
    }
  ],
  "os_default_templates": [
    {
      "id": 1018350866,
      "provisioning_template_id": 508279162,
      "provisioning_template_name": "Linux host initial configuration",
      "template_kind_id": 508279162,
      "template_kind_name": "host_init_config",
      "operatingsystem_id": 1073012899,
      "operatingsystem_name": "operatingsystem383 388"
    }
  ],
  "images": [],
  "parameters": [
    {
      "priority": 50,
      "created_at": "2021-11-26 08:50:36 UTC",
      "updated_at": "2021-11-26 08:50:36 UTC",
      "id": 767575249,
      "name": "foo",
      "parameter_type": "string",
      "value": "*****"
    }
  ]
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be a String

show_hidden_parameters
optional

Display hidden parameter values

Validations:

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