Trigger support package creation on a device – Fleets API – MediaKind

Trigger support package creation on a device

post https://app.mk.io/api/v1/projects/:project_name/fleet/devices/:name/supportPackages

Requests the device to generate a support package and upload it to cloud storage. Returns 202 with a timestamp and upload URL (SAS token stripped). Only one support package operation can be in progress at a time per device.

RBAC Capability Required: fleet.device.update

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

Request

This endpoint expects an object.

Response

202 Support package creation triggered.

No response body.

Errors