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.