Stream Keyvals
Method GET

Return key-value pairs from a stream keyval zone

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

get/stream/keyvals/{streamKeyvalZoneName}

Query parameters

keystring

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

Response

Success

NginxStreamKeyvalZone required

Contents of a stream 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.