Validate Edge Cluster Update Spec
DescriptionValidate an NSX-T Edge Cluster update spec
Request
URLURL
Path Parameters
Path Parameters
NSX-T Edge cluster id
Request Body
NSX-T Edge Cluster Update spec to be validated
{
"operation": "One among: EXPANSION, SHRINKAGE"
}
Edge cluster operation Type.
Parameters required to perform edge cluster expansion, optional otherwise
Parameters required to perform edge cluster shrinkage, optional otherwise
Response
200 OK Response Body>Response Body
200 OK
{
"executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"resultStatus": "One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, CANCELLATION_IN_PROGRESS"
}
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
202 Accepted Response Body>
Response Body
202 Accepted
{
"executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"resultStatus": "One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, CANCELLATION_IN_PROGRESS"
}
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
Errors
Bad Request
InternalServerError