Introduction

Technology

The Key Administrator API is based on the XML-RPC protocol. XML-RPC is a Remote Procedure Calling protocol that works over the Internet. An XML-RPC message is an HTTP-POST request. The body of the request is in XML. A procedure executes on the server and the value(s) it returns is also formatted in XML.

Procedure parameters can be scalars, numbers, strings, dates, etc., and can also be complex records and list structures. Particular parameters and return values are command-specific. By default, all command parameters and structure fields are required.

 

Access Points

Key Management Remote API endpoint is available at:

https://ka.parallels.com:7050

For testing purposes, please use the following URL:

https://kademo.parallels.com:7050

Please note that it is mandatory to use secured connections (HTTP over SSL).

Note: A separate API login is required to connect to the API, the standard KA Client or Reseller login to the GUI does not work.