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

MultiSet

A collection of one or more CM parameters to be set for one or more cell ids, according to a optional policy.


Properties

array of CMValue
values Required

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


string
policy Optional

For future use to define an error handling or rollback policy for this set of changes. If no policy is provided NON_TRANSACTION is the default.

Possible values are: TRANSACTIONNON_TRANSACTION

JSON Example

{
	"values": [
		{
			"cell_id": "string",
			"parameter_name": "string",
			"parameter_value": {}
		}
	]
}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Property Of

ProducerInfoJobRequest
Parameter To

Multi Set Parameter

Feedback

Was this page helpful?