DeviceMetaData
Use the DeviceMetaData to manage embedded device view descriptors not directly available from a device.
URI
http://<hostname>/ws/DeviceMetaData
Formats
HTTP Method | Format | Description |
---|---|---|
GET | /ws/DeviceMetaData | Display a list of view descriptors for a vendor ID. |
POST | /ws/DeviceMetaData | Add a view descriptor. |
PUT | /ws/DeviceMetaData | Update a view descriptor. |
DELETE | /ws/DeviceMetaData | Delete a view descriptor. |
Elements
dmId
Unique identifier for the metadata.
dvVendorId
Integer that identifies the manufacturing vendor.
dmDeviceType
Name of the device type.
dmProductId
Identifier of the product to which this metadata corresponds.
dmFirmwareId
Identifier of the firmware to which this metadata corresponds.
dmVersion
Firmware version to which the metadata corresponds.
dmName
Defines the descriptor type. Must be descriptor/ui.
dmCompressed
Indicates whether the metadata is compressed. Typically, metadata is not compressed.
dmData
Metadata contents.