GET /media/devices/doformatSupportedFilesystems
Get the list of filesystems available to format the device.
Response
200 - OK
The response is a JSON object.
GET /media/devices/{deviceName}
Get information about the selected device.
Parameters
Name Type Description
{deviceName} string
Response
200 - OK
The response is a JSON object.
Name Type Description
state string
The current state of the media device. Possible values
are: None, Scanning, Mounted, Uninitialised, Formatting,
RaidComponent.
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
152Developer Information