Registration REST Endpoints
Registration
Perform batch registration of the devices. To register a single device, go to IoT Device Resource and see how to use the APIs.
- Delete a Batch Registration Request
- Method: deletePath:
/iot/api/v2/registrations/{registration-id} - List Registration Requests
- Method: getPath:
/iot/api/v2/registrations - Retrieve Failed Registration Entries
- Method: getPath:
/iot/api/v2/registrations/{registration-id}/failedEntries - Retrieve Ignored Registration Entries
- Method: getPath:
/iot/api/v2/registrations/{registration-id}/ignoredEntries - Retrieve Information about a Batch Registration Request
- Method: getPath:
/iot/api/v2/registrations/{registration-id} - Retrieve Information in a Registration File Format
- Method: getPath:
/iot/api/v2/registrations/{registration-id}/registrationFile - Retrieve Successfully Registered Entries
- Method: getPath:
/iot/api/v2/registrations/{registration-id}/successEntries - Start the Registration Process
- Method: postPath:
/iot/api/v2/registrations/{registration-id} - Upload a Registration File
- Method: postPath:
/iot/api/v2/registrations