tencent cloud

Smart Media Hosting

Set Tenant Space Speed Limit

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2026-01-07 14:45:21

Description

Used to set the speed limit for tenant space.
Note:
Requires admin or space_admin permissions. For details about permissions, see API for Generating Access Tokens.
Once a speed limit is set, a per-connection speed limit will be applied to all subsequent download requests for the space.
If the download request itself has a speed limit for a single link set, the actual speed limit will be the minimum of the two values.
Normal preview behavior is not subject to speed limits, but when the preview interface is used to obtain download links for non-previewable file types, the download links will be subject to speed limits.

Request

Request Example

POST /api/v1/space/`{LibraryId}`/`{SpaceId}`/traffic-limit?access_token=`{AccessToken}`

Request Parameter

Request parameters
Description
Type
Required or Not
LibraryId
Media Library ID, obtained after creating a media library in the media hosting console. See Create Media Library
String
Yes
SpaceId
Space ID. See Create Tenant Space
String
This parameter must be specified and single-tenant mode is not supported.
AccessToken
Access token. See Generate Access Token
String
Yes

Request Body

application/json
{
"downloadTrafficLimit": 1000000
}
Request parameters
Description
Type
Required or Not
downloadTrafficLimit
Download speed limit: 100KB/s - 100MB/s, unit: Byte. Enter -1 to cancel the speed limit.
Int
Yes

Response

Response code

Modification succeeded, return HTTP 204 No Content.

Response Body

Empty, no response body.

Error Codes

This request operation has no special error messages. For common error messages, see Error Codes.

Ajuda e Suporte

Esta página foi útil?

comentários