List Tableau Servers
GET/org/:orgId/tableau
Lists Tableau Server Configurations
Request
Path Parameters
orgId stringrequired
The Organization Id (UUID) for which you are querying.
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": [
{
"id": "c86408f7-6f8b-401b-5e89-1d727488af15",
"org_id": "default",
"name": "Marketing Tableau Server",
"server_uri": "https://tableau.server.com",
"username": "user",
"password": "password",
"raw_site_names": "marketing,sales",
"default_site_name": "default",
"site_names": [
"marketing",
"sales"
]
}
]
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": [
{
"id": "c86408f7-6f8b-401b-5e89-1d727488af15",
"org_id": "default",
"name": "Marketing Tableau Server",
"server_uri": "https://tableau.server.com",
"username": "user",
"password": "password",
"raw_site_names": "marketing,sales",
"default_site_name": "default",
"site_names": [
"marketing",
"sales"
]
}
]
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...