diff --git a/api-reference/on-call.openapi.en.json b/api-reference/on-call.openapi.en.json index 270ee7d..d0d801f 100644 --- a/api-reference/on-call.openapi.en.json +++ b/api-reference/on-call.openapi.en.json @@ -10024,7 +10024,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Drop test alerts", "description": "", "filters": [ @@ -10688,7 +10687,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Suppress downstream alerts", "description": "", "source_filters": [ @@ -12975,7 +12973,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Silence Info alerts", "description": "", "from_incident_id": "000000000000000000000000", @@ -19920,10 +19917,6 @@ "format": "int64", "description": "Owning channel ID; obtain it from `POST /channel/list`." }, - "priority": { - "type": "integer", - "description": "Evaluation priority. Lower runs first." - }, "rule_name": { "type": "string", "minLength": 1, @@ -23613,7 +23606,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "source_filters", @@ -27292,7 +27284,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "time_filters", @@ -28393,7 +28384,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "filters", @@ -28586,10 +28576,6 @@ "pattern": "^[0-9a-fA-F]{24}$", "description": "Drop rule ID (MongoDB ObjectID)." }, - "priority": { - "type": "integer", - "description": "Evaluation priority. Lower runs first." - }, "rule_name": { "type": "string", "minLength": 1, diff --git a/api-reference/on-call.openapi.zh.json b/api-reference/on-call.openapi.zh.json index 9fabfc1..32f36d3 100644 --- a/api-reference/on-call.openapi.zh.json +++ b/api-reference/on-call.openapi.zh.json @@ -10016,7 +10016,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Drop test alerts", "description": "", "filters": [ @@ -10680,7 +10679,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Suppress downstream alerts", "description": "", "source_filters": [ @@ -12967,7 +12965,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Silence Info alerts", "description": "", "from_incident_id": "000000000000000000000000", @@ -19912,10 +19909,6 @@ "format": "int64", "description": "所属协作空间 ID,可通过 `POST /channel/list` 获取。" }, - "priority": { - "type": "integer", - "description": "匹配优先级,数值越小越优先。" - }, "rule_name": { "type": "string", "minLength": 1, @@ -23604,7 +23597,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "source_filters", @@ -27283,7 +27275,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "time_filters", @@ -28384,7 +28375,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "filters", @@ -28577,10 +28567,6 @@ "pattern": "^[0-9a-fA-F]{24}$", "description": "排除规则 ID(MongoDB ObjectID)。" }, - "priority": { - "type": "integer", - "description": "匹配优先级,数值越小越优先。" - }, "rule_name": { "type": "string", "minLength": 1, diff --git a/api-reference/openapi.en.json b/api-reference/openapi.en.json index f1e3828..d397044 100644 --- a/api-reference/openapi.en.json +++ b/api-reference/openapi.en.json @@ -3465,7 +3465,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Silence Info alerts", "description": "", "from_incident_id": "000000000000000000000000", @@ -3960,7 +3959,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Suppress downstream alerts", "description": "", "source_filters": [ @@ -4462,7 +4460,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Drop test alerts", "description": "", "filters": [ @@ -30094,6 +30091,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -30204,6 +30202,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -30218,6 +30217,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -30311,6 +30311,7 @@ "file_count": 17, "total_bytes": 41010, "version": 138, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786458765182, @@ -30403,6 +30404,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -35209,10 +35211,6 @@ "format": "int64", "description": "Owning channel ID; obtain it from `POST /channel/list`." }, - "priority": { - "type": "integer", - "description": "Evaluation priority. Lower runs first." - }, "rule_name": { "type": "string", "minLength": 1, @@ -35841,7 +35839,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "time_filters", @@ -35939,7 +35936,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "source_filters", @@ -36024,7 +36020,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "filters", @@ -36471,10 +36466,6 @@ "pattern": "^[0-9a-fA-F]{24}$", "description": "Drop rule ID (MongoDB ObjectID)." }, - "priority": { - "type": "integer", - "description": "Evaluation priority. Lower runs first." - }, "rule_name": { "type": "string", "minLength": 1, @@ -58615,6 +58606,10 @@ "type": "integer", "description": "Pack version, incremented on every file change." }, + "duty_version": { + "type": "integer", + "description": "Pack version at which DUTY.md was last authored or re-affirmed. When `version` is greater, DUTY.md no longer reflects every file in the pack." + }, "created_by": { "type": "integer", "description": "Person ID of the member who created the pack.", @@ -58643,6 +58638,7 @@ "file_count", "total_bytes", "version", + "duty_version", "created_by", "created_at_ms", "updated_at_ms", diff --git a/api-reference/openapi.zh.json b/api-reference/openapi.zh.json index 5da4385..ab97e67 100644 --- a/api-reference/openapi.zh.json +++ b/api-reference/openapi.zh.json @@ -3465,7 +3465,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Silence Info alerts", "description": "", "from_incident_id": "000000000000000000000000", @@ -3960,7 +3959,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Suppress downstream alerts", "description": "", "source_filters": [ @@ -4462,7 +4460,6 @@ { "account_id": 2451002751131, "channel_id": 5967964835131, - "priority": 0, "rule_name": "Drop test alerts", "description": "", "filters": [ @@ -30086,6 +30083,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -30196,6 +30194,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -30210,6 +30209,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -30303,6 +30303,7 @@ "file_count": 17, "total_bytes": 41010, "version": 138, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786458765182, @@ -30395,6 +30396,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -35200,10 +35202,6 @@ "format": "int64", "description": "所属协作空间 ID,可通过 `POST /channel/list` 获取。" }, - "priority": { - "type": "integer", - "description": "匹配优先级,数值越小越优先。" - }, "rule_name": { "type": "string", "minLength": 1, @@ -35832,7 +35830,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "time_filters", @@ -35930,7 +35927,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "source_filters", @@ -36015,7 +36011,6 @@ "required": [ "account_id", "channel_id", - "priority", "rule_name", "description", "filters", @@ -36462,10 +36457,6 @@ "pattern": "^[0-9a-fA-F]{24}$", "description": "排除规则 ID(MongoDB ObjectID)。" }, - "priority": { - "type": "integer", - "description": "匹配优先级,数值越小越优先。" - }, "rule_name": { "type": "string", "minLength": 1, @@ -58606,6 +58597,10 @@ "type": "integer", "description": "知识包版本号,文件每次变更时递增。" }, + "duty_version": { + "type": "integer", + "description": "最后一次撰写或确认 DUTY.md 时的知识库版本。当 `version` 大于该值时,说明 DUTY.md 已不能反映知识库的全部文件。" + }, "created_by": { "type": "integer", "description": "创建者成员 ID。", @@ -58634,6 +58629,7 @@ "file_count", "total_bytes", "version", + "duty_version", "created_by", "created_at_ms", "updated_at_ms", diff --git a/api-reference/safari.openapi.en.json b/api-reference/safari.openapi.en.json index 327043b..2f3fbec 100644 --- a/api-reference/safari.openapi.en.json +++ b/api-reference/safari.openapi.en.json @@ -3279,6 +3279,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -3389,6 +3390,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -3403,6 +3405,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -3496,6 +3499,7 @@ "file_count": 17, "total_bytes": 41010, "version": 138, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786458765182, @@ -3588,6 +3592,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -7021,6 +7026,10 @@ "type": "integer", "description": "Pack version, incremented on every file change." }, + "duty_version": { + "type": "integer", + "description": "Pack version at which DUTY.md was last authored or re-affirmed. When `version` is greater, DUTY.md no longer reflects every file in the pack." + }, "created_by": { "type": "integer", "description": "Person ID of the member who created the pack.", @@ -7049,6 +7058,7 @@ "file_count", "total_bytes", "version", + "duty_version", "created_by", "created_at_ms", "updated_at_ms", diff --git a/api-reference/safari.openapi.zh.json b/api-reference/safari.openapi.zh.json index 0c0e1f2..97bb57d 100644 --- a/api-reference/safari.openapi.zh.json +++ b/api-reference/safari.openapi.zh.json @@ -3279,6 +3279,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -3389,6 +3390,7 @@ "file_count": 17, "total_bytes": 41010, "version": 134, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786456567177, @@ -3403,6 +3405,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -3496,6 +3499,7 @@ "file_count": 17, "total_bytes": 41010, "version": 138, + "duty_version": 130, "created_by": 2476444212131, "created_at_ms": 1778768680053, "updated_at_ms": 1786458765182, @@ -3588,6 +3592,7 @@ "file_count": 4, "total_bytes": 11159, "version": 15, + "duty_version": 15, "created_by": 2476444212131, "created_at_ms": 1782201586089, "updated_at_ms": 1785462092702, @@ -7021,6 +7026,10 @@ "type": "integer", "description": "知识包版本号,文件每次变更时递增。" }, + "duty_version": { + "type": "integer", + "description": "最后一次撰写或确认 DUTY.md 时的知识库版本。当 `version` 大于该值时,说明 DUTY.md 已不能反映知识库的全部文件。" + }, "created_by": { "type": "integer", "description": "创建者成员 ID。", @@ -7049,6 +7058,7 @@ "file_count", "total_bytes", "version", + "duty_version", "created_by", "created_at_ms", "updated_at_ms", diff --git a/en/on-call/channel/create-edit.mdx b/en/on-call/channel/create-edit.mdx index 34658fb..b3052ed 100644 --- a/en/on-call/channel/create-edit.mdx +++ b/en/on-call/channel/create-edit.mdx @@ -138,7 +138,7 @@ Configure rules in **Configuration** → **Integrate Data** → **Drop Rules** t -Multiple drop rules are executed sequentially in list order. If any rule matches, the event is dropped. You can drag to adjust the execution priority of rules. +Multiple drop rules are executed sequentially in list order. If any rule matches, the event is dropped. diff --git a/zh/on-call/channel/create-edit.mdx b/zh/on-call/channel/create-edit.mdx index 2097afb..a143f95 100644 --- a/zh/on-call/channel/create-edit.mdx +++ b/zh/on-call/channel/create-edit.mdx @@ -139,7 +139,7 @@ keywords: ["协作空间", "创建管理", "业务隔离", "团队协作", "告 -多条排除规则按照列表顺序依次执行,只要任意一条规则命中,事件即被排除。你可以通过拖动调整规则的执行优先级。 +多条排除规则按照列表顺序依次执行,只要任意一条规则命中,事件即被排除。