Hi,
Is it possible to retrieve the saved alarm filters through the web (v1) api?
within the DMAAlarmFilterItem there is an option for DMAAlarmFilterSavedFilter however is there a way to retrieve all the saved filters from the server?
Hi Gerwin,
When looking through the documentation for the Methods of the V1 API, I did not find any way to retrieve the "Saved Alarm Filters". An overview of the methods can be found here: https://docs.dataminer.services/develop/webservices/WS_v1/WS_Methods_v1/WS_Methods_v1_overview.html
To find the saved alarm filters you can either look them up in DataMiner Cube, or you can execute the following command on SLNetClientTestTool:
This would then provide you with an array of the available saved alarm filters.
Kind regards,
Hi Gerwin,
Yes, you can use that message without any issues.
Kind regards,
Can i savely use that message in an C# automation script? (create an custom api/webhook for this information)