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