List Validations
Returns a list of rApp names or IDs as a JSON object. The CM write operations from these rApps need to be validated and resolved if conflict happens.
Request
URI
GET
https://{api_host}/v0alpha1/validations
COPY
Responses
200
Successful operation.
Returns
Array of
ValRegistrations
of type(s)
application/json
[
{
"app_id": "energy-saving",
"last_updated": "2023-01-23T14:56:17Z"
}
]
404
The requested parameter does not exist.
Returns
ProblemDetails
of type(s)
application/problem+json
"ProblemDetails Object"
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.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v0alpha1/validations