Validate Avns
Returns Validation report
Provide the spec to create the AVNs
Show optional properties
{
"avns": [
{
"gateway": "192.168.31.1",
"mtu": "1600",
"name": "vRealize-AVN",
"regionType": "REGION_A",
"subnet": "192.168.31.0",
"subnetMask": "255.255.255.0"
}
],
"edgeClusterId": "3f39d4a1-78d2-11e8-af85-f1cf26258cdc"
}
{
"avns": [
{
"domainName": "rainpole.io",
"gateway": "192.168.31.1",
"id": "3f39d4a1-78d2-11e8-af85-f1cf26258cdc",
"mtu": "1600",
"name": "vRealize-AVN",
"portGroupName": "sfo-m01-seg01-pg",
"regionType": "REGION_A",
"routerName": "sfo-m01-ec01-t1-gw01",
"subnet": "192.168.31.0",
"subnetMask": "255.255.255.0",
"vlanId": "30"
}
],
"edgeClusterId": "3f39d4a1-78d2-11e8-af85-f1cf26258cdc"
}
The UUID of the Edge Cluster to associate AVNs
Validation of AVN Creation spec completed
{
"additionalProperties": {
"additionalProperties": "string"
},
"description": "string",
"executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"id": "string",
"resultStatus": "One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, CANCELLATION_IN_PROGRESS",
"validationChecks": [
{
"description": "string",
"errorResponse": {
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
},
"nestedValidationChecks": [
"ValidationCheck Object"
],
"resultStatus": "One among: IN_PROGRESS, SUCCEEDED, FAILED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"severity": "One among: WARNING, ERROR, INFO"
}
]
}
additionalProperties
Description of the validation
Execution status of the validation
ID of the validation
Result status of the validation after it has completed its execution
List of one or more validation checks that are performed as part of the validation
Unexpected error
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message