錯誤碼列表
更新時間 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的告警在告警記錄中不存在。