I installed McAfee ESM 10.2 server in my windows machine with VMware workstation pro. It's deployed properly and I am able to see the Dash Board and all after login.
I am accessing SIEM using below URL
https://192.168.81.133/#/login.
I found below URL, it has some API request
https://192.168.81.133/rs/esm/help/
But We didn't find login API request to get login token/session to get data from ESMserver using other API like below
For alarm list ,event and etc..
https://192.168.81.133/rs/esm/alarmGetTriggeredAlarms?triggeredTimeRange=CUSTOM&customStart=2018-02-...
if I access above URL without valid session it's giving
Issue validating session token.
In the previous version 9.6 there is API for login POST request
https://192.168.81.133/rs/esm/login.json
but this is not working in 10.2 vesrion
As I am new to McAfee ESM, can any help on this. My questions are
1 What is REST API for login?