Skip to main content

Fetch CDN usage report

GET 

/bv/analytics/v1/reports/cdn-usage

Generates the URL of the CDN usage report.


  • Returns a 400/BadRequest error if the request body is invalid.
  • Returns a 404/NotFound error if the report has not been generated yet.
  • Returns a 500/Internal Server Error error if any internal error occurs.

Request

Query Parameters

    time date-timerequired
    streaming_type stringrequired

    Possible values: [CDN_REPORT_STREAMING_TYPE_LIVE, CDN_REPORT_STREAMING_TYPE_VOD, CDN_REPORT_STREAMING_TYPE_LIVE_TO_VOD]

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    url string
Loading...