Hey there,
I might’ve just failed to find it but is there documentation for all the variables that can be used in the JSON Backup Report. Can it be safely assumed that every JSON field is the equivalent of the variable name?
Hey there,
I might’ve just failed to find it but is there documentation for all the variables that can be used in the JSON Backup Report. Can it be safely assumed that every JSON field is the equivalent of the variable name?
Right, you can use any keys listed in the default report:
{
"computer": "mac-mini",
"directory": "/Users/gchen/repository",
"end_time": 1580837217,
"new_chunk_size": 0,
"new_chunks": 0,
"new_file_chunk_size": 0,
"new_file_chunks": 0,
"new_file_size": 0,
"new_files": 0,
"new_metadata_chunk_size": 0,
"new_metadata_chunks": 0,
"result": "Error",
"start_time": 1580837217,
"storage": "local.storage",
"storage_url": "/Users/gchen/storage",
"total_chunk_size": 0,
"total_chunks": 0,
"total_file_chunk_size": 0,
"total_file_chunks": 0,
"total_file_size": 0,
"total_files": 0,
"total_metadata_chunk_size": 0,
"total_metadata_chunks": 0,
"upload_chunk_size": 0,
"upload_file_chunk_size": 0,
"upload_metadata_chunk_size": 0
}