Update a specific Device.
post/v1/Devices/{Sid}
Path parameters
Sidstring required
A 34-character string that uniquely identifies this Device.
Response
OK
account_sidstring nullable
The unique SID identifier of the Account.
{"stackTrail":"components:schemas:microvisor.v1.device:properties:app","oasType":"schema","type":"unknown","description":"Information about the target App and the App reported by this Device. Contains the properties `target_sid`, `date_targeted`, `update_status` (one of `up-to-date`, `pending` and `error`), `update_error_code`, `reported_sid` and `date_reported`.","nullable":true}
date_createdstring date-time nullable
The date that this Device was created, given in ISO 8601 format.
date_updatedstring date-time nullable
The date that this Device was last updated, given in ISO 8601 format.
linksobject nullable
The absolute URLs of related resources.
{"stackTrail":"components:schemas:microvisor.v1.device:properties:logging","oasType":"schema","type":"unknown","description":"Object specifying whether application logging is enabled for this Device. Contains the properties `enabled` and `date_expires`.","nullable":true}
sidstring nullable
A 34-character string that uniquely identifies this Device.
unique_namestring nullable
A developer-defined string that uniquely identifies the Device. This value must be unique for all Devices on this Account. The unique_name value may be used as an alternative to the sid in the URL path to address the resource.
urlstring uri nullable
The URL of this resource.