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