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 |
|
- Develop
- Overview
- SA Platform API design
- Supported clients
- SA CLI methods
- Python API access with Pytwist
- Automation Platform Extensions (APX)
- Agent Tools
- Microsoft Windows PowerShell-SA integration
- Java RMI clients
- Web Services clients
- Pluggable checks
- Search filter syntax
- Rebuilding the Apache HTTP server and PHP
- Application Configuration
Search filter syntax
Filter grammar
A search filter is a parameter for methods such as findServerRefs
. The expression in a search filter enables you to get references to SA objects (such as servers and folders) according to the values of the object attributes. The formal syntax for a search filter follows:
<filter> ::= (<expression-junction>)+ <expression-junction> ::= <expression-list-open> <junction> (<expression>)+ <expression-list-close> <expression> ::= <expression-open> <attribute> <general-delimiter> <operator> <general-delimiter> <value-list> <expression-close> <attribute> ::= <resource_field> <vo_member> ::= <text> <resource_field> ::= <text> <value-list> ::= (<double-quote> <text> <double-quote>)* | (<number>)* <text> ::= [a-z] [A-Z] [0-9] <number> ::= [0-9] [.]
<junction> ::= <union-junction> | <intersect-junction> <union-junction> ::= ‘|’ <intersect-junction ::= ‘&’ <expression-list-open> ::= ‘(‘ <expression-list-close> ::= ‘)’ <expression-open> ::= ‘(‘ | ‘{‘ <expression-close> ::= ‘(‘ | ‘}’ <general-delimiter> ::= <whitespace> <whitespace> ::= ‘ ‘ <double-quote> ::= ‘”’ <escape-character> ::= ‘\’ <operator> ::= <equal_to> |...| <contains_or_above>
Valid operators for the preceding line: <equal_to> ::= ‘=’ | ‘EQUAL_TO’ <not_equal_to> ::= ‘!=’ | ‘<>’ | ‘NOT_EQUAL_TO’ <in> ::= ‘=’ | ‘IN’ <not_in> ::= ‘!=’ | ‘<>’ | ‘NOT_IN’ <greater_than> ::= ‘>’ | ‘GREATER_THAN’ <less_than> ::= ‘<‘ | ‘LESS_THAN’ <greater_than_or_equal> ::= ‘>=’ | ‘GREATER_THAN_OR_EQUAL’ <less_than_or_equal> ::= ‘<=’ | ‘LESS_THAN_OR_EQUAL’ <begins_with> ::= ‘=*’ | ‘BEGINS_WITH’ <ends_with> ::= ‘*=’ | ‘ENDS_WITH’ <contains> ::= ‘*=*’ | ‘CONTAINS’ <not_contains> ::= ‘*<>*’ | ‘NOT_CONTAINS’ <in_or_below> ::= ‘IN_OR_BELOW’ <in_or_above> ::= ‘IN_OR_ABOVE’ <between> ::= ‘BETWEEN’ <not_between> ::= ‘NOT_BETWEEN’ <not_begins_with> ::= ‘NOT_BEGINS_WITH’ <not_ends_with> ::= ‘NOT_ENDS_WITH’ <is_today> ::= ‘IS_TODAY’ <is_not_today> ::= ‘IS_NOT_TODAY’ <within_last_days> ::= ‘WITHIN_LAST_DAYS’ <within_last_months> ::= ‘WITHIN_LAST_MONTHS’ <within_next_days> ::= ‘WITHIN_NEXT_DAYS’ <within_next_months> ::= ‘WITHIN_NEXT_MONTHS’ <not_within_last_days> ::= ‘NOT_WITHIN_LAST_DAYS’ <not_within_last_months>::= ‘NOT_WITHIN_LAST_MONTHS’ <not_within_next_days> ::= ‘NOT_WITHIN_NEXT_DAYS’ <not_within_next_months>::= ‘NOT_WITHIN_NEXT_MONTHS’ <contains_or_below> ::= ‘CONTAINS_OR_BELOW’ <contains_or_above> ::= ‘CONTAINS_OR_ABOVE’
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: