Configure Update Endpoints
This request updates the management endpoint configuration to advertise to local and/or remote components.
Operation ID for correlating logs across multiple services
Update endpoint configuration request.
{
"mgmtAddress": "10.71.249.18",
"mgmtPort": 8046,
"mgmtPublicAddress": "tn-3b0f0539-869d-4e37-8005-e1c6f01a2ef3.tnexus.io",
"mgmtPublicPort": 8048,
"apiAddress": "s2-vcav-v1248-249-018.eng.vmware.com",
"apiPort": 8443,
"apiPublicAddress": "10.71.249.18",
"apiPublicPort": 8048
}
The API address.
The API port.
The public API address.
The public API port.
OK
{
"configured": {
"mgmtAddress": "",
"mgmtPort": 8046,
"mgmtPublicAddress": "tn-3b0f0539-869d-4e37-8005-e1c6f01a2ef3.tnexus.io",
"mgmtPublicPort": 8048,
"apiAddress": "",
"apiPort": 8443,
"apiPublicAddress": "10.71.249.18",
"apiPublicPort": 8048
},
"effective": {
"mgmtAddress": "10.71.249.18",
"mgmtPort": 8046,
"mgmtPublicAddress": "tn-3b0f0539-869d-4e37-8005-e1c6f01a2ef3.tnexus.io",
"mgmtPublicPort": 8048,
"apiAddress": "s2-vcav-v1248-249-018.eng.vmware.com",
"apiPort": 8443,
"apiPublicAddress": "10.71.249.18",
"apiPublicPort": 8048
}
}
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.