Retrieve a single option
Retrieve the full definition of any single plugin option and its current value.
Path parameters
-
key
string Required the option key from from within the plugin
GET
/options/{key}
curl \
-X GET https://virtserver.swaggerhub.com/Fernleaf-Systems/ShieldSecurity/1.0.0/options/{key}
Response examples (200)
[
{
"key": "enable_tracking",
"value": "Y",
"module": "hack_guard"
}
]
Response examples (200)
[
{
"key": "enable_tracking",
"value": "Y",
"module": "hack_guard"
}
]