get_measured_parameter_data – get an array of all values of measured parameters configured for the specific Protected resource that are visible to the Customer.

April 17, 2024

ID 206503

get_measured_parameter_data(Auth, client_id, resource_id, start_time, end_time)

Description: the method displays the array of all values of measured parameters configured for the specific Protected resource that are visible to the Customer.

Input parameters:

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

resource_id (int) – Protected resource ID (integer from 1 to 4 294 967 295).

start_time (str) – start of the interval for data output ('YYYY-MM-DD hh:mm:ss').

end_time (str) – end of the interval for data output ('YYYY-MM-DD hh:mm:ss', the interval end must not be earlier than the interval start).

Note:

The maximum time interval is 3 days.

Output parameters:

unit_check_id (int) – identifier of the specific instance of the measured parameter.

timestamp (str) – point in time for output of values (timestamp).

type (int) – type of line (2 – "clean" traffic, 0 – "dirty" traffic).

value (str) – line value.

threshold (str) – "profile" of the given instance of the measured parameter at the specific point.

mult1 (str) – multiplier of the attention level.

mult2 (str) – multiplier of the alarm level.

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.