- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- How run fw sam command through management web serv...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How run fw sam command through management web service api?
Hi, is possible to run fw sam command through management web service api?
Thanks
- Tags:
- r80 web apis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, follow the instructions here: How to run clish commands via API 'run-script'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was testing this in another aspect and threw together a rough Postman collection of the run-script command with a fw sam command example, also included the other commands needed for a build out: login/login (w/domain), run-script, logout.
With the Postman collection, you can use Postman to test the approach against your own environment and the use the code option in postman to build web code for your implementation approach.
This collection also abstracts some things in to environment variables for login/login(w/domain) such that no credential information is in the collection itself.
