[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Get Parameter
DescriptionReturns 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.
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.
Response
Response
Response BodyResponse Body
200 OK returns
CMAtom
of type application/json
One value for the CM parameter.
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 SamplesCode Samples
cURL Command
curl https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
On This Page
Cm Read Direct Operations
get