• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. Giu

    Question Restore Backup with API/CLI from remote Storage

    Hi, i have two questions: 1) there is no way with the xml api or the REST api to restore a backup from a remote storage right? 2) if so then i need to make use of the cli: pleskrestore: Restoration from Backup my question here is: will this cli restore automatically check for the remote...
  2. Giu

    Question Plesk Webhook for Service Plan overusage

    fantastic. do you maybe know how often the event will be triggered? is it like only once when it reaches the limit the first time?
  3. Giu

    Question API-RPC and Let's Encrypt?

    if anyone wonders how to do it: curl --location --request POST 'yourserver.de:8443/api/v2/cli/extension/call' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic YOURAPIKEY' \ --data-raw '{ "params": [ "--exec", "letsencrypt", "cli.php", "-d"...
  4. Giu

    Question Plesk Webhook for Service Plan overusage

    Hi forum, is there a possibility of having a webhook if a subscription overuses for example their disk space limits when the service plan setting is configured to "overuse allowed but send notification"?
  5. Giu

    Question API-RPC and Let's Encrypt?

    @IgorG thank you for this info. i wonder where you can find an overview for the plesk bin extension of all possible cli commands that are possible. do you have a documentation about this? the xml api aswell the rest api are lacking of some other features that may be possible with the plesk cli
  6. Giu

    Resolved JSON API: Create/Update Client: "Call to a member function getApsBundleFilter() on null"

    So i "solved" the issue by myself i guess in the API Docs the following parameters where given: { "name": "John Smith", "company": "Plesk", "login": "john-unit-test", "status": 0, "email": "[email protected]", "locale": "en-US", "owner_login": "admin", <- i removed this and now...
  7. Giu

    Resolved JSON API: Create/Update Client: "Call to a member function getApsBundleFilter() on null"

    Hi there, im testing out the JSON Api. So far everything works nicely but on POST Create Client /clients PUT Update Client /clients/{id} i get the following Error: { "code": 0, "message": "Call to a member function getApsBundleFilter() on null" } On POST Create Client the client...
Back
Top