Skip to content

Commit c164a5c

Browse files
OAS Update
1 parent e79ac1a commit c164a5c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

services/observability/v1/observability.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4634,10 +4634,8 @@
46344634
"example": {
46354635
"data": {
46364636
"global": {
4637-
"smtpAuthPassword": "password",
4638-
"smtpAuthUsername": "alertmanager",
4639-
"smtpFrom": "[email protected]",
4640-
"smtpSmarthost": "localhost:25"
4637+
"resolveTimeout": "5m",
4638+
"smtpFrom": "[email protected]"
46414639
},
46424640
"inhibitRules": [
46434641
{
@@ -4695,6 +4693,7 @@
46954693
}
46964694
],
46974695
"route": {
4696+
"continue": false,
46984697
"groupBy": [
46994698
"alertname",
47004699
"cluster",
@@ -4720,7 +4719,7 @@
47204719
]
47214720
}
47224721
},
4723-
"message": "Success"
4722+
"message": "Successfully got alert config"
47244723
},
47254724
"schema": {
47264725
"$ref": "#/components/schemas/GetAlertConfigsResponse"

0 commit comments

Comments
 (0)