- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: Delete a host object
- 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
Delete a host object
Overview
The purpose of this code it to show delete a host object while taking into consideration questions like: is the object a member of an existing group, is the object participating in a rulebase.
Description
If the host object is not a member of a group and is not used in a rule-base - delete the host object.
If the host is being used in a rulebase - remove the host from the rulebase.
If the host object was the last object-in its cell - disable thr rule.
if the host object was a member of a group - remove it from the group.
If the group is now an empty group - delete the group.
If the deleted group appeared in a rulebase - remove it from the rulebase.
if the deleted group was the last object in the cell - disable the rule.
Instructions
run delete_host.py (python 2.7 code).
Code Version
Code version 1.0.0
Tested on version
R80, API version 1.0
NOTICE: By using this sample code you agree to terms and conditions in this Terms and Conditions
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@fwmeister can you please share your code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Uri_Bialik please help how can I get the rulebasecsv? I also tried to write another code to bypass the rulebase library requirement but I am having issues with pulling the UID. I am using Jupyter notebook through Anaconda for development environment. Error code
"Error: Key 'uid' is missing in rule dictionary: {'rule': {'uid': '09bf0dea-5d3c-429d-890f-4bf9b5eb99b5', 'name': 'Sterling Access', 'type': 'access-rule', 'domain': {'uid': '41e821a0-3720-11e3-aa6e-0800200c9fde', 'name': 'SMC User', 'domain-type': 'domain'}}, 'rule-columns': ['source'], 'position': '13', 'layer': {'uid': 'e06bc425-1f8b-4487-a64f-661f85084a6d', 'name': 'Pennsylvania Security', 'type': 'access-layer', 'domain': {'uid': '41e821a0-3720-11e3-aa6e-0800200c9fde', 'name': 'SMC User', 'domain-type': 'domain'}}, 'layer-position': 1, 'package': {'uid': '93b650bc-8b28-4587-8641-73f25d7e3c8c', 'name': 'Pennsylvania', 'type': 'package', 'domain': {'uid': '41e821a0-3720-11e3-aa6e-0800200c9fde', 'name': 'SMC User', 'domain-type': 'domain'}}}" Error: 'object'
