An OMS driver that i am working on is spinning off DVEs that are based on real modems monitored by this system.
The customer is requesting for the device specific Web UI to be included int the exported DVEs.
Is this possible and if so, how can i do it?
Many thanks.
I'm not a driver developer, but this is how it is usually done. pageOrder attribute | DataMiner Docs
Not sure if it can be done in a DVE protocol. Did you try? Might be that the polling IP is not available in a DVE maybe?
Continued in a new response to be able to include a screen cap. Referring to https://docs.dataminer.services/develop/devguide/Connector/AdvancedDVEsExportRules.html
These modems can also be polled using their specific IP.
The issue here is that I don’t know if the feature you mentioned can be exported to the DVEs and manipulated according to the modem UI we want to access.
Since this is a request that might have been asked before, maybe someone has already done or tried something..