[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Get Pre Validation Report V2

Description

This API is used to get validation report of a precheck request.

Request

Request

URL

URL


get
https://localhost:8080/lcm/request/api/v2/requests/{requestId}/pre-validation-report
Copy

Path Parameters

Path Parameters

string
requestId Required

requestId


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response 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

manualValidations Optional

boolean
overallStatus Optional

string
requestId Optional

string
requestState Optional

rootValidations Optional

integer as int64
startTimeMillis Optional
Errors

Errors

GenericErrorResponseDTO
400

Bad Request


401

Unauthorized


403

Forbidden


GenericErrorResponseDTO
404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

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
Feedback

Was this page helpful?