Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

fetchRuntimeControlsData returning "analytics not found"

Nagateja_K
New Contributor III
New Contributor III

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.

 

 

 

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

Please share data analyzer screenshot for below query 

select ANALYTICSKEY, ANALYTICSNAME,ANALYTICSTYPE from analyticsconfiges where ANALYTICSKEY=1

  • Also check if report needs attributes ?
  • Does sav role have access to run report ?
  • Share analytics tab screenshot
  • It seems your report is not runtime.

    How to validate runtime? icon in end of report name 

    rushikeshvartak_0-1724702893981.png

     

     


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi @rushikeshvartak ,

Please share data analyzer screenshot for below query 

select ANALYTICSKEY, ANALYTICSNAME,ANALYTICSTYPE from analyticsconfiges where ANALYTICSKEY=1553

Nagateja_K_0-1724748146678.png

 

  • Also check if report needs attributes ? -->> yes we are passing username as dynamic.
  • Does sav role have access to run report ? ----> yes the service account has admin access.
  • Share analytics tab screenshot
    Nagateja_K_3-1724748487079.png

     

    Nagateja_K_2-1724748259984.png

    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.




  • Use below URL
  • {{url}}/ECM/api/v5/fetchRuntimeControlsDataV2

 

{
    "requestor": "admin",
    "analyticsname": "Sav4sav analytics 2",
    "analyticsid": "1553",
    "attributes": {
        "username": "admin"
    }
}

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

stalluri
Valued Contributor II
Valued Contributor II

@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.


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

Nagateja_K
New Contributor III
New Contributor III

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.

stalluri
Valued Contributor II
Valued Contributor II


@Nagateja_K 
Can you remove the username=${username} condition from the query and try it once.


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.