Examples

GET /api/operatingsystems/1073012831
200
{
  "description": null,
  "major": "15",
  "minor": "",
  "family": null,
  "release_name": null,
  "password_hash": "SHA256",
  "created_at": "2024-02-22 15:42:55 UTC",
  "updated_at": "2024-02-22 15:42:55 UTC",
  "id": 1073012831,
  "name": "operatingsystem14",
  "title": "operatingsystem14 15",
  "media": [],
  "architectures": [],
  "ptables": [],
  "provisioning_templates": [
    {
      "id": 508279162,
      "name": "Linux host_init_config default",
      "template_kind_id": 508279162,
      "template_kind_name": "host_init_config"
    }
  ],
  "os_default_templates": [
    {
      "id": 1018350798,
      "provisioning_template_id": 508279162,
      "provisioning_template_name": "Linux host_init_config default",
      "template_kind_id": 508279162,
      "template_kind_name": "host_init_config",
      "operatingsystem_id": 1073012831,
      "operatingsystem_name": "operatingsystem14 15"
    }
  ],
  "images": [],
  "parameters": [
    {
      "priority": 50,
      "created_at": "2024-02-22 15:42:55 UTC",
      "updated_at": "2024-02-22 15:42:55 UTC",
      "id": 767575239,
      "name": "foo",
      "parameter_type": "string",
      "associated_type": "operating system",
      "hidden_value?": true,
      "value": "*****"
    }
  ]
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Validations:

  • String

show_hidden_parameters
optional

Display hidden parameter values

Validations:

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