This API action has been deprecated. If you’re building a new app integration, please consult the usage guides or forums for the more recent API actions to use.
Get usage statistics for a partner
Calculation is done according to partner's package
Additional data returned is a graph points of streaming usage in a time frame
The resolution can be "days" or "months"
nullobject responseProfile:object:KalturaBaseResponseProfile
abstractobjectType:string Enum: KalturaDetachedResponseProfile, KalturaResponseProfileHolder, KalturaResponseProfileKalturaBaseResponseProfile must also match any of:
object:KalturaDetachedResponseProfile object:KalturaResponseProfileHolder object:KalturaResponseProfile
Success
nullobject:KalturaPartnerUsage Percent:number
readOnlypercent of usage out of partner's package. if usageGB is 5 and package is 10GB, this value will be 50
hostingGB:number
readOnlyPartner total hosting in GB on the disk
packageBW:integer
readOnlypackage total BW - actually this is usage, which represents BW+storage
reachedLimitDate:integer
readOnlydate when partner reached the limit of his package (timestamp)
usageGB:number
readOnlytotal usage in GB - including bandwidth and storage
usageGraph:string
readOnlya semi-colon separated list of comma-separated key-values to represent a usage graph.
keys could be 1-12 for a year view (1,1.2;2,1.1;3,0.9;...;12,1.4;)
keys could be 1-[28,29,30,31] depending on the requested month, for a daily view in a given month (1,0.4;2,0.2;...;31,0.1;)