我正在使用Rest API检索APIM服务的指标。
我能够在头两天检索指标,但是突然我无法检索它们。检索指标是否有任何限制?
答案 0 :(得分:0)
请查看API文档。我在我这边尝试过,对我有用:
GET https://management.azure.com/subscriptions/<SubID>/resourceGroups/<RG>/providers/Microsoft.ApiManagement/service/<ServiceName>/reports/byProduct?$filter=timestamp ge datetime'2019-09-01T00:00:00' and timestamp le datetime'2019-09-15T00:00:00'&api-version=2019-01-01
请按照上面URl所示传递查询参数。
$ filter:timestamp ge datetime'2019-09-01T00:00:00'和timestamp le datetime'2019-09-15T00:00:00'
api版本:2019年1月1日