CMMultiResult

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"
}
result
Required

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

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.