Multi Set Parameter
Sets the value of multiple parameters for multiple cells.
Note: This operation is for testing only and should not be relied upon when developing rApps. Use jobs mediated through the data management service instead.
The set of configuration changes to be made, and their policy.
{
"values": [
{
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
}
],
"mo_type": "string",
"policy": "string"
}
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.
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.
The update was successful.
[
{
"result": {
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
},
"status": "string",
"detail": "string"
}
]
The request is of the correct content-type but is either incorrectly formed in some fashion or one or more of the changes requested failed. In the latter case the response indicates which succeeded and which failed (and why).
[
{
"result": {
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
},
"status": "string",
"detail": "string"
}
]