Element sub page takes long to load

Hi Khoo Chee Yang, Nice question! I can already share that Cube will indeed lazy load parameters as we open the page they belong to. This means that, indeed, the …

Get details of a service that is deleted

Hi, When a service is deleted a zip file will be created in C:\Skyline DataMiner\Recycle Bin, this contains the xml of the service which has the details of the service. …

Extract columns from multi-page table

Hi Andrea, the QueryData method can be used for this: IDms myDms = protocol.GetDms(); var element = myDms.GetElement(“element name”); var table = element.GetTable(96); var filters = new List<ColumnReturnFilter> { new …

Dataminer SSO methods other than LDAP

Hi Fabio, here you can find a list: Configuring SAML settings | DataMiner Docs Atlassian, but no longer recommended: Configuring Atlassian Crowd settings | DataMiner Docs Radius, but no longer …

DOM Attachements in IAS

Hi Felix, Out of the box you indeed won’t be able to upload or download a DOM instance attachment directly. But this should work using some workarounds. You could read …

DOM CreatedBy & ChangedBy field reference

Hi Felix, When a DOM instance is created or updated, the user’s ‘Full name’ will be assigned to the “CreatedBy” and/or “ChangedBy” fields. This is most often a nicer, more …

Cisco Meraki – Request for Information

Hi Miguel, To use the Cisco Meraki Cloud controller, the Web API version of the driver is indeed needed. If you are only interested in alarms, the 2.0.0.x range can …

How to publish the latest protocol template to stage

Hi, The trend and alarm templates can not be exported from cube. You will need access to the DataMiner server and copy the XML files from C:\Skyline DataMiner\Protocols\[Protocol Name]\Production Alarm …