Skip to content

Commit

Permalink
APIGOV-29365 - document webmethods filter (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway authored Jan 6, 2025
1 parent 616979c commit 27f3033
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ All common agent variables can be found [here](/docs/connect_manage_environ/conn

### Common variables to both agents

| Variable name | Description |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| WEBMETHODS_URL | The base URL for connect to SoftwareAG WebMethods |
| WEBMETHODS_AUTH_USERNAME | The username used to authenticate the calls to SoftwareAG WebMethods gateway (same as the one used to login) |
| WEBMETHODS_AUTH_PASSWORD | The password used to authenticate the calls to SoftwareAG WebMethods gateway (same as the one used to login) |
| WEBMETHODS_TIMEOUT | The connection timeout for querying SoftwareAG WebMethods's API (default: `1m`) |
| WEBMETHODS_POLLINTERVAL | The interval in which the agent will query SoftwareAG WebMethods for new APIs or transactions. (Discovery default: `5m`, `1m` minimum, Traceability default: `1h`, minimum: `15m`) |
| WEBMETHODS_OAUTH2AUTHZSERVERALIAS | The OAuth2 server alias used by SoftwareAG WebMethods to authenticate with OAuth2 credential |
| Variable name | Description |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| WEBMETHODS_URL | The base URL for connect to SoftwareAG WebMethods |
| WEBMETHODS_FILTER | A filter string to use when discovering APIs. Use the API tags or MaturityState such as `tag.MaturityState == Experimental`. [Discover APIs](/docs/connect_manage_environ/connect_api_manager/filtering-apis-to-be-discovered/). |
| WEBMETHODS_AUTH_USERNAME | The username used to authenticate the calls to SoftwareAG WebMethods gateway (same as the one used to login) |
| WEBMETHODS_AUTH_PASSWORD | The password used to authenticate the calls to SoftwareAG WebMethods gateway (same as the one used to login) |
| WEBMETHODS_TIMEOUT | The connection timeout for querying SoftwareAG WebMethods's API (default: `1m`) |
| WEBMETHODS_POLLINTERVAL | The interval in which the agent will query SoftwareAG WebMethods for new APIs or transactions. (Discovery default: `5m`, `1m` minimum, Traceability default: `1h`, minimum: `15m`) |
| WEBMETHODS_OAUTH2AUTHZSERVERALIAS | The OAuth2 server alias used by SoftwareAG WebMethods to authenticate with OAuth2 credential |

0 comments on commit 27f3033

Please sign in to comment.