RDC Interoperability Guide
1.0.0

Device administration

Device administration is structured around two key profiles that provide a clear separation of concerns:

ProfileDescription
Device Instance

Represents a specific instance of a Device, linking it to its corresponding Device Model with details such as serial number and configuration.

Device Model

Defines the master data for a generic device, including attributes such as model number, firmware version, manufacturer, and properties like serial number and device settings.

Data model overview

Data flow for write action

The data flow for administrating Device data consists of the following steps:

  1. Create or update RdcDeviceModel: this resource needs to submitted first if not already available.
  2. Create or update RdcDeviceInstance: once the model is establish, submit the RdcDeviceInstance with a reference to its parent RdcDeviceModel.

Resource examples