MultiSet
MultiSet
A collection of one or more CM parameters to be set for one or more cell ids, according to a optional policy.
JSON Example
{
"values": [
{
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
}
],
"policy": "string"
}
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 :
TRANSACTION,
NON_TRANSACTION,