This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

> Value map object

The following objects are directly related to the valuemap API.

Value map

The value map object has the following properties.

Property Type Description
valuemapid string (readonly) ID of the value map.
name
(required)
string Name of the value map.
mappings
(required)
array Value mappings for current value map. The mapping object is described in detail below.

Value mappings

The value mappings object defines value mappings of the value map. It has the following properties.

Property Type Description
value
(required)
string Original value.
newvalue
(required)
string Value to which the original value is mapped to.