Kemp Support, how can we help?

The latest application delivery knowledge and expertise at your fingertips.

How to retrieve VIP information via API

 

Information

 

Summary:

How to retrieve Virtual Service's information via an API call.

Environment:

Product: LoadMaster.

Version: Any

Platform: Any

Application: Any

Question/Problem Description:

Is there any method or tool to extract the list of the IDs of all virtual services that we have configured in the LoadMaster?

Steps to Reproduce:  
Error Message:  
Defect Number:  
Enhancement Number:  
Cause: To be able to get information of what's configured on the LoadMaster without having to access the LoadMaster's WUI.
Resolution:
  1. First, we need to make sure that API is enabled. This can be verified by going to the WUI > Certificates & Security > Remote Access > Enable API Interface. 
  2. Then, you can use the following API call (make sure to use the same port as configured in the remote access section):

https://<LoadMasterIPAddress>/access/listvs

This should return all VS's information with the IDs along with the RS's.

Workaround:  
Notes:

https://support.kemptechnologies.com/hc/en-us/articles/203863435-RESTful-API


Comments