Tableau Server Client (TSC)
中sites.get_by_name
的用法。
用法
sites.get_by_name(site_name)
查詢指定名稱的站點。
REST API:Query Site
參數
名字 | 說明 |
---|---|
site_name |
您要查詢的站點的名稱。 |
異常
錯誤 | 說明 |
---|---|
Site Name undefined. |
如果未指定名稱,則引發錯誤。 |
返回
返回 SiteItem
。
示例
# import tableauserverclient as TSC
# server = TSC.Server('https://MY-SERVER')
# sign in, etc.
a_site = server.sites.get_by_name('MY_SITE')
相關用法
- Python Tableau sites.get_by_id用法及代碼示例
- Python Tableau sites.get用法及代碼示例
- Python Tableau sites.create用法及代碼示例
- Python Tableau sites.delete用法及代碼示例
- Python Tableau sites.update用法及代碼示例
- Python Sympy sieve.search()用法及代碼示例
- Python scipy signal.windows.slepian用法及代碼示例
- Python simpy.prevprime()用法及代碼示例
- Python Sympy sieve.mobiusrange()用法及代碼示例
- Python Sympy sieve.totientrange()用法及代碼示例
- Python Sympy sieve.extend_to_no()用法及代碼示例
- Python Sympy sieve.primerange()用法及代碼示例
- Python Sympy sieve.extend()用法及代碼示例
- Python simpy.nextprime()用法及代碼示例
- Python simpy.primerange()用法及代碼示例
- Python sklearn.cluster.MiniBatchKMeans用法及代碼示例
- Python scipy.ndimage.binary_opening用法及代碼示例
- Python scipy.signal.windows.tukey用法及代碼示例
- Python scipy.stats.mood用法及代碼示例
- Python str.isidentifier用法及代碼示例
- Python sklearn.metrics.fbeta_score用法及代碼示例
- Python scipy.fft.ihfftn用法及代碼示例
- Python scipy.stats.normaltest用法及代碼示例
- Python scipy.ndimage.convolve1d用法及代碼示例
- Python scipy.stats.arcsine用法及代碼示例
注:本文由純淨天空篩選整理自tableau.github.io大神的英文原創作品 sites.get_by_name。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。