Add a Real Server to a Virtual Service
- Last Updated: December 11, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
The following command adds a Real Server with the IP address 20.200.25.21 on port 80 to the existing 20.200.25.100 Virtual Service:
curl -k "https://bal:1fourall@20.200.25.100/access/addrs?vs=20.200.25.202&port=80&prot=tcp&rs=20.200.25.21&rsport=80"Response:
<?xml version="1.0" encoding="ISO-8859-1"?><Response stat="200" code="ok"><Success>Command completed ok</Success></Response>