GET /media/devices/{deviceName}/doformat
Get a format key, used to format the device with a put request.
Parameters
Name Type Description
{deviceName} string
Response
200 - OK
The response is a JSON object.
Name Type Description
deviceName string Internal device name of this media device
key string
The key used to format this device, it must be fetched with
the GET request and then provided back with a PUT request
PUT /media/devices/{deviceName}/doformat
Perform a format of the media device.
Parameters
Name Type Description
{deviceName} string
Name Type Description
key string
The key used to format this device, it must be fetched with
the GET request and then provided back with a PUT request
filesystem string
Filesystem to format to (supportedFilesystems returns list of
supported fileSystems)
volume string Volume name to set for the disk after format
Response
204 - No Content
124Developer Information