Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/26/2024 12:11 PM
Hi Everyone ,
I want to fetch the runtime data from the analytics and I was using the below API and I still getting analytics not found error.
NOTE:I have created runtime analytics only.
Thanks,
Teja.
08/26/2024 01:08 PM
Please share data analyzer screenshot for below query
select ANALYTICSKEY, ANALYTICSNAME,ANALYTICSTYPE from analyticsconfiges where ANALYTICSKEY=1
It seems your report is not runtime.
How to validate runtime? icon in end of report name
08/27/2024 01:46 AM - edited 08/27/2024 01:48 AM
Hi @rushikeshvartak ,
Please share data analyzer screenshot for below query
select ANALYTICSKEY, ANALYTICSNAME,ANALYTICSTYPE from analyticsconfiges where ANALYTICSKEY=1553
I have created runtime analytics only as of now its returning one record in EIC and its showing analytics not found in postman.
Thanks,
Nagateja Ksheerasagar.
08/27/2024 07:11 AM
{
"requestor": "admin",
"analyticsname": "Sav4sav analytics 2",
"analyticsid": "1553",
"attributes": {
"username": "admin"
}
}
08/26/2024 08:23 PM
@Nagateja_K
Make sure you have the selected runtime analytics when creating it. Also, the Analytics Name and Display Name have to be the same. Give it a try.
08/27/2024 01:47 AM
Hi @stalluri ,
Also, the Analytics Name and Display Name have to be the same.
I have tried the above suggestion but still response in post man is same.
Thanks,
Nagateja Ksheerasagar.
08/27/2024 07:05 AM
@Nagateja_K
Can you remove the username=${username} condition from the query and try it once.