Issue Rest api breaking change with 18.0.18 #4 ??

wtfred

New Pleskian
Server operating system version
Ubuntu
Plesk version and microupdate number
18.0.78 Update #4
Hello,

I'm using Plesk rest api for years to create domains.
Now, i cannot set anymore php_handler_id, www_root or shell. Maybe also some others things i didn't notice yet.
Domain is created, but those values are not set.

On 18.0.18 #3, is still working, with same json

Code:
{
  "name": "test-api.com",
  "hosting_type": "virtual",
  "hosting_settings": {
    "ftp_login": "test-api",
    "ftp_password": "xxxxx",
    "ssl-redirect": "true",
    "www_root": "httpdocs/current/public",
    "php_handler_id": "plesk-php83-fpm",
    "shell": "/bin/bash",
    "upload_max_filesize": "50M",
    "post_max_size": "50M",
    "memory_limit": "256M",
    "seo-redirect": "non-www"
  },
  "ip_addresses": [
    "212.192.122.46"
  ],
  "plan": {
    "name": "Unlimited"
  }
}

Any information please?
 
Hello,

Thank you for reporting this issue and for the information you provided.

We have confirmed the bug. The ticket ID is EXTPLESK-14068. Our team is currently working on a fix with high priority.
 
The fix has been released and will be delivered to your server within the next 24 hours.

Please let us know whether the issue has been resolved or if it still persists after the update is applied.

Thank you for your cooperation.
 
Back
Top