Get analytics extension details
GET {{baseUrl}}/api/-/settings/site/extensions/analytics/connections/:connection_luid
Get the details of a specified analytics extension connection to an external service.
Version: Available in API 3.11 (Tableau Cloud March 2021/ Server 2021.1) and later. Versioning Overview
Permissions: Can only be called by users with site or server administrator permissions. Permissions Overview
License: No additional license required.
Access Scope: Not available.
Access Scopes Overview: Cloud | Server-Windows | Server-Linux
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Tableau-Auth | string | The Tableau authentication header. The value is a credentials token from a Tableau server's response to an authentication request. | |
The Content-Type and Accept headers should be the mediatype of the request and response except in cases where you want to explicitly allow other versions of the resource. | |||
Accept | string |
RESPONSES
status: OK
{"connection_luid":"\u003cstring\u003e","host":"\u003cstring\u003e","port":"\u003cinteger\u003e","is_auth_enabled":"\u003cboolean\u003e","username":"\u003cstring\u003e","password":"\u003cstring\u003e","is_ssl_enabled":"\u003cboolean\u003e","connection_brief":{"connection_name":"\u003cstring\u003e","connection_type":"TABPY"}}