GetAttributeValueValve

Valve to be used with legacy GET-ATTRIB-VALUE command.

Fetches configured request parameter and places it on the item set. Supports legacy multi value format.

Properties

Name Description Default value Mandatory Supports property expansion
get_value_attribute Request parameter containing the name of the attribute to look for. get_value_attribute No No
get_value_attribute_key Item property name where the fetched value will be stored. Replaces existing property if present. get_value No No

Example Configuration

{
    "name": "GetAttributeValueValve",
    "config": {
        "get_value_attribute":"mobile",
        "get_value_attribute_key":"get_value_mobile"
        }
}

Requirements

Item set must have at least one entry.