All Products
Search
Document Center

Security Center:DescribeWebLockExclusiveFileType

Last Updated:May 08, 2023

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
TotalCountinteger

The total number of types of the files that have web tamper proofing disabled.

30
RequestIdstring

The ID of the request.

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

An array that consists of the types of the files that have web tamper proofing disabled.

string

The type of the files that have web tamper proofing disabled. Valid values:

  • 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.