[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1

CMValue

An object encapsulating information about one CM parameter value for one cell id.


Properties

string as ^[0-9]+$
cell_id Required

The Cell Global ID for the cell associated with this configuration.


string
parameter_name Required

The name of the configuration parameter.


CMAtomValue
parameter_value Required

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.


string
operation Optional

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: addremoveset


string
parameter_type Optional

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": {}
}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Property Of

CMWriteResult
MultiSet

Feedback

Was this page helpful?