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
Preset Control API
API For controlling the presets on Blackmagic Design products
GET /presets
Get the list of the presets on the camera
Response
200 - OK
The response is a JSON object.
Name Type Description
presets array List of the presets on the camera
presets[i] string
POST /presets
Send a preset file to the camera
Response
200 - OK
The response is a JSON object.
Name Type Description
presetAdded string Name of the preset uploaded
153Developer Information