Update management

Get a list of all update names that match the specified provider.

get/deviceUpdate/{instanceId}/updates/providers/{provider}/names

Path parameters

instanceIdstring required

Account instance identifier.

providerstring required

Update provider.

Query parameters

api-versionstring required

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

Response

All update names that match the specified provider, or empty list if there is none.

valuestring[] required

The collection of pageable items.

nextLinkstring

The link to the next page of items.

Changes