For the complete documentation index, see llms.txt. This page is also available as Markdown.

IBM OpenPages

Connection Requirements

1 - Domain

The OpenPages server hostname without scheme, e.g. openpages.customer.com.

2 - Username

The OpenPages account username used for Basic Authentication.

3 - Password

The password of the OpenPages account used for Basic Authentication.

4 - Port

The port the OpenPages server listens on.

5 - Base Path

The API base path. Override only for custom deployments behind reverse proxies.

6 - Is Secure

Use HTTPS when enabled. Disable only for lab or on-prem HTTP endpoints.

7 - Proxy

Optional HTTP proxy address (e.g. proxy.company.com:8080).

8 - Timeout

The amount of time (in seconds) to wait for API responses.

Default Values

  • port: 8888

  • base_path: opgrc/api

  • is_secure: true

  • proxy: null

  • timeout: 30

Last updated