CMValue
An object encapsulating information about one CM parameter value for one cell id.
Properties
The Cell Global ID for the cell associated with this configuration.
The name of the configuration parameter.
One value for a CM parameter may be a string, number, boolean or an array of any one of those. Or the value may be an object.
An optional operation to be used for this value, allowing an imperative or command-oriented approach to changes, instead of solely a full state set. set is the default.
Possible values are: add , remove , set
A hint of the type this value takes: a string, number, boolean or an array of any one of those.
JSON Example
{
"cell_id": "string",
"parameter_name": "string",
"parameter_value": {}
}