0

我正在向 stackdriver 发送以下 json 以尝试注释 aws 实例:

{ "message": "instance impaired", "annotated_by": "Ops User", "level": "WARN", "instance_id": "i-xxxxxxxxxxxxxxxx", "event_epoch": 1484903331 }

它返回错误:

HTTP 400: Bad Request (CustomMetric data payloads must either be a list or a dict. You sent: <type 'NoneType'>)

我的 json 有什么问题?stackdriver 语言中的“dict”是什么意思。我在网上找不到有关该错误的任何信息。

4

1 回答 1

0

原来我使用了错误的端点。现在它按预期工作。

于 2017-01-24T07:18:26.573 回答