Modify a SubVS
- Last Updated: December 11, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
The following command changes the nickname on SubVS 23 to “newnickname”:
curl -k "https://bal:1fourall@10.154.25.100/access/modvs?vs=23&nickname=newnickname"
Response:
<?xml version="1.0" encoding="ISO-8859-1"?><Response stat="200" code="ok"><Success><Data><Status>Down</Status><Index>23</Index><VSPort>0</VSPort><NickName>newnickname</NickName>
<OCSPVerify>N</OCSPVerify>...<NumberOfRSs>0</NumberOfRSs></Data></Success></Response>