- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: API to change Track on layer
- 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
API to change Track on layer
Hello
i try to creat a jason script to change track parameter on layers from "Log" to "None"
i have lot of different layers so i use this kind of mgmt_cli setting
i lookfor the good setting to execute this line "track is not ok"
mgmt_cli -r true set access-rule track --format json --batch /XXX/disable-log.csv
in my CSV parameters
"layer,name,track"
i checked in
https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/set-access-rule~v1.5%20
but i don't find the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello
i find the command
mgmt_cli set access-rule --format json --batch /home/xxxxx/disable-log.csv
but my firewall need session description for validate the push
" - fault-message: "Publish cannot be performed without entering a session name and description."
how can i add the push with session name description in se same command ?
thank you