Device and deployment management
Import existing devices from IoT Hub. This is a long-running-operation; use Operation-Location response header value to check for operation status.
post/deviceUpdate/{instanceId}/management/devices:import
Path parameters
instanceIdstring required
Account instance identifier.
Query parameters
api-versionstring required
Version of the API to be used with the client request.
Request body
'Devices' | 'Modules' | 'All' required
The device import type.
Response
Accepted device import request; background operation location to track status is specified in Operation-Location response header.