Listing Settings

1
GET /settings

Lists settings.

Request example:

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

Response example:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[
  {
    "value": "0",
    "created_at": "2020-12-16T14:05:11.000000",
    "applies_to": {
      "instance_type": "vm",
      "module_type": "ui"
    },
    "param": "instance.action.reinstall",
    "updated_at": "2020-12-16T14:10:55.000000"
  }
]