A new Flexera Community experience is coming on November 25th. Click here for more information.
How to access API's of an SVM on-prem server?
Solution:
You can essentially use the same URL for the cloud but replace csi7.secunia.com with your on-prem server URL.
So the URL to login would look like:
https://ONPREMSERVER.com/csi/api/?uid=&action=manuallogin
The link below gives instructions on what is needed from a post request to URL mentioned:
https://helpnet.flexerasoftware.com/csi/api/Default.htm#helplibrary/Login_API_Information.htm#svm_api_login_2776300157_1208920%3FTocPath%3DLogin%2520API%7C_____1
You may want to try using an app like Postman to make a post request to the URL.
You'll then want to enter parameters in the body for username and password.
You may also want to take a look at the Powershell sample shown here:
This should get you started with using the API's of an on-prem SVM server.
on Feb 06, 2020 12:18 PM - edited on May 28, 2020 02:39 PM by mmrowca