8.1. Listing Settings¶
GET /settings
Lists settings.
Request example:
# curl -s -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<controller_hostname>:6556/v1/settings
Response example:
[
{
"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"
}
]
Version 7.0.4 — Dec 25, 2020