Get Load Balancer Config

Get Load Balancer Config

Retrieves the current state of Load Balancer service on Edge Gateway.

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

gatewayId

string
gatewayId
Required

gatewayId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EdgeGatewayLoadBalancerConfig of type(s) application/json;version=36.3
{
    "enabled": false,
    "serviceNetworkDefinition": "string",
    "loadBalancerCloudRef": {
        "name": "string",
        "id": "string"
    },
    "licenseType": "string"
}
boolean
enabled
Required

A flag indicating whether Load Balancer Service is enabled or not.

string
serviceNetworkDefinition
Optional

The network definition in Gateway CIDR format which will be used by Load Balancer service on edge. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set, the default is 192.168.255.1/25. Default cidr can be configured. This field cannot be updated.

loadBalancerCloudRef
Optional

loadBalancerCloudRef

string
licenseType
Optional

The license type of the backing Load Balancer Cloud.

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