Examples

GET /api/settings/ct_command
200
{
  "description": "Full path to CoreOS transpiler (ct) with arguments as an comma-separated array",
  "settings_type": "array",
  "default": [
    false,
    "--pretty",
    "--files-dir",
    "/home/vagrant/foreman/config/ct"
  ],
  "updated_at": "2022-09-06 15:05:53 UTC",
  "id": "ct_command",
  "name": "ct_command",
  "full_name": "CoreOS Transpiler Command",
  "value": [
    "/usr/bin/cat"
  ],
  "category": "provisioning",
  "category_name": "Provisioning",
  "readonly": false,
  "config_file": null,
  "encrypted": false,
  "select_values": null
}

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