Device and deployment management

Get the device diagnostics log collection

get/deviceUpdate/{instanceId}/management/deviceDiagnostics/logCollections/{operationId}

Path parameters

instanceIdstring required

Account instance identifier.

operationIdstring required

Log collection identifier.

Query parameters

api-versionstring required

Version of the API to be used with the client request.

Response

Operation resource

operationIdstring

The log collection id.

descriptionstring

Description of the diagnostics operation.

createdDateTimestring

The timestamp when the operation was created.

lastActionDateTimestring

A timestamp for when the current state was entered.

status'NotStarted' | 'Running' | 'Succeeded' | 'Failed'

Operation status.

Changes