All Products
Search
Document Center

Security Center:GetDefenceCount

Last Updated:May 22, 2025

Queries the numbers of handled alerts of the precision defense type and the web tamper proofing type.

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
DefenceCountTotalinteger

The number of handled alerts of the precision defense type.

1
TamperProof15Daysinteger

The number of handled alerts of the web tamper proofing type in the last 15 days.

2
DefenceCount15Daysinteger

The number of handled alerts of the precise defense type in the last 15 days.

1
TamperProofTotalinteger

The number of handled alerts of the web tamper proofing type.

1
RequestIdstring

The request ID.

89AD16CC-97EE-50F3-9B12-9E28E5C8****

Examples

Sample success responses

JSONformat

{
  "DefenceCountTotal": 1,
  "TamperProof15Days": 2,
  "DefenceCount15Days": 1,
  "TamperProofTotal": 1,
  "RequestId": "89AD16CC-97EE-50F3-9B12-9E28E5C8****"
}

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.