I'm currently building an application that connects to the DataMiner ecosystem via the DataMiner northbound v0 & v1 API (SOAP or JSON). What would be the best-practice approach in managing my connect/disconnect actions? Should I reuse my validated connectionstring in multiple method requests? Or should I request a new connectionstring for each method execution?
Hi Jeroen,
You should re-use your connectionstring as long as possible.
You should only send a new connect app request when you get a message that the connection string is no longer valid.