Operations related to peak storage for an account. You can use this operation to show the amount of peak recording and VOD stream storage used by your account.
This operation shows the amount of peak storage used for the account. The default time frame is from the last billing date to the end of the current day.
Success
Unauthorized
// Using cURL curl -H "Authorization: Bearer ${WV_JWT}" \ -H "Content-Type: application/json" \ -X "GET" \ "${WV_HOST}/api/v1.11/usage/storage/peak"
{- "bytes": 163535997883,
- "limits": {
- "from": "2019-12-07T00:00:00.000Z",
- "to": "2019-12-21T00:00:00.000Z"
}
}