Get Load Balancer Controller

Get Load Balancer Controller

Retrieves a specific Load Balancer Controller.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/loadBalancer/controllers/{loadBalancerControllerId}
COPY
Path Parameters
string
loadBalancerControllerId
Required

loadBalancerControllerId

string
loadBalancerControllerId
Required

loadBalancerControllerId


Authentication
This operation uses the following authentication methods.
Responses
200
Returns LoadBalancerController of type(s) application/json;version=37.2
{
    "id": "urn:vcloud:loadBalancerController:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "url": "https://loadBalancerController.vmware.com",
    "username": "string",
    "password": "string",
    "licenseType": "string",
    "version": "string"
}
string
id
Optional

The id of the Load Balancer Controller in URN format.

string
name
Required

The name of the Load Balancer Controller. Names for Load Balancer Controllers must be unique across the system.

string
description
Optional

Description for the registered Load Balancer Controller.

string As uri As uri
url
Required

The URL of the Load Balancer Controller. URLs for Load Balancer Controllers must be unique across the system.

string
username
Required

Username to connect to the Load Balancer Controller.

string
password
Required

Cleartext password to connect to the Load Balancer Controller.

string
licenseType
Optional

The license type of the Load Balancer Controller.

  • BASIC - Basic edition of the NSX Advanced Load Balancer.
  • ENTERPRISE - Full featured edition of the NSX Advanced Load Balancer.
string
version
Optional

The version of the load balancer controller.


400

Invalid configuration.

Returns Error of type(s) application/json;version=37.2
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


404

The specified resource was not found

Returns Error of type(s) application/json;version=37.2
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace