QuickRanges - Global
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- API reference
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The QuickRanges API generates IP network, range, and address entries from a convenient comma-separated input field using conventional CIDR network notation, hyphenated range entries, or individual IP addresses.
Use with any server-side discovery script.
QuickRanges - createItem(String table, String id, String type)
Creates a new discovery range item.
Name | Type | Description |
---|---|---|
table | String | The table where the item will be created. |
id | String | The identifier to use for the new item. |
type | String | The type of entries to generate: IP address, IP network, or IP range. |
Type | Description |
---|---|
GlideRecord | The created entry |
QuickRanges - onMakeRanges()
Returns the IP network, range, and address information to use when generating the entries.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
void |