Multi Set Parameter
DescriptionSets 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.
Request
URLURL
Request Body
The set of configuration changes to be made, and their policy.
Response
Response BodyResponse Body
200 OK
array
of
CMWriteResult
of type application/json
The update was successful.
{
"result": {
"cell_id": "string",
"operation": "add",
"parameter_name": "string",
"parameter_type": "string",
"parameter_value": {}
},
"status": "SUCCESS"
}
An object encapsulating information about one CM parameter value for one cell id.
Indicates success or failure for this write operation.
Possible values are: SUCCESS , FAILURE
Errors
The request is of the correct content-type but is incorrectly formed in some fashion: missing required fields, using wrong types for valid fields, or not capable of being processed as the expected input.