Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api-reference/on-call.openapi.en.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -18266,7 +18266,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "Aggregation window in seconds. 0 disables aggregation."
"description": "Delay window in seconds. 0 disables delay."
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -18615,7 +18615,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "Aggregation window in seconds. 0 disables aggregation."
"description": "Delay window in seconds. 0 disables delay."
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -20155,7 +20155,7 @@
},
"aggr_window": {
"type": "integer",
"description": "Aggregation window in seconds."
"description": "Delay window in seconds."
},
"rule_name": {
"type": "string",
Expand DownExpand Up@@ -26908,7 +26908,7 @@
},
"aggr_window": {
"type": "integer",
"description": "Aggregation window in seconds. 0 disables aggregation."
"description": "Delay window in seconds. 0 disables delay."
},
"template_id": {
"type": "string",
Expand Down
8 changes: 4 additions & 4 deletions api-reference/on-call.openapi.zh.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -18258,7 +18258,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "聚合窗口,单位秒,0 表示不聚合。"
"description": "延迟窗口,单位秒,0 表示不延迟。"
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -18607,7 +18607,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "聚合窗口,单位秒,0 表示不聚合。"
"description": "延迟窗口,单位秒,0 表示不延迟。"
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -20147,7 +20147,7 @@
},
"aggr_window": {
"type": "integer",
"description": "聚合窗口,单位秒。"
"description": "延迟窗口,单位秒。"
},
"rule_name": {
"type": "string",
Expand DownExpand Up@@ -26899,7 +26899,7 @@
},
"aggr_window": {
"type": "integer",
"description": "聚合窗口,单位秒,0 表示不聚合。"
"description": "延迟窗口,单位秒,0 表示不延迟。"
},
"template_id": {
"type": "string",
Expand Down
8 changes: 4 additions & 4 deletions api-reference/openapi.en.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -29533,7 +29533,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "Aggregation window in seconds. 0 disables aggregation."
"description": "Delay window in seconds. 0 disables delay."
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -29816,7 +29816,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "Aggregation window in seconds. 0 disables aggregation."
"description": "Delay window in seconds. 0 disables delay."
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -30848,7 +30848,7 @@
},
"aggr_window": {
"type": "integer",
"description": "Aggregation window in seconds."
"description": "Delay window in seconds."
},
"rule_name": {
"type": "string",
Expand DownExpand Up@@ -31600,7 +31600,7 @@
},
"aggr_window": {
"type": "integer",
"description": "Aggregation window in seconds. 0 disables aggregation."
"description": "Delay window in seconds. 0 disables delay."
},
"template_id": {
"type": "string",
Expand Down
8 changes: 4 additions & 4 deletions api-reference/openapi.zh.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -29524,7 +29524,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "聚合窗口,单位秒,0 表示不聚合。"
"description": "延迟窗口,单位秒,0 表示不延迟。"
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -29807,7 +29807,7 @@
"type": "integer",
"minimum": 0,
"maximum": 3600,
"description": "聚合窗口,单位秒,0 表示不聚合。"
"description": "延迟窗口,单位秒,0 表示不延迟。"
},
"template_id": {
"type": "string",
Expand DownExpand Up@@ -30839,7 +30839,7 @@
},
"aggr_window": {
"type": "integer",
"description": "聚合窗口,单位秒。"
"description": "延迟窗口,单位秒。"
},
"rule_name": {
"type": "string",
Expand DownExpand Up@@ -31591,7 +31591,7 @@
},
"aggr_window": {
"type": "integer",
"description": "聚合窗口,单位秒,0 表示不聚合。"
"description": "延迟窗口,单位秒,0 表示不延迟。"
},
"template_id": {
"type": "string",
Expand Down