Controller: /nodeworx/plugins ============================= :Required Permissions: PLUGINS Action: ``edit`` ---------------- :Added in Version: 4.7.0-339 :Description: Edit a plugin. Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``plugin_name`` - string - Yes - themely, auto-enable-shell-account, eventhooks, softaculous, autoset-spamprefs, catchall-account-option, cloudflare, disable-local-delivery, domain-email-create, external-nfs-quota, hello, history, imunifyav, lets-encrypt, litespeed, r1soft, siteworx-backups-cron - - * - ``status`` - integer - No* - 1, 0 - 0 - \* indicates that it's actually required, but probably already has a valid default value. Action: ``fail`` ---------------- :Added in Version: n/a :Description: Magic function - test for failure mechanism. Action: ``listPlugins`` ----------------------- :Added in Version: 4.8.0-393 :Description: Get list of plugins. Sample Output ^^^^^^^^^^^^^ .. code-block:: array ( 'status' => 0, 'payload' => array ( 0 => array ( 'name' => 'themely', 'label' => 'Themely', 'desc' => 'One-click WordPress installer and manager for SiteWorx.', 'status' => false, 'cat' => '##LG_SCRIPT_INSTALLERS##', 'qh' => 'This free plugin enables users to quickly install and manage WordPress sites in SiteWorx.', 'error' => '', ), 1 => array ( 'name' => 'softaculous', 'label' => 'Softaculous', 'desc' => 'Softaculous is a fast, well designed auto installer, and it installs all scripts in just one step', 'status' => true, 'cat' => '##LG_SCRIPT_INSTALLERS##', 'qh' => 'From softaculous.com
Softaculous is a great Auto Installer having 104 great scripts and we are still adding more. Softaculous is ideal for Web Hosting companies and it could give a significant boost to your sales. These scripts cover most of the uses a customer could ever have. We have covered a wide array of Categories so that everyone could find the required script one would need to power their Web Site. The best part is we keep on adding new scripts which we know will satisfy the needs of a User. ', 'error' => '', ), 2 => array ( 'name' => 'r1soft', 'label' => 'R1Soft CDP Access', 'desc' => 'R1Soft Backup Siteworx Integration', 'status' => false, 'cat' => '##LG_BACKUP_RESTORE##', 'qh' => 'This plugin allows the SiteWorx user to automatically login to their account on an R1Soft CDP Server. By default, all SiteWorx users have access. Access can be revoked on a per SiteWorx account basis by editing the SiteWorx package of the account in question, or at SiteWorx account creation time. This plugin requires the R1Soft Agent installed on the interworx server.', 'error' => '', ), ), 'reply_code' => 205, ) Action: ``queryEdit`` --------------------- :Added in Version: 5.1.0-838 :Description: Displays the information available to the action "edit". Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``plugin_name`` - string - Yes - themely, auto-enable-shell-account, eventhooks, softaculous, autoset-spamprefs, catchall-account-option, cloudflare, disable-local-delivery, domain-email-create, external-nfs-quota, hello, history, imunifyav, lets-encrypt, litespeed, r1soft, siteworx-backups-cron - - Sample Output ^^^^^^^^^^^^^ .. code-block:: array ( 'status' => 0, 'payload' => array ( 'name' => 'Themely', 'description' => 'One-click WordPress installer and manager for SiteWorx.', 'status' => '0', 'plugin_name' => 'themely', ), 'reply_code' => 205, ) Action: ``reroute`` ------------------- :Added in Version: n/a :Description: Action to re-route from the current controller to a different one. Action: ``win`` --------------- :Added in Version: n/a :Description: Magic function - test for testing success mechanism.