Help Center/ Data Security Center/ API Reference/ API Description/ Data Security Operations/ Obtaining the Alarm and Event Handling Statistics
Updated on 2026-01-13 GMT+08:00

Obtaining the Alarm and Event Handling Statistics

Function

This API is used to obtain the alarm and event handling statistics.

Calling Method

For details, see Calling APIs.

URI

GET /v2/{project_id}/sec-ops/situation-dashboard/handling-statistics

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Unique project ID.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

time_axis

Array of longs

Timeline.

total_alarm_variation

Array of integers

List of alarm quantity changes.

total_event_variation

Array of integers

List of event quantity changes.

untreated_alarm_variation

Array of integers

List of unhandled alarm quantity changes.

untreated_event_variation

Array of integers

List of unhandled event quantity changes.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

OK

401

Unauthorized

403

Forbidden

404

Not Found

Error Codes

See Error Codes.