https://github.com/mikej81/f5-rest-client
F5 ILX REST Client
https://github.com/mikej81/f5-rest-client
Last synced: about 2 months ago
JSON representation
F5 ILX REST Client
- Host: GitHub
- URL: https://github.com/mikej81/f5-rest-client
- Owner: Mikej81
- License: mit
- Created: 2018-07-31T17:21:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T13:02:45.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T17:32:41.483Z (4 months ago)
- Language: Tcl
- Size: 9.77 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# f5-rest-client
To Use, modify restResponse arguments TCL:
** Argument 0: (required) METHOD (GET, POST, PUT, DELETE)
if not specified defaults to GET
** Argument 1: (required) Query, can be full request in leiu of args
(http://remote.site/tm/mgmt/value/location?arg1=${arg1}&arg2=${arg2})
** Argument 2: (optional) Arguments (json: args:{ arg1: 'value', arg2: 'value'})
** set restResponse [ILX::call $restClient rest-client "GET" "http://remote.site/tm/mgmt/value/location?arg1=${arg1}&arg2=${arg2}"]
## Notes
** args not fully implemented yet... push everything via Querystring