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

Get Parameter

Description

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.

Request

Request

URL

URL


get
https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}
Copy

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 Body

Response 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

Errors

ProblemDetails
404

The requested parameter does not exist.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}


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

Was this page helpful?