The sail api get ... retrieves one page. To retrieve more than a page of items you have to wrap the sail call with something to handle pagination.
I would like get to have an option for retrieving all items with an option like sail api get -a or ail api get --all-results.
The various SailPoint ISC SDKs support pagination which handles this. I can wrap the sail api get call in a script that handles paging.
I was trying to use the sail CLI to pull a number of different configuration options then run it through jq, or perhaps the built in parsing functionality, to create CSVs for importing into EXCEL. A little easier than importing into EXCEL with the data query import functionality.
The
sail api get ...retrieves one page. To retrieve more than a page of items you have to wrap the sail call with something to handle pagination.I would like get to have an option for retrieving all items with an option like
sail api get -aorail api get --all-results.The various SailPoint ISC SDKs support pagination which handles this. I can wrap the sail api get call in a script that handles paging.
I was trying to use the sail CLI to pull a number of different configuration options then run it through jq, or perhaps the built in parsing functionality, to create CSVs for importing into EXCEL. A little easier than importing into EXCEL with the data query import functionality.