- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- API Script VSX Routes
Options
- 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?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jump to solution
API Script VSX Routes
Hi All,
I want to extract json output to for routes created on each vs environment using API.
I have explored GAIA API, where I don't see any API to set virtual system and show route, there is only show route API.
I don't see anything on the management API regarding pulling routing information from each VS as json.
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In R82 with VSnext, you’ll be able to use the Gaia APIs with Virtual Systems.
In current VSX, this isn’t possible except maybe with run-script.
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In R82 with VSnext, you’ll be able to use the Gaia APIs with Virtual Systems.
In current VSX, this isn’t possible except maybe with run-script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i will run this script and store it in the file for now
for i in {0..2}; do echo $i;vsenv $i; netstat -rn; done
