Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Пинг предназначен для анализа доступности хоста в сети.

Запросы для управления пингами:

addping - добавить пинг. Дополнительные параметры:

  • k - идентификатор сессии пользователя;
  • id - идентификатор элемента, в случае если идентификатор отсутствует создается новый элемент типа 'ping', иначе модифицируется существующий;

  • name - имя пинга, не более 63 символов;
  • period - период отправки пинга хосту, минимальное значение 5;
  • rtt - время между отправкой запроса и получением ответа (Round Trip Time), минимальное значение 1;
  • server - имя или ip-адрес хоста, не более 127 символов;
  • reset - значение "true" для этого параметра сбрасывает накопленную элементом статистику.

delping - удалить пинг. Дополнительные параметры:

  • k - идентификатор сессии пользователя;
  • id - идентификатор элемента.

getelement - чтение элемента. Обязательные параметры:

  • k - идентификатор сессии пользователя;
  • id - идентификатор элемента.

Ответ содержит информацию об элементе:

...

<element id="502001" module="2009" num="1" clas="devirt" type="ping" name="my_ping" state="normal" 
period
="57" rtt="12" server="google.com" ip="94.231.112.241" value="1.309" sent="1" received="1" status="Echo Reply" />

Ping is designed to analyze the availability of the host on the network.

Ping Management Requests:

addping - add a ping. Extra options:

  • k

...

  • - user session ID;
  • id - the identifier of the element

...

  • ; if the identifier

...

  • is absent, a new element of type 'ping' is created, 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 are:

  • k

...

  • -user session ID;
  • id

...

  • - element ID.


getelement - read the element. Required parameters are:

  • k

...

  • - user session ID;
  • id

...

  • - element ID.

The

...

response contains information about the element:

<element id="502001" module="2009" num="1" clas="devirt" type="ping" name="my_ping" state="normal" 
period
="57" rtt="12" server="google.com" ip="94.231.112.241" value="1.309" sent="1" received="1" status="Echo Reply" />