Gerry Nelson
33043d18f8
add properties file
5 years ago
Allan Bowe
96f2a68b9e
docs: styling suggestions in README ( #62 )
5 years ago
David Stern
48763e1c31
RLS for listcastablesandeffectiveaccess.py ( #61 )
6 years ago
Gerry Nelson
7fe17052a8
fix
6 years ago
Gerry Nelson
4ff9811b99
change from CRLF
6 years ago
Mike
d8a447afae
Update to snapshotreports.py ( #58 )
* Add files via upload
* Add files via upload
* adding option to auto-remove transfer packages
6 years ago
Gerry Nelson
5eab562930
Gn listreports ( #57 )
* Create lisreports.py
List reports with there id and path
* initial development
* set +x
* changes
* rename
* first functioning version
* working version
* tidy up
6 years ago
David Stern
3aae9588de
Update listgroupsandmembers.py ( #56 )
Added test to skip groups if their id is a null strings
6 years ago
David Stern
4214c11c6d
Update listgroupsandmembers.py ( #55 )
6 years ago
Gerry Nelson
826fd19699
Updatesnapshot close #50 ( #51 )
* add folder path functionality
* update help
* clarify default and add example
6 years ago
root
c3302bfdb6
Add deletepublishdest.py, update README & EXAMPLES
6 years ago
Ajmal Farzam
87674a81c9
add applyfolderauthorization.py & update README.md & EXAMPLES.md ( #47 )
* 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
6 years ago
sasgnn
2cfdbf5ebd
add -x permission cas cache
6 years ago
sasgnn
e3d4382aed
add -x permission example
6 years ago
sasgnn
db434ea327
add -x permission
6 years ago
Gerry Nelson
bb6e772999
Bugfixlistfiles ( #45 )
* Update listfiles.py
* fixes for python3
6 years ago
Gerry Nelson
82b86efa77
add simplejson to callrestapi
6 years ago
Gerry Nelson
df3b11dbe7
Update EXAMPLES.md
added snapshot reports and creategroups examples.
6 years ago
Gerry Nelson
31c05141a4
Gn simplejson ( #44 )
* added simplejson print
* changes to add simplejson to output
6 years ago
Gerry Nelson
3bce54b28d
Create creategroups.py
creates custom groups and establishes group membership from a csv file.
6 years ago
Gerry Nelson
9907ed4105
optionally return json from getfolderid ( #41 )
6 years ago
Gerry Nelson
d5e0a334f1
added --output text
--output text will send the status of the import command to the command window.
6 years ago
rocoll
fc9566bc24
Create listallcasservercachestatus.py ( #39 )
Returns list of CAS_DISK_CACHE usage on all CAS servers
6 years ago
Ajmal Farzam
2c86166b8f
Create listmodelobjects.py ( #38 )
* 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
6 years ago
David Stern
75e326b33d
Set limit=10000 for lists of caslibs and tables
6 years ago
David Stern
c228db56c1
Set limit=10000 for list of caslibs
6 years ago
David Stern
6fc6a9f1ad
Set limit=10000 on REST calls for caslibs & tables
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
6 years ago
David Stern
0552bf1f32
Set limit on caslibs returned at 10,000
Set limit on caslibs returned at 10,000, to avoid truncation since default is now 10
6 years ago
David Stern
6fbd1bc1c9
Set limit=10000 for /folders/{folderId}/members
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!
6 years ago
Ajmal Farzam
c669e738b4
Create getauditrecords.py ( #33 )
* Create getauditrecords.py
* Update README.md
6 years ago
veerendra-pappoppula
24442658f0
Update listgroupsandmembers.py ( #32 )quote username
Merge change authoried by veerendra-pappoppula to enclose username in quotes in output. Nice improvement.
6 years ago
David Stern
4aa60e01c4
Enhanced listgroupsandmembers.py ( #31 )
* Added -e parameter to optionally show user emails
* Fixed bug when user has no email addresses
6 years ago
Gerry Nelson
8cce1fa986
changed message for succesful completion
6 years ago
Gerry Nelson
1540e74afe
Urlparse update ( #28 )
* Update loginviauthinfo.py
use urlparse on python 2 and 3
* update for python 3
* update for python3
* Update loginviauthinfo.py
* update loginviauthinfo
* update loginviauthinfo
6 years ago
Gerry Nelson
3141f798d8
quote the password field
single quote the password in the CLI step to deal with situation where the password contains special characters
7 years ago
Gerry Nelson
4702f33155
doc urlparse as a dependent package in the README
7 years ago
Gerry Nelson
b7337c55f4
Update filetools ( #24 )
* add new method to sharedfuncs
* updates to files tools
* limit archive to non-binary files
7 years ago
Gerry Nelson
764b71d86a
Update listcaslibs_example.py
Changed endpoint to /dataSources/providers/
7 years ago
David Stern
1ddd978724
Edits to header, no code change
7 years ago
Gerry Nelson
bd68fc3afd
Update README.md
7 years ago
Gerry Nelson
3048ed8d8e
Update README.md
7 years ago
Gerry Nelson
0fe8e9a3c5
seperate examples from readme ( #23 )
7 years ago
Gerry Nelson
91527162d8
changed the default for days older
Made days older a future date by default to be sure that all files are included when it is not specified.
7 years ago
Gerry Nelson
bd0055fabb
changed the default for days older
Made days older a future date by default to be sure that all files are included when it is not specified.
7 years ago
Gerry Nelson
4135bdb225
Updates to loginwauthinfo ( #18 )
* updates to loginviauthinfo
* comment loginviauthinfo
* Update loginviauthinfo.py
* deal with no default profile
* Updated comments
7 years ago
Gerry Nelson
c5cc844c85
Rptexptool ( #17 )
* new snapshot report tool
* change permissions
* updates to snapshot reports
* Add query parameters
* add query paramtes
7 years ago
Gerry Nelson
288720f481
Update and rename importfoldertree.py to importpackages.py
7 years ago
Gerry Nelson
c4965b13d7
Add prompting to export and import folder tree.
* Added prompting
* Update foldetree
* comments and error checking
* Error checking added
* add prompts
7 years ago
Gerry Nelson
6163c4d0e8
Mychanges ( #15 )
* updated the naming of output directory
* changed file naming
* replace folder content
7 years ago
Gerry Nelson
f368e8bf52
Mychanges ( #14 )
* updated the naming of output directory
* changed file naming
7 years ago