You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/12-icinga2-api.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -901,13 +901,14 @@ are disabled.
901
901
902
902
Send a `POST` request to the URL endpoint `/v1/actions/acknowledge-problem`.
903
903
904
-
Parameter | Type | Description
905
-
----------|-----------|--------------
906
-
author | string | **Required.** Name of the author, may be empty.
907
-
comment | string | **Required.** Comment text, may be empty.
908
-
expiry | timestamp | **Optional.** If set, the acknowledgement will vanish after this timestamp.
909
-
sticky | boolean | **Optional.** If `true`, the default, the acknowledgement will remain until the service or host fully recovers.
910
-
notify | boolean | **Optional.** If `true`, a notification will be sent out to contacts to indicate this problem has been acknowledged. The default is false.
904
+
Parameter | Type | Description
905
+
-----------|-----------|--------------
906
+
author | string | **Required.** Name of the author, may be empty.
907
+
comment | string | **Required.** Comment text, may be empty.
908
+
expiry | timestamp | **Optional.** If set, the acknowledgement will vanish after this timestamp.
909
+
sticky | boolean | **Optional.** If `true`, the default, the acknowledgement will remain until the service or host fully recovers.
910
+
notify | boolean | **Optional.** If `true`, a notification will be sent out to contacts to indicate this problem has been acknowledged. The default is false.
911
+
persistent | boolean | **Optional.** If `true`, the comment will remain after the acknowledgement either recovers or expires.
911
912
912
913
In addition to these parameters a [filter](12-icinga2-api.md#icinga2-api-filters) must be provided. The valid types for this action are `Host` and `Service`.
0 commit comments