Examples

PUT /api/settings/outofsync_interval
{
  "setting": {
    "value": "100"
  }
}
200
{
  "description": "Duration in minutes after servers are classed as out of sync. This setting is overridden by specific settings from config management tools (e.g. puppet_inteval, ansible_interval).",
  "settings_type": "integer",
  "default": 30,
  "updated_at": "2022-03-29 09:18:11 UTC",
  "id": "outofsync_interval",
  "name": "outofsync_interval",
  "full_name": "Out of sync interval",
  "value": 100,
  "category": "general",
  "category_name": "General",
  "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

setting
required

Validations:

  • Must be a Hash

setting[value]
optional

Validations:

  • Must be a String