[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Pre Validation Report V2
DescriptionThis API is used to get validation report of a precheck request.
Request
URLURL
https://localhost:8080/lcm/request/api/v2/requests/{requestId}/pre-validation-report
Path Parameters
Path Parameters
string
requestId
Required
requestId
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
ValidationReport
of type(s) application/json
{
"lastUpdateTimeMillis": 0,
"manualValidations": [
{
"checkName": "string",
"checkType": "ERROR",
"childElements": "ManualValidationElement Object",
"elementType": "CHECK",
"id": "string",
"isScriptable": "string",
"recommendations": [
"string"
],
"resultDescription": "string",
"scriptPath": "string",
"status": "PASSED"
}
],
"overallStatus": false,
"requestId": "string",
"requestState": "string",
"rootValidations": [
{
"checkName": "string",
"checkType": "ERROR",
"childElements": "ValidationElement Object",
"descriptionParameter": [
"string"
],
"elementType": "CHECK",
"id": "string",
"localizedCheckNameId": "string",
"localizedDescriptionId": "string",
"localizedRecommendationsIds": [
"string"
],
"recommendationParams": {
"key": "string"
},
"recommendations": [
"string"
],
"resultDescription": "string",
"status": "PASSED"
}
],
"startTimeMillis": 0
}
integer as int64
lastUpdateTimeMillis
Optional
boolean
overallStatus
Optional
string
requestId
Optional
string
requestState
Optional
integer as int64
startTimeMillis
Optional
Errors
GenericErrorResponseDTO
400
Bad Request
401
Unauthorized
403
Forbidden
GenericErrorResponseDTO
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/request/api/v2/requests/{requestId}/pre-validation-report
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager