- 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
Any information please?
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?