* Create lisreports.py
List reports with there id and path
* initial development
* set +x
* changes
* rename
* first functioning version
* working version
* tidy up
* Create getauditrecords.py
* Update README.md
* create listmodels.py
* Update README.md to include listmodels.py
* add support to list model projects and repositories
* Update info in readme.md to reflect new name
* add applyauthorizationrules.py and add instructions in README
* update EXAMPLES.md with applyfolderauthorization.py sample command & sample input CSV
* fix applyfolderauthorization example and remove extraneous quotes from EXAMPLES.md
* made files executable
* remove '=====' from list of tools in README.md
* Create getauditrecords.py
* Update README.md
* create listmodels.py
* Update README.md to include listmodels.py
* add support to list model projects and repositories
* Update info in readme.md to reflect new name
Now that a limit of 10 caslibs and cas tables is being enforced by the casManagement service's REST API, we need to set a higher limit to see all the results
Viya 3.5 introduces version 2 of the Folders API. Both version 1 and version 2 of this API have a limit parameter, with a default of 20 results, but it did not seem to be enforced in the API at v1. It does seem to be being enforced at v2, so now specifying a limit high enough for our classroom use. For large folder structures, this may be insufficient. In this case you could increase it, or re-write this tool to iterate through several 'pages' of results. Contributions from any user welcome on this!