Retrieve a single option

GET /options/{key}

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

Responses

  • 200

    all configuration options & values

    Hide response attributes Show response attributes array[object]
  • 400

    bad input parameter

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"
  }
]