All Products
Search
Document Center

Security Center:GetFileUploadLimit

Last Updated:Feb 20, 2024

Queries the queries per second (QPS) limit on the files uploaded from the client.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

result

RequestIdstring

The request ID.

1A975D03-5F49-5354-B2CB-3918D5DA431A
Dataobject

The data returned if the request is successful.

Limitstring

The QPS limit on the files uploaded from the client.

100

Examples

Sample success responses

JSONformat

{
  "RequestId": "1A975D03-5F49-5354-B2CB-3918D5DA431A",
  "Data": {
    "Limit": "100"
  }
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.