Edit the currently authenticated users' profile.
List siteworx account details.
array ( 'status' => 0, 'payload' => array ( 'username' => 'example', 'email' => 'user@example.com', 'masterdomain' => 'example.com', 'homedir' => '/home/example', 'domains' => array ( 0 => 'example.com', 1 => 'secondary.com', ), 'remaining_diskspace' => 'unlimited', 'options' => array ( 'storage' => 999999999, 'bandwidth' => 999999999, 'email_aliases' => 999999999, 'email_autoresponders' => 999999999, 'email_boxes' => 999999999, 'email_groups' => 999999999, 'ftp_accounts' => 999999999, 'mysql_dbs' => 999999999, 'mysql_db_users' => 999999999, 'pointer_domains' => 999999999, 'slave_domains' => 999999999, 'subdomains' => 999999999, 'backup' => true, 'cgi_access' => true, 'crontab' => true, 'dns_records' => true, 'resolve_xferlog_dns' => true, 'ssl' => true, 'burstable' => true, 'save_xfer_logs' => true, ), ), )
List available disk space action.
array ( 'status' => 0, 'payload' => 'unlimited', )
List the InterWorx license key.
array ( 'status' => 0, 'payload' => array ( 'licence_key' => 'INTERWORX_COS5_INST', ), )
List the current master domain.
array ( 'status' => 0, 'payload' => 'example.com', )
Get the mode php is running under.
array ( 'status' => 0, 'payload' => 'suphp', )
List the version of InterWorx installed.
array ( 'status' => 0, 'payload' => array ( 'version' => '4.10.0-440', ), )
List the current working domain.
Query legacy scriptworx installations.
Controller: Overview
Action: editProfile (Added in version 4.8.3-415)
Edit the currently authenticated users' profile.
Input Parameters
cs, en-us, fr, de, hu, it, pl, pt, sk, es, sv, tr
en-us
big, small
small
Confirm the password field by providing it again. Must match the password provided.
Action: listAccountDetails
List siteworx account details.
Example Output
array ( 'status' => 0, 'payload' => array ( 'username' => 'example', 'email' => 'user@example.com', 'masterdomain' => 'example.com', 'homedir' => '/home/example', 'domains' => array ( 0 => 'example.com', 1 => 'secondary.com', ), 'remaining_diskspace' => 'unlimited', 'options' => array ( 'storage' => 999999999, 'bandwidth' => 999999999, 'email_aliases' => 999999999, 'email_autoresponders' => 999999999, 'email_boxes' => 999999999, 'email_groups' => 999999999, 'ftp_accounts' => 999999999, 'mysql_dbs' => 999999999, 'mysql_db_users' => 999999999, 'pointer_domains' => 999999999, 'slave_domains' => 999999999, 'subdomains' => 999999999, 'backup' => true, 'cgi_access' => true, 'crontab' => true, 'dns_records' => true, 'resolve_xferlog_dns' => true, 'ssl' => true, 'burstable' => true, 'save_xfer_logs' => true, ), ), )Action: listAvailableDiskSpace
List available disk space action.
Example Output
Action: listLicenseKey (Added in version 4.2.0-260)
List the InterWorx license key.
Example Output
array ( 'status' => 0, 'payload' => array ( 'licence_key' => 'INTERWORX_COS5_INST', ), )Action: listMasterDomain
List the current master domain.
Example Output
Action: listPhpInstallMode
Get the mode php is running under.
Example Output
Action: listVersion (Added in version 4.2.0-260)
List the version of InterWorx installed.
Example Output
array ( 'status' => 0, 'payload' => array ( 'version' => '4.10.0-440', ), )Action: listWorkingDomain
List the current working domain.
Example Output
Action: queryLegacyScriptworxInstallations
Query legacy scriptworx installations.
Input Parameters