Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RN 40420 - Web API changes - Swarming #4083

Merged
merged 13 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
MaskAlarmV2
  • Loading branch information
spetebroodt committed Dec 19, 2024
commit 38badd668505198c14d743f77a4bca0521794ab4
2 changes: 2 additions & 0 deletions develop/toc.yml
Original file line number Diff line number Diff line change
@@ -4861,6 +4861,8 @@ items:
topicUid: LogOut
- name: MaskAlarm
topicUid: MaskAlarm
- name: MaskAlarmV2
topicUid: MaskAlarmV2
- name: MaskElement
topicUid: MaskElement
- name: PauseElement
24 changes: 24 additions & 0 deletions develop/webservices/WS_v1/WS_Methods_v1/MaskAlarmV2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
uid: MaskAlarmV2
---

# MaskAlarmV2

Use this method to mask an alarm for a certain period of time.

Available from DataMiner 10.4.11 onwards.

## Input

| Item | Format | Description |
|--|--|--|
| connection | String | The connection ID. See [ConnectApp](xref:ConnectApp). |
| dmaID | Integer | The DataMiner Agent ID. |
| elementID | Integer | The element ID. |
| rootAlarmID | Integer | The root alarm ID. |
| clearInterval | Integer | The period of time (in seconds) during which the alarm will be masked.<br>Set to -1 if the alarm has to be masked until clearance. |
| comment | String | Extra information. |

## Output

None.