Versions Compared

Key

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

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

Запросы для управления пингами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 - имя пинга, не более 63 символов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-адрес хоста, не более 127 символов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" />

...