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
6 years ago
Gerry Nelson
4702f33155
doc urlparse as a dependent package in the README
6 years ago
Gerry Nelson
b7337c55f4
Update filetools ( #24 )
* add new method to sharedfuncs
* updates to files tools
* limit archive to non-binary files
6 years ago
Gerry Nelson
764b71d86a
Update listcaslibs_example.py
Changed endpoint to /dataSources/providers/
6 years ago
David Stern
1ddd978724
Edits to header, no code change
6 years ago
Gerry Nelson
bd68fc3afd
Update README.md
6 years ago
Gerry Nelson
3048ed8d8e
Update README.md
6 years ago
Gerry Nelson
0fe8e9a3c5
seperate examples from readme ( #23 )
6 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.
6 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.
6 years ago
Gerry Nelson
4135bdb225
Updates to loginwauthinfo ( #18 )
* updates to loginviauthinfo
* comment loginviauthinfo
* Update loginviauthinfo.py
* deal with no default profile
* Updated comments
6 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
Gerry Nelson
bfa70fcd97
Merge pull request #13 from sassoftware/mychanges
add error checking
7 years ago
root
c98c0ee47b
add error checking
7 years ago
Gerry Nelson
97b8e77f21
Merge pull request #12 from sassoftware/exportfolders
New tools to export/import complete viya folder tree
7 years ago
root
17c1324f2e
New tools to export/import complete viya folder tree
7 years ago
root
dae8626528
fix x permission
7 years ago
Gerry Nelson
128dcb1fdd
Merge pull request #11 from sassoftware/pubdest
add tool that creates publishing destinations
7 years ago
root
c9b0292dec
add tool that creates publishing destinations
7 years ago
Gerry Nelson
9e1dc43319
Update README.md
7 years ago
SAS System Account
118e82b657
Add execute permission on *.py files
7 years ago
SAS System Account
057b16ba20
Fix permissions issue
7 years ago
Gerry Nelson
6f495ff5ad
Add new file service tools ( #10 )
7 years ago
Gerry Nelson
cea86378b1
Merge pull request #8 from sassoftware/david2
Five new tools, replaced listcastables.py, fixed issue #3
7 years ago
root
fd5c53a695
Five new tools, replaced listcastables.py, fixed issue #3
7 years ago
David Stern
fd8e82849c
Fixed filename of listmemberswithpath.py
7 years ago
David Stern
c555cf2c51
Added getpath.py and listmemberswithpath.py ( #5 )
* Create getpath.py
* Updated sharedfunctions.py to add getpath()
* Create listmembers.py
* getpath.py and listmemberswithpath.py in README.md
* Tests for getpath.py and listmemberswithpath.py
* Typo in header
7 years ago
Gerry Nelson
23a6d48e92
fixed crlf issue
7 years ago
Gerry Nelson
2abc69c183
fix crlf
7 years ago
Gerry Nelson
c355c15a12
add listcaslibs.py as an example of developing a tool
7 years ago
Gerry Nelson
4b12a4c362
add settings to convert cr lf automatically for win and linux
7 years ago
David Stern
51f2ad7b25
Merge pull request #4 from sassoftware/fixcsvresults
Fixed csv result output to output a common set of columns.
7 years ago