get_thing_runtime_configuration
(**kwargs)¶Get the runtime configuration of a thing.
See also: AWS API Documentation
Request Syntax
response = client.get_thing_runtime_configuration(
ThingName='string'
)
{
'RuntimeConfiguration': {
'TelemetryConfiguration': {
'ConfigurationSyncStatus': 'InSync'|'OutOfSync',
'Telemetry': 'On'|'Off'
}
}
}
Response Structure
Exceptions
Greengrass.Client.exceptions.BadRequestException
Greengrass.Client.exceptions.InternalServerErrorException