All Products
Search
Document Center

Security Center:DescribeWebLockExclusiveFileType

Last Updated:Jan 20, 2026

Queries the types of files that are excluded from web tamper proofing.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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

The response parameters.

TotalCountinteger

The total number of types of the files that are excluded from web tamper proofing.

30
RequestIdstring

The request ID.

9CCD7D51-5E81-5FF5-BD74-813DDD248430
ExclusiveFileTypearray

An array that consists of the types of the files that are excluded from web tamper proofing.

ExclusiveFileTypestring

The type of the file that is excluded from web tamper proofing.

  • log: LOG file.
  • txt: TXT file.
  • idb: IDB file.
ldb

Examples

Sample success responses

JSONformat

{
  "TotalCount": 30,
  "RequestId": "9CCD7D51-5E81-5FF5-BD74-813DDD248430",
  "ExclusiveFileType": [
    "ldb"
  ]
}

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.

Change history

Change timeSummary of changesOperation
No change history