Register Tunnel
This request configures the service to use the given Tunneling Service API endpoint.
Operation ID for correlating logs across multiple services
{
"certificate": "MIIDb...",
"rootPassword": "rootpassword",
"url": "https://tunneladdress:8047/"
}
Base64-encoded certificate of the Tunnel service API endpoint.
The root password for the appliance where the Tunnel instance is running.
The API URL of the Tunnel instace.
OK
{
"certificate": "MIIDb...",
"id": "58ae326f-29bc-4c0c-b00a-95c5f91c5586",
"url": "https://tunneladdress:8047/"
}
Base-64 encoded certificate of the tunnel.
ID of the tunnel.
URL pointing to the API endpoint of the tunnel.
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.