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

Datatouch

Connection Requirements

1 - Domain

The base host of your Datatouch deployment (for example datatouch.your-company.com), without the scheme.

2 - Port

Optional port number, if Datatouch is served on a non-standard port.

3 - Api Client

The client identifier sent in the X-API-CLIENT header (optional, default: octo-client).

4 - Api Key

The secret value (OCTO_CLIENT_KEY) sent in the X-API-KEY header. This is generated on the Datatouch server during the Octo integration setup.

5 - Project Id

Optional project filter. When provided, only database environments belonging to this project are collected. Leave empty to collect all environments (recommended only for smaller deployments).

6 - Timeout

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

7 - Is Secure?

Choose this if the connection is over HTTPS (optional, default: True).

Default Values

  • api_client: octo-client

  • is_secure: True

  • timeout: 30

Last updated