...
Code Block | ||
---|---|---|
| ||
{ "document":{ "name" : "Esportazione ogni notte", "enable" : true, "schedule" : "0 0 1 * * *", "query" : "{\"macroactivity\": \"DEFAULT\"}", "destination" : { "type" : "fs", "path" : "/destination", "server" : "", "port" : "", "username" : "", "password" : "" }, "format" : "zip", "fileNamePattern" : "callId", "maxNumber" : 500, "blockSize" : "100", "action" : "export", "userexportWithTags" : "admin"false } } |
Response:
Code Block | ||
---|---|---|
| ||
{
"result": true,
"error": null,
"document": {
"name": "Esportazione ogni notte",
"enable": true,
"schedule": "0 0 1 * * *",
"query": "{\"macroactivity\": \"DEFAULT\"}",
"destination": {
"type": "fs",
"path": "/destination",
"server": "",
"port": "",
"username": "",
"password": ""
},
"format": "zip",
"fileNamePattern": "callId",
"maxNumber": 500,
"blockSize": "100",
"action": "export",
"exportWithTags": false,
"user": "admin",
"$setOnInsert": {
"__v": 0
},
"_id": "5f5a4a561f05c72768e22d85"
}
} |