The install-module node of the output XML packet is of complex type (server_output.xsd
) which has the following presentation:
common.xsd
).A request packet installing a Plesk extension can look as follows:
<packet>
<server>
<install-module>
<url>http://example.com/extension.zip</url>
</install-module>
</server>
</packet>
Response:
<packet>
<server>
<install-module>
<result>
<status>ok</status>
</install-module>
</>
</server>
</packet>