Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
UDA Status Collector Job
This section includes details about the UDA Status Collector job.
By default, job parameters do not override adapter parameters.
Adapter Information
This job uses the UDAStatusCollector adapter.
IpAddress
None
Name | Value |
---|---|
domain_name | $(SOURCE.routing_domain:DefaultDomain) |
ip_address | ${SOURCE.name:NA} |
- icmp_utils.py
- UDAStatusCollector.py
Name | Default Value | Description |
---|---|---|
excludePatternsList | This parameter specifies a semicolon-separated (;) list of wildcard patterns. IP addresses that match any of the patterns are skipped. Pattern may include numbers, dots, * (matches zero or more characters) or ? (matches exactly one character). | |
isCreateUDA | false | This flag determines if the UDA CI is returned. |
isIPv4PingEnabled | true | This flag determines whether to ping all IPv4 addresses within the defined ranges. |
isIPv6PingEnabled | true | This flag determines whether to ping all IPv6 addresses within the defined ranges. |
pingProtocol | 1 |
This parameter specifies one of the PING protocol:
|
range | NA |
This parameter specifies a range of IPs to ping. Ranges are separated by semicolon. For example, 1.2.3.0-1.2.3.10;1.2.3.50-1.2.3.60 |
retryDiscover | 2 | This parameter specifies the retry times for an unsuccessful ping. |
threadPoolSize | 10 | This parameter specifies the number of threads in pool that performs port 7 echoing. |
timeoutDiscover | 3000 | This parameter specifies the ping time-out in ms. |
virtualModeDiscover | false | This flag determines whether to discover the virtual IPs. |