错误码列表
更新时间 2024-09-06 18:11:39
最近更新时间: 2024-09-06 18:11:39
本节主要介绍告警的错误码。
HTTP status 错误码 错误信息 描述 400 InvalidArgumentLength Value at 'reason' failed to satisfy constraint: Argument must not exceed 50 characters. 参数reason的长度不可超过50字符。 400 InvalidEnumValue Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2... ] 枚举参数不合法。 400 InvalidFilterEnum Value value at 'filter' failed to satisfy constraint: Argument can only contain: [instanceSnapshot, alarmRule, severity, muteStatus, alarmTime, resolveTime, resolveType, expireTime]. Filter参数不正确。 400 MissingArgument Value null at 'reason' failed to satisfy constraint: Argument must not be null. 静默与手动解除静默时,reason字段必填。 400 MissingArgument Value null at 'dueTime' failed to satisfy constraint: Argument must not be null. 静默操作时,dueTime字段必填。 400 InvalidTimeFormat Value value at 'argument' failed to satisfy constraint: Argument must conform to Format format. 时间格式不合法。 400 NoSuchUnresolvedAlarm The alarm with ID ID does not exist in 'Unresolved' alarm records. 指定告警ID的告警在告警记录中不存在。