Forum Discussion

IrieSec's avatar
IrieSec
Regular Visitor
4 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    4 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.

  • IrieSec's avatar
    IrieSec
    4 years ago

    Thank you Anonymous, this does solve that problem.