我正在向 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”是什么意思。我在网上找不到有关该错误的任何信息。