Increasing the number of computers to display on a page in API query result
search cancel

Increasing the number of computers to display on a page in API query result

book

Article ID: 171918

calendar_today

Updated On:

Products

Endpoint Protection

Issue/Introduction

The list of computers from Symantec Endpoint Protection Manager (SEPM) can be extracted using the Computers API call.

By default, it shows 20 computers on one page. Need to know if more systems can be displayed on each page.

Resolution

pageSize parameter to the API call can used to increase the number of computers to be displayed on each page.

For example to show 600 computers:
https://<SEPM IP>:8446/sepm/api/v1/computers?pageSize=600

Additional parameters can also be added in this query. E.g. To display the list in descending order:
https://<SEPM IP>:8446/sepm/api/v1/computers?pageSize=600&order=DESC