API Reference—All Methods Using the Tableau Server REST API, you can manage and change Tableau Server resources programmatically, via HTTP. The API gives you simple access to the functionality behind the data sources, projects, workbooks, site users, and sites on a Tableau server. You can use...
Jobs submitted to the job server must implement aSparkJobtrait. It has a mainrunJobmethod which is passed a SparkContext and a typesafe Config object. Results returned by the method are made available through the REST API. GET /jobs - Lists the last N jobs POST /jobs - Starts a new job...
Handling Errors in the REST API If a request results in an error, the server returns an HTTP status code that indicates the general nature of the error. These can include 400 (Bad Request) if Tableau Server cannot parse or interpret the message in the request, 403 (Forbidden) if the ...
使用api_key参数在每个请求中发送此令牌。 例如: curl -L 'https://HOSTNAME:ADMIN-PORT/setup/api?api_key=YOUR_PASSWORD' 还可以使用标准 HTTP 身份验证发送此令牌。 例如: curl -L -u "api_key:YOUR_PASSWORD" 'https://HOSTNAME:ADMIN-PORT/setup/api' 以 管理控制台 用户身份进行身份验证 管理控制...
For more information, see "Using pagination in the REST API." Поумолчанию.: 30 page integer The page number of the results to fetch. For more information, see "Using pagination in the REST API." Поумолчанию.: 1 created string Returns workflow runs created ...
request_id = Request ID of the jobB) Delete jobs:This allows you to delete the job and its hitsDELETE http://localhost:8400/RestAPI/v1/jobsRequest HeaderHeader name Value Mandatory Description Authorization Bearer {{AuthToken}} Yes Request ParametersParameter...
an FTP server can be started using --ftp 3921, and/or --ftps for explicit TLS (ftpes)based on pyftpdlib needs a dedicated port (cannot share with the HTTP/HTTPS API) uploads are not resumable -- delete and restart if necessary runs in active mode by default, you probably want --ftp-...
Description string 获取或设置说明。 Enabled boolean 获取或设置一个值,该值指示是否已启用。 EndDate string 获取或设置结束日期。 Id integer 获取或设置 ID。 Name string 获取或设置名称。 Protocol string 获取或设置协议。 ReceivePartner PartnerAgreementContext 获取或设置接收伙伴。 SendPartner PartnerAgree...
ApiErrorWrapper This is the outer wrapper for all responses with errors Security X-SecretKey This API requires a title secret key, available to title admins, from PlayFab Game Manager. Type: apiKey In: header Definitions 展开表 NameDescription ApiErrorWrapper The basic wrapper around every fa...
You can use REST endpoint UpdateSystemProperties: /System/Properties passing CustomHeaders property Example The below example shows how to set the HSTS and other custom headers for URLs with matching regex pattern. XML Copy <CustomHeaders> <Header> <Name>Strict-Transport-Security</Name> <Pattern>...