• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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