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 |
|
- IBM Security Access Manager Discovery
- Overview
- Supported Versions
- Webseal Connection by Shell Job
- Webseal Connection by Web Services Job
- Webseal Policy Server Connection by Shell Job
- Webseal Policy Server Topology by Shell Job
- Webseal Topology by Shell Job
- Webseal Topology by Web Services Job
- How to Discover IBM Security Access Manager Using Web Services
- How to Discover IBM Security Access Manager Using Shell
Webseal Connection by Web Services Job
This section includes details about the job.
Introduction
This job discovers the WebSeal topology by pdadmin Rest API.
-
https_ports
-
isam_with_ipse
Adapter Information
This job uses the Webseal by Web Services adapter.
Jython
Node
Name | Value | Description |
---|---|---|
https_ipse_ids | ${HTTPS_IPSE.root_id:NA} | List of root ids of IpServiceEndpoint in case when trigger is https IpServiceEndpoint without ISAM instance |
ipse_only_ips | ${IPSE_ONLY_IP.name:NA} | List of ip addresses in case when trigger is https IpServiceEndpoint without ISAM instance |
isam_credential_ids | ${ISAM.credentials_id:NA} | List of credential id in case when trigger is ISAM instance |
isam_ids | ${ISAM.root_id:NA} | List of ISAM root ids in case when trigger is ISAM instance |
isam_with_ipse_ips | ${ISAM_WITH_IPSE_IP.name:NA} | List of ip addresses in case when triger is ISAM instance |
webseal_connection_by_webservices.py
- Composition
- Containment
- ISAMForWeb
- IpAddress
- IpServiceEndpoint
- Node
- Usage
Name | Default Value | Description |
---|---|---|
autoAcceptCerts | true | Temporary accept received certificates as trusted |
firmware_settings_api_query | firmware_settings | HTTP query to firmware settings web services API |
management_authentication_api_query | management_authentication | HTTP query to management authentication web services API |
pdadmin_api_query | pdadmin | HTTP query to pdadmin web services API |
reverseproxy_api_query | reverseproxy | HTTP query to reverseproxy web services API |