Showing Setting Details

1
GET /settings/{param}

Shows the details of the specified setting.

Request example:

1
2
# curl -s -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<controller_hostname>/api/v1/settings/instance.action.reinstall

Response example:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
  "value": "1",
  "created_at": "2020-12-18T08:16:37.000000",
  "applies_to": {
    "instance_type": "all",
    "module_type": "all"
  },
  "param": "instance.action.reinstall",
  "updated_at": null
}