MultiSet

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"
        }
    ],
    "mo_type": "string",
    "policy": "string"
}
array of CMValue
values
Required

values

string
mo_type
Optional

Managed Object type. If it starts with "ericsson", "nokia", "samsung", "stub" or "viavi", then this is considered as a pass-through job and the vendor-specific messages are in the values and will be sent to the southbound entity untouched.

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,