When you install a new license key, the previous key is backed up, so that you can restore this key at any time. To roll back to your previously used license key, use the license-rollback-key operation.
The license-rollback-key operation is used for reverting to the previous license key.
A request XML packet (server_input.xsd
) reverts to the previous license key.
<packet>
<server>
<license-rollback-key/>
</server>
</packet>
The license-rollback-key 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
) reverts to the previous license key.
<packet>
<server>
<license-rollback-key/>
</server>
</packet>
Response:
<packet>
<server>
<license-rollback-key>
<result>
<status>ok</status>
<key-id>PLSK.01353783.0000</key-id>
</result>
</license-rollback-key>
</server>
</packet>