Start Thing Registration Task
GET {{aws_internet_of_things_base_url}}/thing-registration-tasks&inputFileBucket=&inputFileKey=&roleArn=&templateBody=?inputFileBucket&inputFileKey&roleArn&templateBody
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
inputFileBucket | null | The S3 bucket that contains the input file. | |
inputFileKey | null | The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing). | |
roleArn | null | The IAM role ARN that grants permission the input file. | |
templateBody | null | The provisioning template. |