• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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