Monitoring view or Dashboard

Javier – Here is an idea implemented by other HFC Operators. A. Create a service per node containing (Ethernet feeds to CMTS, CMTS US & DS carriers, HE Lasers, Optical …

Is there a rest call to see the Agent status

Hi Jens, You can not send any API calls to the DataMiner without first authenticating. After authentication through the ConnectApp call, you can use the GetDataMinerAgentsInfo call for more info. …

Is there a rest call to see the Agent status

There’s a web method “GetDataMinerAgentsInfo”, but note that it does require authentication. The result is an array, it returns a DMAInfo object (contains a Status property) for every DataMiner agent …

Trending Group Template

Hi Elvio, One way you could achieve this is by creating a visio on top of your service, and in that Visio you would make use of the Shape data: …

Problems with a user on Edge Browser

Hi Javier, The reason this user gets this error is because of missing right in the security group.  Namely: ‘Mobile UI Access’. You can configure security-rights in the users/group section …

Problems with a user on Edge Browser

Hi Javier, in the DataMiner Security there is a specific DataMiner Right to allow users to use the Cube Mobile UI.  Probably this is not enabled for this user.

Visual Studio fails to create Unit Tests

Hi Thijs To solve this problem, I had to install the “.Net desktop development” workload. This installation can be done using the Visual Studio Installer. A small remark is that …