You can use the Package Management CLI tool to register multiple devices to VMware Pulse IoT Center using the Basic, Property-Based, TPM-Based, and Token-Based enrollment types.
Prerequisites
Ensure that you create a JSON file with the device template name, list of devices, their credentials, and properties, in the following format:
{ "templateName": "property-template", "devices": [{ "name": "Agent_x86_2", "credential": [{ "key": "Serial Number", "value": "abc-56 4d fa a4 78 fa f2 88-24 3a 14 11 7d bd b8 b6" }], "property": [{ "name": "model", "value": "xx 5K" }, { "name": "color", "value": "white" }] }, { "name": "Agent_x86_3", "credential": [{ "key": "Serial Number", "value": "abc-56 4d 13 fb cc 73 82 2e-08 5d b1 c1 38 bf 1d 23" }], "property": [{ "name": "model", "value": "xyi3b" }] } ] }
The Package Management CLI tool uses this JSON file to read the devices list and register them to VMware Pulse IoT Center.
Procedure
Results
The registered devices are listed in the Inventory - Devices page of the VMware Pulse IoT Center console UI.