action wowza_usage_storage_peak_recording_index {
label: "Fetch peak recording storage"
description: "This operation shows the amount of peak recording storage used for the account. The default time frame is from the last billing date to the end of the current day."
provider: wowza
method: GET
path: "/usage/storage/peak_recording"
encoding: json
input: {
type: "object"
properties: {
from: {
type: "string"
}
to: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}