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.
Show optional properties
{
"values": [
{
"cell_id": "string",
"parameter_name": "string"
}
]
}
{
"values": [
{
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
}
],
"policy": "string"
}
An object encapsulating information about one CM parameter value for one cell id.
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.
"CMMultiResults Object"
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).
"CMMultiResults Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"values:"array"}' https://{api_host}/v0alpha1/cmdata