使用RestAPI处理Azure Analysis Service - 获取refreshid [英] Processing the Azure Analysis Service with RestAPI - Obtain refreshid

查看:100
本文介绍了使用RestAPI处理Azure Analysis Service - 获取refreshid的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨专家,


我想通过RestAPI处理我的Azure Cube(它的效果非常好)。我收到了来自
的指示
here


刷新开始用POST,这很好。我想轮询SSAS实例以了解处理完成的时间


标题响应是这样的;

 {
" ; statusCode":200,
" headers":{
" Strict-Transport-Security":" max-age = 31536000; includeSubDomains",
" x-ms-root-activity-id":" 2846718d-6f60-4319-a9d5-xxxxxxxxxx",
" x-ms-current-utc-date": "3/6/2019 8:09:52 AM",
"X-Frame-Options":" deny",
" X-Content-Type-Options":" nosniff",
" X-XSS-Protection":" 1; mode = block",
" Content-Security-Policy":" script-src'self'",
" Date":" Wed,06 Mar 2019 08:10:13 GMT",
"服务器":"Microsoft-HTTPAPI / 2.0",
"Content-Length":"273",
"Content-Type":" ;应用/ JSON"
}

}


您有什么想法如何获得refreshId?

解决方案

你好,


<我找到了一个解决Stack Overflow上类似问题的线程。请查看
此主题的答案。它也可能对您的情况有用。


如果有帮助,请告诉我们。另外,我们很乐意继续进一步探讨。


Hi experts,

I would like to process my Azure Cube via RestAPI (It works really good). I have the instruction from here

The refresh starts with the POST, which is fine. I want to poll the SSAS instance to know when the processing is complete

the header response is like this;

{
    "statusCode": 200,
    "headers": {
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
        "x-ms-root-activity-id": "2846718d-6f60-4319-a9d5-xxxxxxxxxx",
        "x-ms-current-utc-date": "3/6/2019 8:09:52 AM",
        "X-Frame-Options": "deny",
        "X-Content-Type-Options": "nosniff",
        "X-XSS-Protection": "1; mode=block",
        "Content-Security-Policy": "script-src 'self'",
        "Date": "Wed, 06 Mar 2019 08:10:13 GMT",
        "Server": "Microsoft-HTTPAPI/2.0",
        "Content-Length": "273",
        "Content-Type": "application/json"
    }
   
}

Do you have any Idea how can I get the refreshId?

解决方案

Hi there,

I found a thread that addresses a similar issue on Stack Overflow. Please have a look at the answer on this thread. It might be useful in your case as well.

Let us know if it helps. Else we can gladly continue to probe in further.


这篇关于使用RestAPI处理Azure Analysis Service - 获取refreshid的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆