【发布时间】:2019-03-26 21:24:36
【问题描述】:
curl -X GET -H "Authorization: Bearer<token>" -H "Content-Type: application/json" https://management.azure.com/subscriptions/xxxx-xxx-xxxxxx-xxxxxxxxx/providers/microsoft.insights/eventtypes/management/values?api-version=2015-04-01&$filter=eventTimestamp ge '2019-03-21T00:00:00Z' and eventTimestamp le '2019-03-24T20:40:00Z' and resourceGroupName eq 'name'&$select=operationName,status,level
此命令用于收集 azure 活动日志我在 CLI 中运行此命令给出错误 bash:=,状态,级别:找不到命令... bash: =eventTimestamp: 找不到命令...
【问题讨论】: