8.3. Showing Setting DetailsΒΆ
GET /settings/{param}
Shows the details of the specified setting.
Request example:
# curl -s -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<controller_hostname>/api/v1/settings/instance.action.reinstall
Response example:
{
"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
}
Dec 08, 2021