Skip to content

Instantly share code, notes, and snippets.

@clogwog
Created October 11, 2021 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clogwog/210abc5aae94218b166ff6832a1b21dc to your computer and use it in GitHub Desktop.
Save clogwog/210abc5aae94218b166ff6832a1b21dc to your computer and use it in GitHub Desktop.
jeteye@smartdvr:/greengrass/v2$ sudo bin/greengrass-cli component list
Components currently running in Greengrass:
...
Component Name: au.com.mycompany.smartdvr.shadowconfig
Version: 1.0.0
State: BROKEN
Configuration: {"accessControl":{"aws.greengrass.ipc.pubsub":{"com.example.MyShadowInteractionComponent:pubsub:1":{"operations":["aws.greengrass#SubscribeToTopic"],"policyDescription":"Allows access to shadow pubsub topics","resources":["$aws/things/smartdvr-1423019132001/shadow/name/config1/get/accepted"]}},"aws.greengrass.ShadowManager":{"mtdshadowconfig-dev-shadowconfigpython:1":{"operations":["aws.greengrass#GetThingShadow","aws.greengrass#UpdateThingShadow","aws.greengrass#DeleteThingShadow"],"policyDescription":"allow access to config# shadow","resources":["$aws/things/smartdvr-1423019132001/shadow/name/config1"]},"mtdshadowconfig-dev-shadowconfigpython:2":{"operations":["aws.greengrass#ListNamedShadowsForThing"],"policyDescription":"Allows access to things with shadows","resources":["smartdvr-1423019132001"]},"mtdshadowconfig-dev-shadowconfigpython::1":{"operations":["aws.greengrass#GetThingShadow","aws.greengrass#UpdateThingShadow","aws.greengrass#ListNamedShadowsForThing"],"policyDescription":"allow access to config# shadow","resources":["$aws/things/smartdvr-1423019132001/shadow/name/config1"]}}},"Message":"world"}
Component Name: aws.greengrass.ShadowManager
Version: 2.0.3
State: RUNNING
Configuration: {"rateLimits":{"maxLocalRequestsPerSecondPerThing":20.0,"maxOutboundSyncUpdatesPerSecond":100.0,"maxTotalLocalRequestsRate":200.0},"shadowDocumentSizeLimitBytes":8192.0,"synchronize":{"coreThing":{"classic":false,"namedShadows":["config1"]},"shadowDocuments":[]}}
Component Name: TelemetryAgent
Version: 0.0.0
State: RUNNING
Configuration: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment