Resolve Set
Returns model-specific commands of a CM write request.
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.
The model-specific resolved result of the CM request.
"resolveResponse Object"
The model name used to resolve the request.
The resolved path value of the request.
The resolved body value of the request.
Request body is incorrectly formed.
"ProblemDetails Object"
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.
The requested ID or parameter does not exist.
"ProblemDetails Object"
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.
Data processing failed due to server misconfiguration.
"ProblemDetails Object"
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.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"value:"undefined"}' https://{api_host}/v0alpha1/resolve/set/{id}/{parameter_name}