Device Profiles

A Device Profile instance resource represents a single device profile entity.

Resource Attributes

AttributeDescription
idA 23 to 26 characters long string that uniquely identifies this device profile.
accountIdThe unique id of the account that created this device profile.
nameAccount wide unique, URL friendly name of the device profile.
friendlyNameHuman friendly name of the device profile.
baseProfileIdThe id of the base device profile, if any.
descriptionOptional. Device profile description.
tagsOptional. Tags associated with this device profile.
deviceClassOptional. The class of the devices that are generated from this profile.
productNameOptional. The product name, if any.
vendorNameOptional. The vendor of the device.
imageUrlOptional. URL for the device image.
lockedLocked device profile cannot be deleted, modified, new sub resources (e.g. properties) cannot be added, or existing sub resources cannot be removed; but unless they are locked individually, sub resources can be modified.
dateCreatedThe date that this device profile was created in ISO 8601 format.
dateModifiedThe date that this device profile entity was modified in ISO 8601 format.
{
  "id": "_dpf_587631821175935749",
  "accountId": "_acc_587617399162687551",
  "name": "TestDevice",
  "friendlyName": "Test Device",
  "description": "A new sensor device for testing",
  "deviceClass": "sensor",
  "vendorName": "Acme Co.",
  "productName": "Prod-101",
  "imageUrl": "http://s3.content.na.connio.com/images/minime.jpg",
  "tags": [
    "acustic",
    "test"
  ],
  "locked": false,
  "dateCreated": "2017-03-21T18:39:31.924Z",
  "dateModified": "2017-03-23T20:05:36.095Z"
}