Plesk functionality can be increased by using additional features (add-ons) like Acronis True Image, Kaspersky Antivirus, and so on. These add-ons require an additional license keys that can be ordered at any time. To install add-ons license keys:
The license-retrieve-keys operation is used for the additional keys installation.
A request XML packet (server_input.xsd
) installing additional keys:
<packet>
<server>
<license-retrieve-keys/>
</server>
</packet>
The license-retrieve-keys node of the output XML packet is of complex type (server_output.xsd
) which has the following presentation:
common.xsd
).A request XML packet (server_input.xsd
) installing additional keys:
<packet>
<server>
<license-retrieve-keys/>
</server>
</packet>
Response:
<packet>
<server>
<license-retrieve-keys>
<result>
<status>ok</status>
</result>
</license-retrieve-keys>
</server>
</packet>