Get Parameter
Returns the value of one CM parameter for one cell as a JSON object with a value
parameter having a value that may be a string, number, boolean or an array of one of those.
The identifier of the requested entity, such as the cell global identifier of one cell.
The name of the configuration parameter.
One value for the CM parameter.
The requested parameter does not exist.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.