Interfaces

A list of network interfaces supported by a server is held by the interfaces node of the response XML packet. The node has the following structure:

  • The interface node is required. It contains the name of a particular network interface. Data type: netInterfacesType (plesk_common.xsd).

 

A response packet received from server can look as follows:

<packet version="1.4.2.0">
<server>
<get>
   <result>
      <status>ok</status>
      <interfaces>
         <interface>eth0</interface>
      </interfaces>
   </result>
</get>
</server>
</packet>