Provisions media to local destinations on this machine.
POST /api/service/media/provision
{
"mediaPath": "",
"localPath": [
""
],
"uid": "",
"transfers": [
{
"mediaPath": "",
"uid": "",
"localPath": [
""
]
}
]
}
{
"status": {
"code": 0,
"message": "",
"details": [
{
"type_url": "",
"value": ""
}
]
},
"result": [
{
"taskUid": "",
"success": false,
"errorMessage": {
"mediaPath": "",
"localPath": "",
"message": ""
}
}
]
}
Removes a file or a folder from the local machine.
POST /api/service/media/remove
{
"path": ""
}
{
"status": {
"code": 0,
"message": "",
"details": [
{
"type_url": "",
"value": ""
}
]
},
"taskUid": ""
}