• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How can I change threshold of notification when the maximum disk space changing?

A

AntonM

Guest
Hi!

Im trying to create perl script, but I don't understand Plesk Panel API.. how can i do this? I know how to work with XML in Perl, but i dont understand, what should be in it?
 
yes, i have already read API RPC Developer's Guide.. i saw description of "add" and "delete" operations.. but where can i find something about "set" or "edit"?
 
oh.. i found schemas.zip with different .xsd files =)
 
Last edited by a moderator:
i still not understand, what file describes properties of subscriptions?
 
my plesk panel includes only one language.. i found demo panel on your site with english language pack and now i can try to correctly explain what i want =)
in event manager i want to create an event for "Subscription limits updated"
if OLD_MAXIMUM_DISK_SPACE != NEW_MAXIMUM_DISK_SPACE
value of "Notify upon reaching disk space" must be changed (Hosting Services -> Subscriptions -> DOMAIN_NAME -> Customize -> Resources -> Notify upon reaching disk space)
 
Back
Top