IoT Edge Devices

Get edge device logs

post/api/edge/devices/{deviceId}/logs

Path parameters

deviceIdstring required

Device Id

Request body

idstring nullable

The module name, only used for AWS IoT Greengrass.

moduleNamestring required

The module name.

imagestring required

the device image URI.

containerCreateOptionsstring nullable
startupOrderinteger
statusstring nullable

The module status.

versionstring nullable

Response

OK

idstring nullable
textstring nullable
logLevelinteger
timeStampstring date-time

Changes

Changed in 1 of the 3 revisions of this API.333

  • 8f5ec4f45de1333See the full diff
    • added the new required request property (media type: application/json)

      new-required-request-property

    • added the new required request property (media type: text/json)

      new-required-request-property

    • added the new required request property (media type: application/*+json)

      new-required-request-property

    • removed the request property (media type: application/json)

      request-property-removed

    • removed the request property (media type: text/json)

      request-property-removed

    • removed the request property (media type: application/*+json)

      request-property-removed

    • added the new optional request property (media type: application/json)

      new-optional-request-property

    • added the new optional request property (media type: text/json)

      new-optional-request-property

    • added the new optional request property (media type: application/*+json)

      new-optional-request-property