| Server IP : 189.126.111.107 / Your IP : 216.73.217.69 Web Server : Apache System : Linux www.gadotticar.com.br 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64 User : gadotticar ( 1000) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/awscli/examples/robomaker/ |
Upload File : |
**To describe a robot**
This example describes a robot.
Command::
aws robomaker describe-robot --robot arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1550772324398
Output::
{
"arn": "arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1550772324398",
"name": "MyRobot",
"status": "Available",
"greengrassGroupId": "0f728a3c-7dbf-4a3e-976d-d16a8360caba",
"createdAt": 1550772325.0,
"architecture": "ARMHF",
"tags": {
"Region": "East"
}
}