- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 11:18 PM
Hi All.
I'm looking for delete IP address from Discovery IP Ranges.
I was trying to use GlideRecord. But It doesn't work.
Because It's complicated structure, or my fault.
Please share the script.
Regards.
Takumi H
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 12:42 AM
Hi @Takumi_
What is the type of IP range ?
If it is IP Address List you can query the discovery_range_item_ip table with query as item_parent=SYS_ID of IP Address range and find the IP and delete record.
If the IP Range is of other types, you can not delete a specific IP, but you can exclude it from the discovery.
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 12:42 AM
Hi @Takumi_
What is the type of IP range ?
If it is IP Address List you can query the discovery_range_item_ip table with query as item_parent=SYS_ID of IP Address range and find the IP and delete record.
If the IP Range is of other types, you can not delete a specific IP, but you can exclude it from the discovery.
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:16 PM
It's IP Address List.
I'll try it.
Thank you so much.