How to use the state column on a table with retrieved columns?
5th July 2023
Should be verified but from what I recall it can only work for calls where you provide all data in bulk, meaning it cannot work with option B/D/E. It works …
Answer
5th July 2023
Should be verified but from what I recall it can only work for calls where you provide all data in bulk, meaning it cannot work with option B/D/E. It works …
5th July 2023
Hi Reza, An option is that you create an alarm filter on history alarms(information events). The alarm filter should be configured with parameter description(by Protocol) and select the DataMiner Element …
5th July 2023
Hey Andre, any chance that you could further elaborate on the specific use case you’re trying to cover? As Stacey indicates, it is surely possible to get the alarm state …
5th July 2023
Also adding, it might be an option to have this completely managed by our IDP suite (Inventory, Discovery and Provisioning), as it is available on the platform and is designed …
5th July 2023
Hi Michiel, currently there is no straightforward way to get an IDms object in the IGQIOnInit method. However, by creating a class that implements the ICommunication interface, based on the …
5th July 2023
Hi André, The following script should allow you to get the state of the view. You only need to provide the viewID, and then you’ll get an information event with the …
5th July 2023
If you are referring to the logo of an app, you can upload an image instead of picking an icon. Extending the list with a set of of icons, so …
5th July 2023
Hey Jens, The best approach really depends on what exactly you want to log. However, in most cases, I personally recommend using logger tables. This helps avoid problems related to …
5th July 2023
Hi Ken, It appears that you are referring to the “SourceID” for a correlated alarm. If that’s the case, then yes, the SourceID for a correlated alarm is indeed 23. …
4th July 2023
Hi Bruno, We currently do not support ‘OR’ clauses yet on the Filter operator, but you can work around that using regex filtering with the ‘|’ as an ‘OR’ operator. …
4th July 2023
I was also wondering, what is the reason that you need 260 separate tasks, one for each individual device? If all of them need a daily back-up, it is not …
4th July 2023
This is indeed not possible yet. There’s an item on our backlog to add this functionality (DCP192320).
4th July 2023
Hi Jens, Think the only option currently is to use the Booking Monitoring element. With that you can create an alarm template that will create alarms for Quarantine bookings, then …
4th July 2023
Hi Steve, As far as I know, the Dashboard Spectrum Buffer currently has no support for displaying historic spectrum monitor data. The displayed buffer will always be the one from …
4th July 2023
Hi Justien, In the question below you can find an example to create a scheduled task programmatically: automation – create schedule tasks In your script, you will need to parse …