Validate ALB Cluster Creation Spec
Perform validiation of the NsxAlbControllerClusterSpec specification
Pass an optional Skip compatibility checks
Show optional properties
{
"domainIds": [
{}
],
"clusterName": "string",
"clusterFqdn": "string",
"clusterIpAddress": "string",
"formFactor": "One among: LARGE, MEDIUM, SMALL",
"adminPassword": "string"
}
{
"domainIds": [
"string"
],
"clusterName": "string",
"clusterFqdn": "string",
"clusterIpAddress": "string",
"formFactor": "One among: LARGE, MEDIUM, SMALL",
"adminPassword": "string",
"nodes": [
{
"ipAddress": "string"
}
],
"bundleId": "string"
}
IDs of the workload Domains where NSX Advanced Load Balancer Cluster will be deployed
Name of NSX Advanced Load Balancer Cluster
NSX Advanced Load Balancer Cluster fully qualified domain name
NSX Advanced Load Balancer Cluster Virtual IPv4 address of format 'x.x.x.x'
Size of NSX ALB cluster
Admin user password of NSX Advanced Load Balancer Cluster
NSX Advanced Load Balancer Cluster Controller Nodes
NSX Advanced Load Balancer Bundle ID
OK
"Validation Object"
ID of the validation
Description of the validation
Execution status of the validation. One among: IN_PROGRESS, FAILED, COMPLETED, UNKNOWN, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS
Result status of the validation after it has completed its execution. One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, UNKNOWN, CANCELLATION_IN_PROGRESS
List of one or more validation checks that are performed as part of the validation
additionalProperties
Bad Request
"Error Object"
The minor error code
The error type
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 localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
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 localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"adminPassword:"string","clusterFqdn:"string","clusterIpAddress:"string","clusterName:"string","domainIds":["string"],"formFactor:"string"}' https://{api_host}/v1/nsx-alb-clusters/validations