Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

QuickRanges- Global

The QuickRanges script include provides methods to generate IP network, range, and address entries from a convenient comma-separated input field using conventional Classless Inter-Domain Range (CIDR) network notation, hyphenated range entries, or individual IP addresses.

You can use this script include with any server-side discovery script.

Parent Topic:Server API reference

QuickRanges - createItem(String table, String id, String type)

Creates a new discovery range item.

NameTypeDescription
tableStringThe table where the item will be created.
idStringThe identifier to use for the new item.
typeStringThe type of entries to generate: IP address, IP network, or IP range.
TypeDescription
GlideRecordThe created entry

QuickRanges - onMakeRanges()

Returns the IP network, range, and address information to use when generating the entries.

NameTypeDescription
None  
TypeDescription
void