我试图调用API的监视api来获取api上的统计数据,以确定错误计数。但是,我只想看到5XX错误,而不是4XX。
我在下面列出的文档的基础上尝试了下面的api,但是doest似乎有效。有什么建议吗?
https://api.enterprise.apigee.com/v1/o/{env}/environments/test/stats/apis?select=error_count&timeRange=11/14/2014%2000:00~11/25/2014%2000:00&timeUnit=minute&filter=(responsecode情商500)
Documentation:
http://apigee.com/docs/analytics-services/reference/analytics-reference
发布于 2014-11-26 18:20:21
我对此进行了测试,得到了一个500错误的响应
{
"contexts": []
}看上去是个虫子。
https://stackoverflow.com/questions/27117971
复制相似问题