Datatouch
Last updated
The base host of your Datatouch deployment (for example datatouch.your-company.com), without the scheme.
Optional port number, if Datatouch is served on a non-standard port.
The client identifier sent in the X-API-CLIENT header (optional, default: octo-client).
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.
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).
The amount of time (in seconds) to wait for API responses. (default: 30)
Choose this if the connection is over HTTPS (optional, default: True).
Default Values
api_client: octo-client
is_secure: True
timeout: 30
Permissions Required
On the Datatouch server, the Octo integration must be enabled (API_KEY_ENABLED=true, OCTO_CLIENT_ENABLED=true, OCTO_CLIENT_KEY set) and the outbound IP address used by this connector must be added to the OCTO_CLIENT_ALLOWED_IPS whitelist. Requests from non-whitelisted IPs are rejected with a 401 error.
Last updated