Table of Contents

Namespace Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Api

Classes

GnmiClient

A class that represents a single gRPC connection which can be used to handle gNMI communication. This requires the CommunicationGateway DxM to be available.

'Channel' refers to a virtual connection to a conceptual endpoint in the DxM. 'Connection' refers to an active gRPC (HTTP2) connection with an endpoint. 'DataSource' refers to a conceptual endpoint and its identifying parameters. 'Node' refers to a location in the OpenConfig schema, represented by a path. A node can be a leaf, a container, a list, ...

RequestFailedException

Represents errors with the call to or its response value from the CommunicationGateway DxM.