Update management

Get a list of all import update operations. Completed operations are kept for 7 days before auto-deleted. Delete operations are not returned by this API version.

get/deviceupdate/{instanceId}/v2/updates/operations

Path parameters

instanceIdstring required

Account instance identifier.

Query parameters

$filterstring

Restricts the set of operations returned. Only one specific filter is supported: "status eq 'NotStarted' or status eq 'Running'"

$topinteger

Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.

Response

Operation details.

nextLinkstring

The link to the next page of items.

Changes