Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/06/2024 11:58 PM - last edited on 05/07/2024 02:33 AM by Sunil
Hi,
I am using fetchRuntimeControlsDataV2 to obtain the logs. When we hit the URL from postman, be get error 'Runtime v2 analytics not found'.
The analytics is v2 and is working fine.
I also see '412 Preconditions Failed' message in postman.
NOTE: For testing purposes, I am using a user with 'ROLE_ADMIN' SAV role assigned.
Can you please tell me what is going wrong here?
Below is the header from postman.
[This message has been edited by moderator to merge reply comment]
Solved! Go to Solution.
05/07/2024 05:54 AM - edited 05/07/2024 05:55 AM
Your report is not runtime report
How to validate runtime? icon in end of report name
05/07/2024 08:39 AM - edited 05/07/2024 09:13 AM
Thank you @rushikeshvartak . I am doing this exercise to create analytics for integrating SIEM. So, as I understand, the analytics control that is created for SIEM integration should be a runtime analytics (v2). Apart from audit logs, we can create our own custom analytics controls that can be consumed by the SIEM system, please confirm. Using the fetchRuntimeControlsDataV2 we can then fetch the results of these controls to be consumed by the SIEM system. Is my understanding correct?
05/07/2024 09:25 AM
@SS : Yes apart from default one you can use custom analytics but to use fetchRuntimeControlsDataV2 API that analytics should be Runtime not just simple SQL Query.
Also like Rushi mentioned you can identify the Runtime analytics with icon at the end of analytics name.
05/07/2024 09:38 AM
Thank you @Saathvik If understand correctly, only the data of analytics of type 'Runtime Analytics' be fetched via an API, am I correct?
05/07/2024 09:53 AM
05/07/2024 06:55 PM
Yes
Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question.