DDS Endpoint

The following table describes unique properties in the DDS endpoint section of the sample_appsettings.json file used to publish device data. See CygNet Service Endpoints for the common properties for all service endpoints.

Property Description Required Property: Value Example

publish

Specifies the device data to be published to the target. The DDS endpoint contains properties that describe the following:

yes

"publish": [

{

"device": "WELLPILOT001",

"dataGroup": "DynaCard",

}

]

device

Specifies the facility ID of the device associated with the DynaCard data group.

yes

See publish above.

dataGroup

Specifies the name of the data group for the data to be published. All ordinals of the specified data group will be published.

yes

See publish above.

Note: The DDS endpoint does not support qualityOfService, only defaultQualityOfService.