All Products
Search
Document Center

Security Center:DescribeWebLockTotalFileChangeCount

Last Updated:May 22, 2025

Queries the number of times that the files protected by web tamper proofing are changed.

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
TotalCountlong

The number of times that the files protected by web tamper proofing are changed.

200
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

E70074C8-DFB4-44C5-96C7-909DD231D68A

Examples

Sample success responses

JSONformat

{
  "TotalCount": 200,
  "RequestId": "E70074C8-DFB4-44C5-96C7-909DD231D68A"
}

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