After you send a validation request, you can retrieve the status of the validation using this GET request.

Prerequisites

You must have sent a validation request to the server, and know the validation ID that is returned.

Procedure

  • Send the following GET request to the server. The session ID is sent in the request header.
    https://{{server_ip}}:9443/api/v1/sddc/1/validation/{{validation-id}}/status

Results

A validation report is returned as the response.