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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

spetebroodt
Copy link
Member

No description provided.

@spetebroodt spetebroodt self-assigned this Dec 19, 2024
@spetebroodt spetebroodt marked this pull request as ready for review January 9, 2025 13:50
@spetebroodt spetebroodt requested a review from a team as a code owner January 9, 2025 13:50
@spetebroodt spetebroodt requested a review from wimme January 9, 2025 13:50
@spetebroodt
Copy link
Member Author

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.
Copy link
Member

@wimme wimme Jan 10, 2025

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

@wimme
Copy link
Member

wimme commented Jan 10, 2025

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. |
Copy link
Contributor

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?

Copy link
Contributor

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refer to V2 instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants