We are calling /report/cloud_recording to get our available storage so we can run an archive script when needed. It was working fine until we just ran another script to delete recordings under 5MB, which resulted in 615 recordings being moved to trash.
Not sure if they are related, but since moving those 615 to trash the cloud storage API has returned no data. The cloud_recording_storage array is empty for anything after 20 November. Here is the output with from:to entered as 2020-11-16 to 2020-11-22. Note the missing data for 21 November and 22 November. This was run today, on 23 November.
{
“from”: “2020-11-16”,
“to”: “2020-11-22”,
“cloud_recording_storage”: [
{
“date”: “2020-11-16”,
“usage”: “464.33 GB”,
“plan_usage”: “500 GB”,
“free_usage”: “21.5 GB”
},
{
“date”: “2020-11-17”,
“usage”: “466.88 GB”,
“plan_usage”: “500 GB”,
“free_usage”: “21.5 GB”
},
{
“date”: “2020-11-18”,
“usage”: “469.19 GB”,
“plan_usage”: “500 GB”,
“free_usage”: “21.5 GB”
},
{
“date”: “2020-11-19”,
“usage”: “471.38 GB”,
“plan_usage”: “500 GB”,
“free_usage”: “21.5 GB”
},
{
“date”: “2020-11-20”,
“usage”: “471.54 GB”,
“plan_usage”: “500 GB”,
“free_usage”: “21.5 GB”
}
]
}