Skip to content

Commit

Permalink
[CI] markdown files has been generated
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jan 1, 2025
1 parent d8fa2b6 commit d8f4a60
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion content/en/alert_manager/v1/Alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bookFlatSection: true
| [**delete**](./Alert#delete) | [AlertRequest](Alert#alertrequest) | [Empty](Alert#empty) |
| [**get**](./Alert#get) | [AlertRequest](Alert#alertrequest) | [AlertInfo](Alert#alertinfo) |
| [**list**](./Alert#list) | [AlertSearchQuery](Alert#alertsearchquery) | [AlertsInfo](Alert#alertsinfo) |
| [**history**](./Alert#history) | [AlertRequest](Alert#alertrequest) | [AlertHistoryInfo](Alert#alerthistoryinfo) |
| [**history**](./Alert#history) | [AlertHistoryRequest](Alert#alerthistoryrequest) | [AlertHistoryInfo](Alert#alerthistoryinfo) |
| [**analyze**](./Alert#analyze) | [AlertAnalyzeQuery](Alert#alertanalyzequery) | [Struct](Alert#struct) |
| [**stat**](./Alert#stat) | [AlertStatQuery](Alert#alertstatquery) | [Struct](Alert#struct) |

Expand Down Expand Up @@ -238,6 +238,23 @@ bookFlatSection: true
### AlertHistoryInfo
* **results** (AlertEventInfo) `Repeated` `Required`


* **total_count** (int32) `Required`

<br>

### AlertHistoryRequest
* **alert_id** (string) `Required`


* **action** (AlertAction)


* **include_event_info** (bool)


* **sort** (Sort) `Repeated`

<br>

### AlertInfo
Expand Down

0 comments on commit d8f4a60

Please sign in to comment.