⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
greengrassv2
/
View File Name :
list-installed-components.rst
**To list components installed on a core device** The following ``list-installed-components`` example lists the components that are installed on an AWS IoT Greengrass core device. :: aws greengrassv2 list-installed-components \ --core-device-thing-name MyGreengrassCore Output:: { "installedComponents": [ { "componentName": "aws.greengrass.Cli", "componentVersion": "2.0.3", "lifecycleState": "RUNNING", "isRoot": true }, { "componentName": "aws.greengrass.Nucleus", "componentVersion": "2.0.3", "lifecycleState": "FINISHED", "isRoot": true } ] } For more information, see `Check core device status
`__ in the *AWS IoT Greengrass V2 Developer Guide*.