api-examples icon indicating copy to clipboard operation
api-examples copied to clipboard

Plesk API-RPC usage examples

Plesk API-RPC Usage Examples

Repository contains the examples on how to use Plesk API-RPC using different programming languages. Here you can find useful helpers to execute API-RPC requests.

Languages

  • Bash
  • C++
  • C#
  • Go
  • Java
  • Node.js
  • Objective-C
  • PHP
  • Python
  • Ruby
  • Visual Basic

How to Run

To run the example use the following command:

REMOTE_HOST=your-plesk-host.dom REMOTE_LOGIN=admin REMOTE_PASSWORD=password ./example.py

Plain Text Examples

Plain text examples of possible requests and responses: http://plesk.github.io/api-examples/

Documentation