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
62 changes: 61 additions & 1 deletion api-reference/on-call.openapi.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22750,6 +22750,14 @@
"type": "integer",
"format": "int64",
"description": "Soft-delete time, Unix epoch milliseconds. Omitted when not deleted."
},
"via": {
"type": "string",
"description": "Surface that wrote the entry on a user's behalf; currently only `ai_sre`. Omitted when a user created the entry directly."
},
"agent_session_id": {
"type": "string",
"description": "AI SRE session that produced the entry. Omitted when no agent wrote it."
}
}
},
Expand Down Expand Up @@ -28552,6 +28560,20 @@
"type": "string",
"description": "Zoom bot message template source."
},
"incident_card_closed_action_apps": {
"type": "array",
"items": {
"type": "string",
"enum": [
"feishu_app",
"dingtalk_app",
"wecom_app",
"slack_app",
"teams_app"
]
},
"description": "IM apps whose closed-incident cards keep the custom action buttons. Supported values: `feishu_app`, `dingtalk_app`, `wecom_app`, `slack_app`, `teams_app`. An empty list hides the buttons on every app."
},
"incident_card_hidden_fields": {
"$ref": "#/components/schemas/IncidentCardHiddenFields",
"description": "Incident card fields hidden per IM app type."
Expand Down Expand Up @@ -28626,6 +28648,7 @@
"updated_by",
"created_at",
"updated_at",
"incident_card_closed_action_apps",
"incident_card_hidden_fields"
],
"properties": {
Expand Down Expand Up @@ -28725,6 +28748,20 @@
"type": "string",
"description": "Zoom bot message template source."
},
"incident_card_closed_action_apps": {
"type": "array",
"items": {
"type": "string",
"enum": [
"feishu_app",
"dingtalk_app",
"wecom_app",
"slack_app",
"teams_app"
]
},
"description": "IM apps whose closed-incident cards keep the custom action buttons. Supported values: `feishu_app`, `dingtalk_app`, `wecom_app`, `slack_app`, `teams_app`. An empty list hides the buttons on every app."
},
"incident_card_hidden_fields": {
"$ref": "#/components/schemas/IncidentCardHiddenFields",
"description": "Incident card fields hidden per IM app type; an empty object when none are configured."
Expand Down Expand Up @@ -29015,6 +29052,20 @@
],
"description": "Zoom bot message template source. Omit to keep the current content; send an empty string to clear it."
},
"incident_card_closed_action_apps": {
"type": "array",
"items": {
"type": "string",
"enum": [
"feishu_app",
"dingtalk_app",
"wecom_app",
"slack_app",
"teams_app"
]
},
"description": "Replaces the retained-app list when sent. Supported values: `feishu_app`, `dingtalk_app`, `wecom_app`, `slack_app`, `teams_app`. Omit the field to leave it unchanged."
},
"incident_card_hidden_fields": {
"$ref": "#/components/schemas/IncidentCardHiddenFields",
"description": "Incident card fields hidden per IM app type."
Expand Down Expand Up @@ -29691,7 +29742,8 @@
"incident_id",
"status",
"created_at",
"plugin_type"
"plugin_type",
"chat_name"
],
"properties": {
"account_id": {
Expand Down Expand Up @@ -29734,6 +29786,14 @@
"plugin_type": {
"type": "string",
"description": "IM plugin type (e.g. `feishu`, `dingtalk`, `wecom`, `slack`)."
},
"chat_name": {
"type": "string",
"description": "Display name of the group chat on the IM side."
},
"integration_unavailable": {
"type": "boolean",
"description": "True when the IM integration behind this war room is disabled or no longer exists."
}
}
},
Expand Down
62 changes: 61 additions & 1 deletion api-reference/on-call.openapi.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -22750,6 +22750,14 @@
"type": "integer",
"format": "int64",
"description": "软删除时间,Unix 时间戳(毫秒)。未删除时不返回该字段。"
},
"via": {
"type": "string",
"description": "由 AI SRE 代为写入该记录时的来源标识,目前只有 `ai_sre`;用户直接操作创建的记录不返回该字段。"
},
"agent_session_id": {
"type": "string",
"description": "写入该记录的 AI SRE 会话 ID;非智能体写入时不返回该字段。"
}
}
},
Expand Down Expand Up @@ -28552,6 +28560,20 @@
"type": "string",
"description": "Zoom 机器人消息模板源。"
},
"incident_card_closed_action_apps": {
"type": "array",
"items": {
"type": "string",
"enum": [
"feishu_app",
"dingtalk_app",
"wecom_app",
"slack_app",
"teams_app"
]
},
"description": "已关闭故障的卡片仍保留自定义操作按钮的 IM 应用。可选值:`feishu_app`、`dingtalk_app`、`wecom_app`、`slack_app`、`teams_app`;空列表表示所有应用都隐藏这些按钮。"
},
"incident_card_hidden_fields": {
"$ref": "#/components/schemas/IncidentCardHiddenFields",
"description": "按 IM 应用类型隐藏的故障卡片字段。"
Expand Down Expand Up @@ -28626,6 +28648,7 @@
"updated_by",
"created_at",
"updated_at",
"incident_card_closed_action_apps",
"incident_card_hidden_fields"
],
"properties": {
Expand Down Expand Up @@ -28725,6 +28748,20 @@
"type": "string",
"description": "Zoom 机器人消息模板源。"
},
"incident_card_closed_action_apps": {
"type": "array",
"items": {
"type": "string",
"enum": [
"feishu_app",
"dingtalk_app",
"wecom_app",
"slack_app",
"teams_app"
]
},
"description": "已关闭故障的卡片仍保留自定义操作按钮的 IM 应用。可选值:`feishu_app`、`dingtalk_app`、`wecom_app`、`slack_app`、`teams_app`;空列表表示所有应用都隐藏这些按钮。"
},
"incident_card_hidden_fields": {
"$ref": "#/components/schemas/IncidentCardHiddenFields",
"description": "按 IM 应用类型配置的故障卡片隐藏字段,未配置时为空对象。"
Expand Down Expand Up @@ -29015,6 +29052,20 @@
],
"description": "Zoom 机器人消息模板源。省略时保持当前内容;传空字符串表示清空。"
},
"incident_card_closed_action_apps": {
"type": "array",
"items": {
"type": "string",
"enum": [
"feishu_app",
"dingtalk_app",
"wecom_app",
"slack_app",
"teams_app"
]
},
"description": "传入时整体替换保留自定义操作按钮的应用列表。可选值:`feishu_app`、`dingtalk_app`、`wecom_app`、`slack_app`、`teams_app`;不传该字段则保持不变。"
},
"incident_card_hidden_fields": {
"$ref": "#/components/schemas/IncidentCardHiddenFields",
"description": "按 IM 应用类型隐藏的故障卡片字段。"
Expand Down Expand Up @@ -29691,7 +29742,8 @@
"incident_id",
"status",
"created_at",
"plugin_type"
"plugin_type",
"chat_name"
],
"properties": {
"account_id": {
Expand Down Expand Up @@ -29734,6 +29786,14 @@
"plugin_type": {
"type": "string",
"description": "IM 插件类型(如 `feishu`、`dingtalk`、`wecom`、`slack`)。"
},
"chat_name": {
"type": "string",
"description": "IM 侧群聊的显示名称。"
},
"integration_unavailable": {
"type": "boolean",
"description": "该作战室背后的 IM 集成已禁用或已不存在时为 true。"
}
}
},
Expand Down
Loading
Loading