HTTP Keyvals
Method GET
Return key-value pairs from all HTTP keyval zones
Returns key-value pairs for each HTTP keyval shared memory zone.
get/http/keyvals/
Query parameters
fieldsstring
If the “<literal>fields</literal>” value is empty, then only HTTP keyval zone names will be output.
Response
Success
NginxHTTPKeyvalZonesMap required
Contents of all HTTP keyval shared memory zones.
Example response
{
"keyval_zone": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
},
"one": {
"arg1": "value1",
"arg2": "value2",
"arg3": "value3"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.