DelayEmbedToken接口用于对用于免登嵌入报表的指定token的进行续期操作。
说明 :只能续期有效期内的token,token过期或者不存在,会抛错。
                     
                  请求参数
| 名称 | 类型 | 是否必选 | 示例值 | 描述 | 
|---|---|---|---|---|
| Action | String | 是 | DelayEmbedToken | 
                               要执行的操作。取值:DelayEmbedToken。  | 
                           
                        
| Token | String | 是 | 243fa7****5f4785 | 
                               需要延期的token值。  | 
                           
                        
| ExpireMin | Integer | 否 | 240 | 
                               续期时间,最大240分钟。  | 
                           
                        
返回数据
| 名称 | 类型 | 示例值 | 描述 | 
|---|---|---|---|
| RequestId | String | 1FC71085-D5FD-08E0-813A-4D4BD1031BC5 | 
                               请求ID。  | 
                           
                        
| Result | Boolean | true | 
                               接口执行结果。取值范围: 
  | 
                           
                        
| Success | Boolean | true | 
                               是否请求成功。取值范围: 
  | 
                           
                        
示例
请求示例
http(s)://quickbi-public.aliyuncs.com/?Action=DelayEmbedToken
&Token=243fa7****5f4785
&ExpireMin=240
&公共请求参数
                  正常返回示例
XML格式
                  
HTTP/1.1 200 OK
Content-Type:application/xml
<DelayEmbedTokenResponse>
    <RequestId>1FC71085-D5FD-08E0-813A-4D4BD1031BC5</RequestId>
    <Result>true</Result>
    <Success>true</Success>
</DelayEmbedTokenResponse>
                  JSON格式
                  
HTTP/1.1 200 OK
Content-Type:application/json
{
  "RequestId" : "1FC71085-D5FD-08E0-813A-4D4BD1031BC5",
  "Result" : true,
  "Success" : true
}
                  错误码
| HttpCode | 错误码 | 错误信息 | 描述 | 
|---|---|---|---|
| 500 | Internal.System.Error | An internal system error occurred. | 系统内部异常。 | 
| 500 | Invalid.Parameter.Error | The parameter is invalid:%s. | 无效参数%s。 | 
| 500 | Authorize3Rd.Token.NotExist | The token [%s] does not exist. | token不存在:[%s]。 | 
| 500 | Token.AuthType.Valid | An error occurred while authenticating the AccessKey. | token鉴权失败,AccessKey错误。 | 
| 500 | NoPermissionTo.Operate.Object | You are not authorized to operate the objects. | 工作空间与组织 不符。 | 
| 500 | Authorize3Rd.Token.Expired | The token [%s] has expired. | token 已经过期: [%s]。 | 
访问错误中心查看更多错误码。