attack_active_list – get a list of all active attacks being conducted against Customer's Protected resources.

April 17, 2024

ID 206497

attack_active_list(Auth, client_id, locale_id)

Deprecated since version 6.17.1: Use 'client_attack_list' instead.

Description: get a list of all active attacks being conducted against Customer's Protected resources.

Input parameters:

client_id (int) – customer ID (integer from 1 to 4 294 967 295).

locale_id (int) – locale ID (10 for English, 77 for Russian).

Output parameters:

attack_id (int) – identifier of the attack.

attack_type (str) – type of attack in the selected locale.

start (str) – timestamp of the start of the attack.

resource_id (int) – Protected resource ID.

resource_name (str) – name of the Protected resource in the selected locale.

group_id (int) – Protected resource group ID.

group_name (str) – name of the Protected resource group.

max_point_value_bps (float) – peak value of the measured parameter "Incoming traffic in bps" since the start of the attack.

max_point_value_pps (float) – peak value of the measured parameter "Incoming traffic in pps" since the start of the attack.

max_point_value_rps (float) – peak value of the measured parameter "HTTP requests, hits/sec" since the start of the attack.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.