-
Notifications
You must be signed in to change notification settings - Fork 278
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
base: main
Are you sure you want to change the base?
Conversation
Hi @wimme , can you please review this PR? |
> From DataMiner 10.6.0/10.5.1 onwards, when Swarming is enabled, use the [GetAlarmDetailsV2](xref:GetAlarmDetailsV2) method instead. | ||
|
||
> [!NOTE] | ||
> Use the [GetAlarmHistory](xref:GetAlarmHistory) or [GetAlarmHistoryV2](xref:GetAlarmHistoryV2) method to get the alarm details of a cleared non-root alarm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't recommend to use the old GetAlarmHistory
method
I think we should flag the old methods more as deprecated. Even without using swarming, it's recommended to use the new methods. Also tagging @RobbeDGH as he might have additional feedback. |
| Item | Format | Description | | ||
|-------------|---------|-------------| | ||
| connection | String | The connection ID. See [ConnectApp](xref:ConnectApp). | | ||
| dmaID | Integer | The DataMiner Agent ID. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we clarify this is the dataminer agent id of the element and not the agent currently hosting the element?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(same for the other below)
Use this method to retrieve the alarm details for a specified alarm. | ||
|
||
> [!NOTE] | ||
> Use the [GetAlarmHistory method](xref:GetAlarmHistory) to get the alarm details of a cleared non-root alarm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refer to V2 instead?
No description provided.