All Products
Search
Document Center

Security Center:GetFileProtectEventCount

Last Updated:Feb 20, 2024

Queries the total number of core file monitoring events by filter condition.

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
StatusintegerNo

The status of the event. Valid values:

  • 0: unhandled
  • 1: handled
1

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

9B28EC81-2FA7-5097-80D9-0DBE1A3DBD59
Datainteger

The data returned if the request is successful.

16

Examples

Sample success responses

JSONformat

{
  "RequestId": "9B28EC81-2FA7-5097-80D9-0DBE1A3DBD59",
  "Data": 16
}

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.