Resolve Set

Resolve Set

Returns model-specific commands of a CM write request.

Request
URI
POST
https://{api_host}/v0alpha1/resolve/set/{id}/{parameter_name}
COPY
Path Parameters
string
id
Required

The identifier of the requested entity, such as the cell global identifier of one cell.

string
parameter_name
Required

The name of the configuration parameter.


Request Body
CMAtom of type(s) application/json
Required
value
Required

value

Responses
200

The model-specific resolved result of the CM request.

Returns resolveResponse of type(s) application/json
{
    "model": "string",
    "path": "string",
    "body": "string"
}
string
model
Required

The model name used to resolve the request.

string
path
Required

The resolved path value of the request.

string
body
Required

The resolved body value of the request.


400

Request body is incorrectly formed.

Returns ProblemDetails of type(s) application/problem+json
{
    "type": "string",
    "title": "string",
    "status": 400,
    "detail": "Required field 'counter_names' missing.",
    "instance": "string"
}
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.


404

The requested ID or parameter does not exist.

Returns ProblemDetails of type(s) application/problem+json
{
    "type": "string",
    "title": "string",
    "status": 400,
    "detail": "Required field 'counter_names' missing.",
    "instance": "string"
}
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.


500

Data processing failed due to server misconfiguration.

Returns ProblemDetails of type(s) application/problem+json
{
    "type": "string",
    "title": "string",
    "status": 400,
    "detail": "Required field 'counter_names' missing.",
    "instance": "string"
}
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.