HTTP Keyvals
Method GET

Return key-value pairs from an HTTP keyval zone

Returns key-value pairs stored in a particular HTTP keyval shared memory zone.

get/http/keyvals/{httpKeyvalZoneName}

Query parameters

keystring

Get a particular key-value pair from the HTTP keyval zone.

Response

Success

NginxHTTPKeyvalZone required

Contents of an HTTP keyval shared memory zone when using the GET method.

Example response

{
  "key1": "value1",
  "key2": "value2",
  "key3": "value3"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.