v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457289301.4 KB

Creates a robot.

This API is no longer supported and will throw an error if used.

post/createRobot

Request body

namestring required

The name for the robot.

architecture'X86_64' | 'ARM64' | 'ARMHF' required

The target architecture of the robot.

greengrassGroupIdstring required

The Greengrass group id.

tagsobject

A map that contains tag keys and tag values that are attached to the robot.

Response

Success

arnstring

The Amazon Resource Name (ARN) of the robot.

namestring

The name of the robot.

createdAtstring date-time

The time, in milliseconds since the epoch, when the robot was created.

greengrassGroupIdstring

The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.

architecture'X86_64' | 'ARM64' | 'ARMHF'

The target architecture of the robot.

tagsobject

The list of all tags added to the robot.