Retrieve entire options list and the current values
Get entire set of all configuration options and their respective current values.
GET
/options
curl \
-X GET https://virtserver.swaggerhub.com/Fernleaf-Systems/ShieldSecurity/1.0.0/options
Response examples (200)
[
{
"key": "enable_tracking",
"value": "Y",
"module": "hack_guard"
}
]
Response examples (200)
[
{
"key": "enable_tracking",
"value": "Y",
"module": "hack_guard"
}
]