[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Set Parameter
DescriptionSets the value of one CM parameter according to value in request.
Request
URLURL
https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}
Path Parameters
Path Parameters
string
cell_id
Required
The cell global identifier of one cell.
string
parameter_name
Required
The name of the configuration parameter.
Request Body
Request Body
CMAtom
of mimetype application/json
Required
{
"value": {}
}
value
Required
One value for a CM parameter may be a string, number, boolean or an array of any one of those. Or the value may be an object.
Response
Response
Response BodyResponse Body
200 OK returns
CMAtom
of type application/json
One value for the CM parameter to be set on the cell identified in the request URI. The value can be a string, number, boolean or an array of any one of those.
value
Required
One value for a CM parameter may be a string, number, boolean or an array of any one of those. Or the value may be an object.
Errors
Code Samples
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"value":{}}' https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
On This Page
Cm Write Direct Operations
put