Пинг предназначен для анализа доступности хоста в сети.
Запросы для управления пингами:
addping - добавить пинг. Дополнительные параметры:
- k - идентификатор сессии пользователя;
id - идентификатор элемента, в случае если идентификатор отсутствует создается новый элемент типа 'ping', иначе модифицируется существующий;
- name - имя пинга, не более 63 символов;
- period - период отправки пинга хосту, минимальное значение 5;
- rtt - время между отправкой запроса и получением ответа (Round Trip Time), минимальное значение 1;
- server - имя или ip-адрес хоста, не более 127 символов;
- reset - значение "true" для этого параметра сбрасывает накопленную элементом статистику.
delping - удалить пинг. Дополнительные параметры:
- k - идентификатор сессии пользователя;
id - идентификатор элемента.
getelement - чтение элемента. Обязательные параметры:
- k - идентификатор сессии пользователя;
id - идентификатор элемента.
Ответ содержит информацию об элементе:
|
Ping is designed to analyze the availability of the host on the network.
Ping Management Requests:
addping - add a ping. Extra options:
- k is the user session ID;
- id - the identifier of the element, if the identifier does not create a new element of type 'ping', otherwise the existing one is modified;
- name - the name of the ping, no more than 63 characters;
- period - the period of sending the ping to the host, the minimum value is 5;
- rtt - the time between sending a request and receiving a reply (Round Trip Time), the minimum value is 1;
- server - name or ip-address of the host, no more than 127 characters;
- reset - the value "true" for this parameter resets the statistics accumulated by the element.
delping - delete the ping. Extra options:
- k is the user session ID;
- id is the ID of the item.
getelement - read the element. Required parameters:
- k is the user session ID;
- id is the ID of the item.
The answer contains information about the element:
|