DeviceVendor
Use the DeviceVendor web service to get a list of vendor identifiers available for your account, update the group into which new devices are provisioned, or update the default restriction status for new devices.
To see your vendor ID or register for an ID:
- Log in to your Remote Manager account.
- Switch to the classic Remote Manager UI
- Click Admin > Account Settings > My Account
- If you have already registered a vendor ID, the vendor ID is displayed, as well as the provisioning configuration.
- If you have not registered for a vendor ID, click Register for new vendor id and a vendor ID is assigned to your account. Refresh the account page to see the assigned vendor ID.
URI
http://<hostname>/ws/DeviceVendor
Formats
HTTP Method | Format | Description |
---|---|---|
GET | /ws/DeviceVendor | Retrieve vendor IDs available for your account. |
POST | /ws/DeviceVendor | Register a vendor ID to use for device development. |
PUT | /ws/DeviceVendor | Update grpPath or dpRestrictedStatus elements for a vendor. |
Elements
dvVendorId
Integer that identifies the manufacturing vendor.
dvVendorIdDesc
Hexadecimal representation of the Vendor ID.
cstId
Remote Manager identifier for the customer.
dvDescription
Text description for the vendor ID.
dvRegistrationDate
Date when the Vendor ID was registered.
grpPath
Name of a group into which new auto-provisioned devices are put by default. <grpPath disabled="true"/>
disables auto-provisioning. If you create a new device ID by performing a POST to ws/DeviceVendor, you can specify a grpPath that overrides the default group path.
dpRestrictedStatus
Indicates restrictions on the device for connecting to Remote Manager:
Value | Description |
---|---|
0 | Unrestricted |
2 | Restricted |
3 | Untrusted |