Kernel Restore Validation Controller Resource

PUT /restore/validate/name

Returns the output of the restored name validation.

Request Body
media type data type description
application/json object (JSON) specify request for the name and target platform
Response Body
media type data type description
application/json object (JSON) detailed list of tasks filtered by specified query parameters

Example

Request
PUT /restore/validate/name
Content-Type: application/json
Accept: application/json

                
...
                
              
Response
HTTP/1.1 204 No Content
Content-Type: application/json

                
...