cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2550
Views
0
Helpful
2
Replies

CISCO AMP API Limitations

listky
Level 1
Level 1

I am having a problem with pulling data from AMP API via Power Query(POWER BI/MS Excel). It is limiting me to pull just 500 of 10k rows and any attempt of setting the number of rows to be pulled results with error.

Can you guys confirm if the CISCO AMP API is limited to pull maximum of 500 rows? I am struggling with this for couple of days now and I will appreciate any of your help on how to pull the all data.

2 Replies 2

Troja007
Cisco Employee
Cisco Employee

Hello @listky,

took a look into the API documentation and found to following information.

 

Bildschirmfoto 2019-06-07 um 11.21.38.png

 

Maybe TAC can help here, but i´m not sure. Sorry not having a better answer.

Greetings,

Thorsten

Matthew Franks
Cisco Employee
Cisco Employee

You need to set an offset if there are pagination results (more than returns in the first query). For example, &offset=500.

 

Hope that helps,

Matt