Load Balancer; Get The Status Of Load Balancer Service On A Vshield Edge - VMware VSHIELD APP 1.0 - API Programming Manual

Vshield api
Table of Contents

Advertisement

Load Balancer

The vShield Edge provides load balancing for HTTP traffic. Load balancing (up to Layer 7) enables Web 
application auto‐scaling.
Figure 5-2. vShield Edge Providing Load Balancing Service for Protected Virtual Machines
You map an external (or public) IP address to a set of internal servers for load balancing. The load balancer 
accepts HTTP requests on the external IP address and decides which internal server to use. Port 80 is the 
default listening port for load balancer service.
All Load Balancer settings configured by using REST requests appear under the vShield Edge > Load Balancer 
tab for the appropriate vShield Edge in the vShield Manager user interface and vSphere Client plug‐in.
For the load balancer schema, see "Load Balancer Schema" on page 86.

Get the Status of Load Balancer Service on a vShield Edge

Example 5-47. Getting the Status of Load Balancer Service on a vShield Edge
Request:
GET <vshield_manager-uri>/api/1.0/network/<portgroup-moid>/
Example:
GET /api/1.0/network/network-244/loadbalancer/service HTTP/1.1
Authorization: Basic YWRtaW46ZGVmYXVsdA==
Host: localhost:9998
VMware, Inc.
loadbalancer/service
Chapter 5 vShield Edge Management
45

Advertisement

Table of Contents
loading

Table of Contents