[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1

CMWriteResult

An object encapsulating the response for the CM write operation.


Properties

result Optional

An object encapsulating information about one CM parameter value for one cell id.


string
status Optional

Indicates success or failure for this write operation.

Possible values are: SUCCESSFAILURE

JSON Example

{
	"result": {
		"cell_id": "string",
		"operation": "add",
		"parameter_name": "string",
		"parameter_type": "string",
		"parameter_value": {}
	},
	"status": "SUCCESS"
}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Returned By

Multi Set Parameter

Feedback

Was this page helpful?