This function will return information about the current free space and total space of the server. This function will return information for the driven where the current capture directory is. This information will be given in GB.
Method: GET
URL Params: None
Response:
{
"command": "/getDiskSpace",
"command_result": {
"disk_space": {
"available_space": 14,
"total_space": 118,
"unit": "GB"
}
},
"errors": false,
"general_message": "Successfully retreived disk space info"
}