forked from tableau/server-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatasource_connections_update.xml
More file actions
21 lines (21 loc) · 966 Bytes
/
datasource_connections_update.xml
File metadata and controls
21 lines (21 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<tsResponse xmlns="http://tableau.com/api"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://tableau.com/api https://help.tableau.com/samples/en-us/rest_api/ts-api_3_25.xsd">
<connections>
<connection id="be786ae0-d2bf-4a4b-9b34-e2de8d2d4488"
type="sqlserver"
serverAddress="updated-server"
serverPort="1433"
userName="user1"
embedPassword="true"
authenticationType="auth-keypair" />
<connection id="a1b2c3d4-e5f6-7a8b-9c0d-123456789abc"
type="sqlserver"
serverAddress="updated-server"
serverPort="1433"
userName="user1"
embedPassword="true"
authenticationType="auth-keypair" />
</connections>
</tsResponse>