CMMultiResult
CMMultiResult
An object encapsulating the response for the cmwrite and cmread operations.
JSON Example
{
"result": {
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
},
"status": "string",
"detail": "string"
}
string
status
Required
Indicates the status of results for this operation, which can be success, failure or conflict.
Possible values are : SUCCESS, FAILURE, CONFLICT, NOT FOUND,
string
detail
Optional
A detailed description of the status, such as the error message when failure or conflict happens.