Forum Discussion
IrieSec
4 years agoRegular Visitor
PAGINATION WITH CORTEX XDR API
Hello, I have been trying to get all endpoints utilizing the following API according to the documentation here: Get All Endpoints (paloaltonetworks.com) The following is my attempt at accompl...
- Anonymous4 years ago
Hi IrieSec ,
In your code, you used /get_endpoint that the maximum result set size is 100. So you may try /get_endpoints instead.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - 4 years ago
Thank you Anonymous, this does solve that problem.
Anonymous
4 years agoNot applicable
Hi IrieSec ,
In your code, you used /get_endpoint that the maximum result set size is 100. So you may try /get_endpoints instead.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- IrieSec4 years agoRegular Visitor
Thank you Anonymous, this does solve that problem.