Skip to content
Open
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
2 changes: 2 additions & 0 deletions models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions openapi/openapi.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,10 @@
"description": "Alert description.",
"type": "string"
},
"detail_url": {
"description": "Console URL of this alert (`{console}/alert/detail/{alert_id}`). Empty when the deployment has no console base configured.",
"type": "string"
},
"end_time": {
"description": "Resolution time, Unix epoch seconds. 0 if still active.",
"format": "int64",
Expand Down
4 changes: 4 additions & 0 deletions openapi/openapi.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,10 @@
"description": "告警描述。",
"type": "string"
},
"detail_url": {
"description": "这条告警的控制台页面(`{控制台}/alert/detail/{alert_id}`)。部署没有配置控制台地址时为空。",
"type": "string"
},
"end_time": {
"description": "恢复时间,Unix 时间戳(秒)。活跃时为 0。",
"format": "int64",
Expand Down
Loading