Request Packet

Request Packet

A request XML packet installing a Plesk extension contains the install-module operation node:

<packet>
  <server>
    <install-module>
      ...
    </install-module>
  </server>
</packet>

 

The install-module node is presented by complex type InstallModuleInput (server_input.xsd) and structured as follows:

install-module-input

  • The url node is required. It holds the URL of an extension ZIP file. Data type: urlType.