forked from tableau/server-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite_get.xml
More file actions
8 lines (8 loc) · 708 Bytes
/
site_get.xml
File metadata and controls
8 lines (8 loc) · 708 Bytes
1
2
3
4
5
6
7
8
<?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 http://tableau.com/api/ts-api-2.3.xsd">
<pagination pageNumber="1" pageSize="100" totalAvailable="2" />
<sites>
<site id="dad65087-b08b-4603-af4e-2887b8aafc67" name="Default" contentUrl="" adminMode="ContentOnly" state="Active" revisionHistoryEnabled="false" subscribeOthersEnabled="true" />
<site id="6b7179ba-b82b-4f0f-91ed-812074ac5da6" name="Samples" contentUrl="Samples" adminMode="ContentOnly" state="Active" revisionHistoryEnabled="false" subscribeOthersEnabled="true" />
</sites>
</tsResponse>