{
    "whmcs_panel_sso_issue": {
        "__no_subaction__": {
            "input": [
                "clientid",
                "ip",
                "ip_caller",
                "state",
                "token"
            ],
            "output": [
                "error",
                "expires_in",
                "redirect_url",
                "result"
            ],
            "descr": ""
        }
    },
    "whmcs_panel_sso_redeem": {
        "__no_subaction__": {
            "input": [
                "code",
                "ip",
                "ip_caller",
                "sso_code",
                "state"
            ],
            "output": [
                "adminid",
                "clientid",
                "error",
                "language",
                "result",
                "username"
            ],
            "descr": ""
        }
    },
    "web_user_actions_track": {
        "__no_subaction__": {
            "input": [
                "action_name",
                "action_type",
                "browser_locale",
                "clientid",
                "created_at",
                "events",
                "ip",
                "ip_caller",
                "locale",
                "page_url",
                "payload",
                "referrer",
                "session_id",
                "session_uuid",
                "site",
                "site_locale",
                "target_url",
                "user_agent",
                "user_email",
                "user_id"
            ],
            "output": [
                "disabled",
                "fail_open",
                "ignored",
                "inserted",
                "result"
            ],
            "descr": ""
        }
    },
    "web_user_actions_list": {
        "__no_subaction__": {
            "input": [
                "action_type",
                "date_from",
                "date_to",
                "ip",
                "limit",
                "offset",
                "search",
                "user_agent",
                "user_id",
                "viewer_clientid"
            ],
            "output": [
                "data",
                "disabled",
                "error",
                "fail_open",
                "limit",
                "offset",
                "result",
                "total"
            ],
            "descr": ""
        }
    },
    "geoip": {
        "__no_subaction__": {
            "input": [
                "ip"
            ],
            "output": [
                "city",
                "country_code",
                "country_name",
                "data",
                "error",
                "region",
                "result"
            ],
            "descr": ""
        }
    },
    "whmcs_login": {
        "__no_subaction__": {
            "input": [
                "ip",
                "ownid",
                "password",
                "username"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_adminlogin": {
        "__no_subaction__": {
            "input": [
                "password",
                "username"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_getclient": {
        "__no_subaction__": {
            "input": [
                "clientid",
                "username"
            ],
            "output": [],
            "descr": ""
        }
    },
    "account": {
        "create_account": {
            "input": [
                "email",
                "firstname"
            ],
            "output": [],
            "descr": ""
        },
        "update_paymentmethod": {
            "input": [
                "clientid",
                "paymentmethod"
            ],
            "output": [],
            "descr": ""
        },
        "update_contract_paymentmethod": {
            "input": [
                "clientid",
                "itemid",
                "itemtype",
                "paymentmethod"
            ],
            "output": [],
            "descr": ""
        },
        "update_iban": {
            "input": [
                "clientid",
                "iban",
                "swift"
            ],
            "output": [],
            "descr": ""
        },
        "changepass": {
            "input": [
                "clientid",
                "confirmpw",
                "existingpw",
                "newpw"
            ],
            "output": [],
            "descr": ""
        },
        "get_account": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "getcontact_by_username": {
            "input": [
                "account",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "update_account": {
            "input": [
                "clientid",
                "language"
            ],
            "output": [],
            "descr": ""
        },
        "update_language": {
            "input": [
                "clientid",
                "explicit_user_action",
                "language"
            ],
            "output": [],
            "descr": ""
        },
        "saveownid": {
            "input": [
                "clientid",
                "email",
                "loginId",
                "ownid"
            ],
            "output": [],
            "descr": ""
        },
        "update_avatar": {
            "input": [
                "clientid",
                "fileContent"
            ],
            "output": [],
            "descr": ""
        },
        "returnpanel": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "getpaymentmethods": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "getalerts": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "save_alert": {
            "input": [
                "clientid",
                "type",
                "value"
            ],
            "output": [],
            "descr": ""
        },
        "getsepainfo": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "getactivity": {
            "input": [
                "clientid",
                "filter_action",
                "filter_date",
                "filter_ip",
                "filter_subaction",
                "filter_text",
                "full",
                "page",
                "paginated",
                "per_page",
                "search",
                "sort_dir",
                "sort_field",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "get2fa": {
            "input": [
                "clientid",
                "email",
                "friendid"
            ],
            "output": [
                "recucode",
                "showrecucode",
                "status",
                "url"
            ],
            "descr": ""
        },
        "verify2fa": {
            "input": [
                "clientid",
                "code",
                "friendid"
            ],
            "output": [],
            "descr": ""
        },
        "reconfigure2fa": {
            "input": [
                "clientid",
                "friendid",
                "recucode"
            ],
            "output": [],
            "descr": ""
        },
        "getpaymentvalidation": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "createpaymentvalidation": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "getscheduler": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "migrate": {
            "input": [
                "account",
                "accountid",
                "changedns",
                "changeserver",
                "clientid",
                "date",
                "domain",
                "proxy",
                "remove",
                "server",
                "suspend",
                "targetserver"
            ],
            "output": [],
            "descr": ""
        },
        "isproxied": {
            "input": [
                "accountid",
                "clientid",
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "toproxy": {
            "input": [
                "accountid",
                "clientid",
                "domain",
                "server"
            ],
            "output": [],
            "descr": ""
        }
    },
    "mail": {
        "migration_list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "migration_create": {
            "input": [
                "clientid",
                "domain",
                "email",
                "folder",
                "host",
                "password",
                "port",
                "source_email"
            ],
            "output": [],
            "descr": ""
        },
        "resetwebmailpass": {
            "input": [
                "email",
                "pin",
                "step"
            ],
            "output": [],
            "descr": ""
        },
        "savepolicies": {
            "input": [
                "clientid",
                "password_days",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "getpolicies": {
            "input": [
                "domain",
                "serviceid",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "emailpass": {
            "input": [
                "account",
                "accountid",
                "changedns",
                "changeserver",
                "clientid",
                "date",
                "domain",
                "remove",
                "suspend",
                "targetserver"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "email",
                "google_calendar_integration",
                "operation",
                "pass",
                "quota"
            ],
            "output": [],
            "descr": ""
        },
        "dayswithsamepass": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "addpassremember": {
            "input": [
                "days",
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "sendcommunication": {
            "input": [
                "email",
                "params",
                "template"
            ],
            "output": [],
            "descr": ""
        },
        "generatepin": {
            "input": [
                "phone",
                "prefix",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "changeforcedpassword": {
            "input": [
                "email",
                "hostname",
                "newpass",
                "phone",
                "pin",
                "prefix"
            ],
            "output": [],
            "descr": ""
        },
        "verify_password": {
            "input": [
                "email",
                "pass"
            ],
            "output": [],
            "descr": ""
        },
        "verify_password_strength": {
            "input": [
                "pass"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "account",
                "cpanelaccount",
                "domain",
                "email",
                "hostname",
                "server",
                "serverid",
                "servername",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "get_google_calendar_status": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "getmeta": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "savemeta": {
            "input": [
                "address",
                "city",
                "country",
                "email",
                "firstname",
                "lastname",
                "newpass",
                "phone",
                "postalcode",
                "prefix"
            ],
            "output": [],
            "descr": ""
        },
        "webmail_link": {
            "input": [
                "email"
            ],
            "output": [
                "hostname",
                "urlfull"
            ],
            "descr": ""
        },
        "validate_current": {
            "input": [
                "domain",
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "unlockincoming": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "lockincoming": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "unlockoutcoming": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "lockoutcoming": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "unlocklogin": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "locklogin": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "unauthenticated_count": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "unauthenticated_sends": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "accounts_limits": {
            "input": [
                "domain",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "eximsmarthosts": {
            "input": [
                "domain",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "eximsmarthosts_check": {
            "input": [
                "domain",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        }
    },
    "services": {
        "status": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "vps_server": {
        "new": {
            "input": [
                "clientid",
                "params",
                "paymentmethod",
                "serviceid"
            ],
            "output": [
                "clientid",
                "orderid",
                "taskid"
            ],
            "descr": ""
        },
        "resize": {
            "input": [
                "clientid",
                "params",
                "serverid",
                "serviceid"
            ],
            "output": [
                "clientid",
                "orderid",
                "taskid"
            ],
            "descr": ""
        },
        "reinstall": {
            "input": [
                "clientid",
                "params",
                "serverid",
                "serviceid"
            ],
            "output": [
                "clientid",
                "orderid",
                "taskid"
            ],
            "descr": ""
        },
        "status": {
            "input": [
                "batchid",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid",
                "filter",
                "status",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "ips_list": {
            "input": [
                "filter",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "images_list": {
            "input": [
                "filter",
                "imagetype",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "ip_release": {
            "input": [
                "ip",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "statusnode": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "statuscluster": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "metricscluster": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "resourcescluster": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "taskscluster": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "reboot": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "hardreboot": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "off": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "start": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "snapshot": {
            "input": [
                "description",
                "name",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "archive": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "unarchive": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "remove": {
            "input": [
                "clientid",
                "serverid",
                "serviceid"
            ],
            "output": [
                "cancelresult",
                "clientid",
                "orderid",
                "taskid"
            ],
            "descr": ""
        },
        "changepass": {
            "input": [
                "newpass",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "securessh": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "autenticationmethod": {
            "input": [
                "serviceid",
                "ssoo",
                "version"
            ],
            "output": [],
            "descr": ""
        },
        "updatebackuppreferences": {
            "input": [
                "enabled",
                "frequency",
                "serverid",
                "serviceid",
                "slots",
                "timezone"
            ],
            "output": [],
            "descr": ""
        },
        "disablebackup": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "restorebackup": {
            "input": [
                "idbck",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "restoresnapshot": {
            "input": [
                "idsnapshot",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "newsnapshot": {
            "input": [
                "description",
                "idsnapshot",
                "name",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "enableprivatenetwork": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "disableprivatenetwork": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "newrule": {
            "input": [
                "description",
                "firewallid",
                "portRangeMax",
                "portRangeMin",
                "protocol",
                "serverid",
                "serviceid",
                "sourceIp"
            ],
            "output": [],
            "descr": ""
        },
        "editrule": {
            "input": [
                "description",
                "firewallid",
                "portRangeMax",
                "portRangeMin",
                "protocol",
                "ruleId",
                "serverid",
                "serviceid",
                "sourceIp"
            ],
            "output": [],
            "descr": ""
        },
        "removerule": {
            "input": [
                "firewallid",
                "ruleId",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "newfirewall": {
            "input": [
                "description",
                "idsnapshot",
                "name",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "assignfirewall": {
            "input": [
                "idsnapshot",
                "newfirewallid",
                "oldfirewallid",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "getrule": {
            "input": [
                "firewallid",
                "ruleId",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "shell": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "rename": {
            "input": [
                "name",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "metrics": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "metrics_series": {
            "input": [
                "limit",
                "serverid",
                "timeframe"
            ],
            "output": [],
            "descr": ""
        },
        "resource_event": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "set_resource_event": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "cost": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "planner_get": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "planner_save": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "planner_delete": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "planner_execute": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "vps_firewall": {
        "get": {
            "input": [
                "firewallid",
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "vps_sshkeys": {
        "get": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "new": {
            "input": [
                "clientid",
                "params"
            ],
            "output": [],
            "descr": ""
        },
        "remove": {
            "input": [
                "clientid",
                "keyid",
                "params"
            ],
            "output": [],
            "descr": ""
        }
    },
    "vps_activity": {
        "list": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "vps_firewalls": {
        "get": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "vps_backups": {
        "get": {
            "input": [
                "serverid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "vps_images": {
        "get": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "new": {
            "input": [
                "asoc_op",
                "asoc_subaction",
                "parameter0",
                "parameter1",
                "phone",
                "template",
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "attach": {
            "input": [
                "clientid",
                "network_id",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "detach": {
            "input": [
                "clientid",
                "network_id",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "getserver": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "clients": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "isdedicatedaccount": {
            "input": [
                "domainsel",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "accounts": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_favorite": {
            "input": [
                "accountid",
                "favorite",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "savemeta": {
            "input": [
                "alias",
                "clientid",
                "notes",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "status",
                "taskid"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "contactid"
            ],
            "output": [],
            "descr": ""
        },
        "suspend": {
            "input": [
                "accountid"
            ],
            "output": [
                "resSuspendAccount"
            ],
            "descr": ""
        },
        "activate": {
            "input": [
                "accountid"
            ],
            "output": [
                "resActivateAccount"
            ],
            "descr": ""
        },
        "update_server": {
            "input": [
                "domain",
                "server"
            ],
            "output": [],
            "descr": ""
        },
        "update_external": {
            "input": [
                "accountid",
                "address",
                "aid",
                "city",
                "countrycode",
                "countryname",
                "domain",
                "email",
                "firstname",
                "lastname",
                "password",
                "phone",
                "postalcode",
                "serviceid",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "update_external_perm": {
            "input": [
                "accountid",
                "address",
                "aid",
                "city",
                "countrycode",
                "countryname",
                "domain",
                "domainact",
                "email",
                "firstname",
                "lastname",
                "password",
                "phone",
                "postalcode",
                "serviceid",
                "sid",
                "type",
                "value"
            ],
            "output": [],
            "descr": ""
        },
        "enable_wl": {
            "input": [
                "clientid",
                "domainsel",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "disable_wl": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "update_wl": {
            "input": [
                "clientid",
                "logo_data",
                "logo_filename",
                "logo_filetype",
                "serviceid",
                "showname",
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "getwldata": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "getwldatabydomain": {
            "input": [
                "domainsel",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "remote": {
            "input": [
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "restart": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "reinstall": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "save_public_key": {
            "input": [
                "clientid",
                "pid",
                "public_key"
            ],
            "output": [],
            "descr": ""
        },
        "statistics": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "services": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "servers": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "events": {
            "input": [
                "clientid"
            ],
            "output": [
                "events"
            ],
            "descr": ""
        },
        "eventsgraph": {
            "input": [
                "clientid"
            ],
            "output": [
                "cost",
                "costs",
                "events",
                "eventslin"
            ],
            "descr": ""
        },
        "setup": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "savesetup": {
            "input": [
                "clientid",
                "maxamount",
                "umbral"
            ],
            "output": [],
            "descr": ""
        },
        "info": {
            "input": [
                "clientid"
            ],
            "output": [
                "acc",
                "aff"
            ],
            "descr": ""
        },
        "transfers_assigned": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "getdetails": {
            "input": [],
            "output": [
                "perm",
                "score",
                "screenshot",
                "whmcusage"
            ],
            "descr": ""
        },
        "visit": {
            "input": [
                "aff",
                "aff_referer"
            ],
            "output": [],
            "descr": ""
        },
        "referrals": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "view": {
            "input": [
                "data",
                "id",
                "welcometype"
            ],
            "output": [],
            "descr": ""
        },
        "complete": {
            "input": [
                "id",
                "tourtype"
            ],
            "output": [],
            "descr": ""
        },
        "launch": {
            "input": [
                "clientid",
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "listdomains": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "excepctions_dmarc": {
            "input": [
                "domainsel",
                "updatable"
            ],
            "output": [],
            "descr": ""
        },
        "get_excepctions_dmarc": {
            "input": [
                "domainsel"
            ],
            "output": [],
            "descr": ""
        },
        "geturl": {
            "input": [
                "addonid",
                "serviceid",
                "typeaddon"
            ],
            "output": [
                "new",
                "success"
            ],
            "descr": ""
        },
        "search": {
            "input": [
                "clientid",
                "serviceid",
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "suggestions": {
            "input": [
                "search"
            ],
            "output": [
                "suggestions"
            ],
            "descr": ""
        },
        "tld": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "getexternal": {
            "input": [
                "extdomain"
            ],
            "output": [],
            "descr": ""
        },
        "availabledomains": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_update_lock": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_privacy_lock": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_transfer_lock": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_view_whois": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_autorenew_lock": {
            "input": [
                "domain",
                "domainid",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "get_locks": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "info_contacts": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "list_nameservers": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "update_nameservers": {
            "input": [
                "domain",
                "ns"
            ],
            "output": [],
            "descr": ""
        },
        "update_infocontacts": {
            "input": [
                "contact",
                "domain",
                "domainid"
            ],
            "output": [],
            "descr": ""
        },
        "resend_verificationmail": {
            "input": [
                "domain",
                "domainid"
            ],
            "output": [],
            "descr": ""
        },
        "listalerts": {
            "input": [
                "domain"
            ],
            "output": [
                "ownerverification"
            ],
            "descr": ""
        },
        "screenshot": {
            "input": [
                "cache",
                "clientid",
                "date",
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "reply": {
            "input": [
                "clientid",
                "customfields",
                "email",
                "fileContent",
                "fileName",
                "markdown",
                "message",
                "name",
                "operator",
                "ticketid"
            ],
            "output": [],
            "descr": ""
        },
        "close": {
            "input": [
                "clientid",
                "ticketid"
            ],
            "output": [],
            "descr": ""
        },
        "new_operator": {
            "input": [
                "clientid",
                "deptid",
                "fileContent",
                "fileName",
                "message",
                "priority",
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "get_statistics": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "query": {
            "input": [
                "data"
            ],
            "output": [],
            "descr": ""
        },
        "send": {
            "input": [
                "data"
            ],
            "output": [],
            "descr": ""
        },
        "persist_agency_lead": {
            "input": [
                "agency",
                "deptid",
                "email",
                "g-recaptcha-response",
                "ip",
                "locale",
                "message",
                "name",
                "phone",
                "privacy_accepted",
                "recaptcha_token",
                "source",
                "user_agent",
                "website"
            ],
            "output": [],
            "descr": ""
        },
        "persist_public_contact": {
            "input": [
                "department",
                "department_text",
                "deptid",
                "email",
                "g-recaptcha-response",
                "ip",
                "locale",
                "message",
                "name",
                "recaptcha_token",
                "source",
                "subject",
                "terms_accepted",
                "user_agent"
            ],
            "output": [],
            "descr": ""
        },
        "updatebillingcycle": {
            "input": [
                "addonid",
                "billingcycle"
            ],
            "output": [],
            "descr": ""
        },
        "entries": {
            "input": [
                "categoryid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "add": {
            "input": [
                "cart",
                "clientid",
                "profile",
                "uuid"
            ],
            "output": [],
            "descr": ""
        },
        "updatethumbnail": {
            "input": [
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "update": {
            "input": [
                "body_en",
                "entryid",
                "slug_en",
                "title_en"
            ],
            "output": [],
            "descr": ""
        },
        "addtoproposal": {
            "input": [
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "closeproposal": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "pendingproposal": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "requestproposal": {
            "input": [
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "idea": {
            "input": [
                "field"
            ],
            "output": [],
            "descr": ""
        },
        "analyze-page": {
            "input": [
                "prompt"
            ],
            "output": [],
            "descr": ""
        },
        "category": {
            "input": [
                "categoryid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "categories": {
            "input": [
                "categoryid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "article": {
            "input": [
                "articleid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "create": {
            "input": [
                "autoapplycredit",
                "clientid",
                "date",
                "duedate",
                "invoiceid",
                "itemamount1",
                "itemamount2",
                "itemdescription1",
                "itemdescription2",
                "itemtaxed1",
                "itemtaxed2",
                "paymentmethod",
                "sendinvoice",
                "serviceid",
                "taxrate"
            ],
            "output": [],
            "descr": ""
        },
        "fix": {
            "input": [
                "autoapplycredit",
                "clientid",
                "date",
                "duedate",
                "invoiceid",
                "paymentmethod",
                "paymentmethod_new",
                "paymentmethod_old",
                "sendinvoice",
                "status",
                "taxrate",
                "total",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "changeinvoicemethod": {
            "input": [
                "invoiceid",
                "type"
            ],
            "output": [
                "result"
            ],
            "descr": ""
        },
        "download": {
            "input": [
                "invoiceid"
            ],
            "output": [
                "pdf",
                "pdflen"
            ],
            "descr": ""
        },
        "downloadexcel": {
            "input": [
                "clientid",
                "idbolsa"
            ],
            "output": [
                "excel",
                "excellen",
                "excellenb64"
            ],
            "descr": ""
        },
        "tasks": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "execs": {
            "input": [
                "campaignid",
                "cid"
            ],
            "output": [],
            "descr": ""
        },
        "domgen": {
            "input": [
                "dom",
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "comment": {
            "input": [
                "a_action",
                "a_op",
                "a_subaction",
                "comment",
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "validate_credentials": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_image": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_video": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_text": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_code": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_summary": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "analyze_server_observation": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "incident_master_list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "incident_master_update": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "monitoring_status": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "monitoring_status_update": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "analyze_image": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "status": {
            "input": [
                "invoiceid",
                "orderid",
                "session_id"
            ],
            "output": [
                "order",
                "status"
            ],
            "descr": ""
        },
        "disable": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "enable": {
            "input": [
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "purge_everything": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "clear": {
            "input": [
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "getmcp": {
            "input": [
                "limit"
            ],
            "output": [],
            "descr": ""
        },
        "listall": {
            "input": [
                "limit",
                "offset"
            ],
            "output": [],
            "descr": ""
        },
        "send_message": {
            "input": [
                "channel",
                "messages",
                "template",
                "text",
                "to"
            ],
            "output": [],
            "descr": ""
        },
        "getsummary": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "retry": {
            "input": [
                "blogname",
                "clientid",
                "data",
                "date",
                "domain",
                "domainsel",
                "id",
                "idioma",
                "installdir",
                "overwritefiles",
                "version",
                "wordpresspass",
                "wordpressuser",
                "wordpressusermail"
            ],
            "output": [],
            "descr": ""
        },
        "meta": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "logmanager": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "resetlogmanager": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "translate_text": {
            "input": [
                "sourceLanguageCode",
                "targetLanguageCode",
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "batch_translate_text": {
            "input": [
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "translate_document": {
            "input": [
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "batch_translate_document": {
            "input": [
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "updateorderinfocontacts": {
            "input": [
                "clientid",
                "domain",
                "idcontact",
                "infoContacts",
                "infocontacts",
                "uuid"
            ],
            "output": [],
            "descr": ""
        },
        "reload": {
            "input": [
                "clientid",
                "taskid"
            ],
            "output": [],
            "descr": ""
        },
        "intentstatus": {
            "input": [
                "invoiceid",
                "orderid",
                "payment_intent",
                "payment_intent_client_secret",
                "redirect_status"
            ],
            "output": [
                "order",
                "status"
            ],
            "descr": ""
        },
        "updatePayment": {
            "input": [
                "orderid",
                "payment_intent"
            ],
            "output": [],
            "descr": ""
        },
        "stripePK": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "type": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "getcategories": {
            "input": [
                "gid"
            ],
            "output": [],
            "descr": ""
        },
        "getmetaproducts": {
            "input": [
                "gid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "cartproducts": {
            "input": [
                "gid",
                "module",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "productsaddons": {
            "input": [
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "getpromotion": {
            "input": [
                "code"
            ],
            "output": [],
            "descr": ""
        },
        "getorder": {
            "input": [
                "clientid",
                "orderid",
                "userid_order"
            ],
            "output": [],
            "descr": ""
        },
        "getupgradeproducts": {
            "input": [
                "paymentmethod",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "calculateupgradeproduct": {
            "input": [
                "newproductbillingcycle",
                "newproductid",
                "paymentmethod",
                "promocode",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "upgradeproduct": {
            "input": [
                "newproductbillingcycle",
                "newproductid",
                "paymentmethod",
                "promocode",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "addorder": {
            "input": [
                "addonid",
                "billingcycle",
                "clientid",
                "serviceid",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "addmultipleorder": {
            "input": [
                "aversion",
                "cart",
                "clientid",
                "ns1",
                "ns2",
                "ns3",
                "paymentmethod",
                "profile",
                "serviceid"
            ],
            "output": [
                "taskid"
            ],
            "descr": ""
        },
        "addorderaddon": {
            "input": [
                "addonid",
                "billingcycle",
                "clientid",
                "serviceid"
            ],
            "output": [
                "taskid"
            ],
            "descr": ""
        },
        "syncfirewalljob": {
            "input": [
                "clientid",
                "filter_port",
                "status_filter",
                "sync_scope",
                "token",
                "uuid"
            ],
            "output": [],
            "descr": ""
        },
        "firewall": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "saverule": {
            "input": [
                "action",
                "comment",
                "destination",
                "edit",
                "flags",
                "ruleid",
                "servers",
                "service",
                "source",
                "visibility"
            ],
            "output": [],
            "descr": ""
        },
        "replayrule": {
            "input": [
                "ruleid"
            ],
            "output": [],
            "descr": ""
        },
        "syncrules": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "checkrulesync": {
            "input": [
                "ruleid"
            ],
            "output": [
                "errors"
            ],
            "descr": ""
        },
        "savecustomerrule": {
            "input": [
                "action",
                "clientid",
                "comment",
                "destination",
                "servers",
                "service",
                "serviceid",
                "source",
                "visibility"
            ],
            "output": [],
            "descr": ""
        },
        "deleterule": {
            "input": [
                "ruleid"
            ],
            "output": [],
            "descr": ""
        },
        "deletecustomerrule": {
            "input": [
                "clientid",
                "ruleid"
            ],
            "output": [],
            "descr": ""
        },
        "deleteserverrule": {
            "input": [
                "chain",
                "family",
                "ruleid",
                "server",
                "table"
            ],
            "output": [],
            "descr": ""
        },
        "saveserveroptions": {
            "input": [
                "accept_chain",
                "accept_family",
                "accept_policy",
                "accept_table",
                "allowgetrule",
                "allowupdaterule",
                "default_policy",
                "drop_chain",
                "drop_family",
                "drop_policy",
                "drop_table",
                "insert_accept",
                "insert_drop",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "regenerateserverfirewall": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "new_login": {
            "input": [
                "clave_adicional",
                "ip",
                "server",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "execute": {
            "input": [
                "command",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "update_jenkinsagent": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "restart_service": {
            "input": [
                "server",
                "serverid",
                "servername",
                "service_action",
                "service_name",
                "service_unit",
                "typepanel"
            ],
            "output": [],
            "descr": ""
        },
        "clear_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "capture_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "enable_api_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "disable_api_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "get_api_logs_status": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "servicesstatus": {
            "input": [
                "requested_tab",
                "server",
                "serverid",
                "servername",
                "typepanel"
            ],
            "output": [],
            "descr": ""
        },
        "disk_info": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "diskstats": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "networkstats": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "resize_disk": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "ips_reputation": {
            "input": [
                "domainsel",
                "ip_server",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "sendalert": {
            "input": [
                "alert",
                "data",
                "hostname",
                "server"
            ],
            "output": [],
            "descr": ""
        },
        "getalerts": {
            "input": [
                "alert",
                "data",
                "hostname",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "getalertssum": {
            "input": [
                "alert",
                "data",
                "hostname",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "restore_account": {
            "input": [
                "clientid",
                "date",
                "debug",
                "download",
                "web"
            ],
            "output": [],
            "descr": ""
        },
        "restore_db": {
            "input": [
                "clientid",
                "database",
                "date",
                "debug",
                "download"
            ],
            "output": [],
            "descr": ""
        },
        "restore_dns": {
            "input": [
                "clientid",
                "date",
                "debug",
                "domainsel",
                "download"
            ],
            "output": [],
            "descr": ""
        },
        "restore_files": {
            "input": [
                "clientid",
                "date",
                "debug"
            ],
            "output": [],
            "descr": ""
        },
        "restore_filesystem": {
            "input": [
                "clientid",
                "date",
                "debug",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "restore_mail": {
            "input": [
                "clientid",
                "date",
                "debug",
                "mailbox"
            ],
            "output": [],
            "descr": ""
        },
        "restore_web": {
            "input": [
                "clientid",
                "database",
                "date",
                "debug",
                "download",
                "web"
            ],
            "output": [],
            "descr": ""
        },
        "serverstatus": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "account": {
            "input": [
                "accountid",
                "serverid"
            ],
            "output": [
                "dates",
                "info"
            ],
            "descr": ""
        },
        "backup": {
            "input": [
                "accountid",
                "cpanelaccount",
                "date",
                "server",
                "serverid"
            ],
            "output": [
                "dates",
                "files"
            ],
            "descr": ""
        },
        "removeaccount": {
            "input": [
                "accountid",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "removebackupdate": {
            "input": [
                "date",
                "servername",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "listbackups": {
            "input": [
                "file_open",
                "path_open",
                "servername",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "listdnsdates": {
            "input": [
                "file_open",
                "path_open"
            ],
            "output": [],
            "descr": ""
        },
        "listfullbackups": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "vps_networks": {
        "get": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "new": {
            "input": [
                "cidr",
                "clientid",
                "ip_base",
                "name",
                "network_zone"
            ],
            "output": [],
            "descr": ""
        },
        "attach": {
            "input": [
                "clientid",
                "network_id",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "detach": {
            "input": [
                "clientid",
                "network_id",
                "serverid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "dedicated_server": {
        "getserver": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "clients": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "isdedicatedaccount": {
            "input": [
                "domainsel",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "accounts": {
            "input": [
                "serviceid"
            ],
            "output": [
                "accounts",
                "alias",
                "cpus",
                "espacio",
                "espacioNeto",
                "espacioTotal",
                "hostname",
                "id",
                "migracion",
                "notes",
                "package",
                "ram",
                "server",
                "typepanel"
            ],
            "descr": ""
        },
        "toggle_favorite": {
            "input": [
                "accountid",
                "favorite",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "savemeta": {
            "input": [
                "alias",
                "clientid",
                "notes",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "accountid",
                "admin",
                "clientid",
                "date",
                "desc",
                "name",
                "newdomain",
                "pass",
                "quota",
                "serviceid",
                "typepanel",
                "user",
                "wordpress",
                "wordpressidioma",
                "wordpressversion"
            ],
            "output": [
                "cluster_cpanel",
                "create_account_error",
                "emailcontacto_cpanel",
                "package_cpanel",
                "resCreateAccount",
                "resInstallWordpress",
                "res_table"
            ],
            "descr": ""
        },
        "delete": {
            "input": [
                "accountid",
                "clientid",
                "serviceid"
            ],
            "output": [
                "resDeleteAccount",
                "res_del_table"
            ],
            "descr": ""
        },
        "suspend": {
            "input": [
                "accountid"
            ],
            "output": [
                "resSuspendAccount"
            ],
            "descr": ""
        },
        "activate": {
            "input": [
                "accountid"
            ],
            "output": [
                "resActivateAccount"
            ],
            "descr": ""
        },
        "get": {
            "input": [
                "account",
                "accountid",
                "serviceid"
            ],
            "output": [
                "account",
                "client",
                "daccount",
                "hosting",
                "proxy",
                "screenshot",
                "server",
                "serviceid",
                "typepanel"
            ],
            "descr": ""
        },
        "update_server": {
            "input": [
                "domain",
                "server"
            ],
            "output": [],
            "descr": ""
        },
        "update_external": {
            "input": [
                "accountid",
                "address",
                "aid",
                "city",
                "countrycode",
                "countryname",
                "domain",
                "email",
                "firstname",
                "lastname",
                "password",
                "phone",
                "postalcode",
                "serviceid",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "update_external_perm": {
            "input": [
                "accountid",
                "address",
                "aid",
                "city",
                "countrycode",
                "countryname",
                "domain",
                "domainact",
                "email",
                "firstname",
                "lastname",
                "password",
                "phone",
                "postalcode",
                "serviceid",
                "sid",
                "type",
                "value"
            ],
            "output": [],
            "descr": ""
        },
        "enable_wl": {
            "input": [
                "clientid",
                "domainsel",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "disable_wl": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "update_wl": {
            "input": [
                "clientid",
                "logo_data",
                "logo_filename",
                "logo_filetype",
                "serviceid",
                "showname",
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "getwldata": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "getwldatabydomain": {
            "input": [
                "domainsel",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "remote": {
            "input": [
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid",
                "paymentmethod"
            ],
            "output": [],
            "descr": ""
        },
        "restart": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "reinstall": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "save_public_key": {
            "input": [
                "clientid",
                "pid",
                "public_key"
            ],
            "output": [],
            "descr": ""
        },
        "statistics": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "services": {
            "input": [
                "command",
                "name",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "getdetails": {
            "input": [
                "domain"
            ],
            "output": [
                "addondomains",
                "alias",
                "enabled_application_manager",
                "enabled_autossl",
                "enabled_backup",
                "enabled_cron",
                "enabled_domain",
                "enabled_filemanager",
                "enabled_ftpaccts",
                "enabled_mail",
                "enabled_mysql",
                "enabled_php",
                "enabled_sec",
                "enabled_server",
                "enabled_wordpress_manager",
                "grants",
                "malware",
                "perm",
                "score",
                "screenshot",
                "subdomains",
                "whmcusage"
            ],
            "descr": ""
        }
    },
    "highavailability": {
        "servers": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "events": {
            "input": [
                "clientid"
            ],
            "output": [
                "events"
            ],
            "descr": ""
        },
        "eventsgraph": {
            "input": [
                "clientid"
            ],
            "output": [
                "cost",
                "costs",
                "events",
                "eventslin"
            ],
            "descr": ""
        },
        "setup": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "savesetup": {
            "input": [
                "clientid",
                "maxamount",
                "umbral"
            ],
            "output": [],
            "descr": ""
        }
    },
    "agency": {
        "info": {
            "input": [
                "clientid"
            ],
            "output": [
                "acc",
                "aff"
            ],
            "descr": ""
        },
        "accounts": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "transfers_assigned": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "admin",
                "clientid",
                "desc",
                "name",
                "newdomain",
                "pass",
                "quota",
                "serviceid",
                "user",
                "wordpress"
            ],
            "output": [
                "cluster_cpanel",
                "emailcontacto_cpanel",
                "package_cpanel",
                "resCreateAccount",
                "resInstallWordpress",
                "res_table"
            ],
            "descr": ""
        },
        "delete": {
            "input": [
                "accountid",
                "clientid"
            ],
            "output": [
                "resDeleteAccount",
                "res_del_table"
            ],
            "descr": ""
        },
        "get": {
            "input": [
                "accountid"
            ],
            "output": [
                "account",
                "hosting",
                "server",
                "serviceid"
            ],
            "descr": ""
        },
        "getdetails": {
            "input": [],
            "output": [
                "perm",
                "score",
                "screenshot",
                "whmcusage"
            ],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid",
                "paymentmethod"
            ],
            "output": [],
            "descr": ""
        },
        "restart": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "reinstall": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "save_public_key": {
            "input": [
                "clientid",
                "pid",
                "public_key"
            ],
            "output": [],
            "descr": ""
        },
        "statistics": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "affiliates": {
        "visit": {
            "input": [
                "aff",
                "aff_referer"
            ],
            "output": [],
            "descr": ""
        },
        "referrals": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "accounts": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "admin",
                "clientid",
                "desc",
                "name",
                "newdomain",
                "pass",
                "quota",
                "serviceid",
                "user",
                "wordpress"
            ],
            "output": [
                "cluster_cpanel",
                "emailcontacto_cpanel",
                "package_cpanel",
                "resCreateAccount",
                "resInstallWordpress",
                "res_table"
            ],
            "descr": ""
        },
        "delete": {
            "input": [
                "accountid",
                "clientid"
            ],
            "output": [
                "resDeleteAccount",
                "res_del_table"
            ],
            "descr": ""
        },
        "get": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "getdetails": {
            "input": [],
            "output": [
                "perm",
                "score",
                "screenshot",
                "whmcusage"
            ],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid",
                "paymentmethod"
            ],
            "output": [],
            "descr": ""
        },
        "restart": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "reinstall": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "save_public_key": {
            "input": [
                "clientid",
                "pid",
                "public_key"
            ],
            "output": [],
            "descr": ""
        },
        "statistics": {
            "input": [
                "clientid",
                "pid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "welcome": {
        "view": {
            "input": [
                "data",
                "id",
                "welcometype"
            ],
            "output": [],
            "descr": ""
        }
    },
    "tour": {
        "complete": {
            "input": [
                "id",
                "tourtype"
            ],
            "output": [],
            "descr": ""
        }
    },
    "friends": {
        "save": {
            "input": [
                "address",
                "city",
                "clientid",
                "companyname",
                "countrycode",
                "countryname",
                "domain",
                "email",
                "fid",
                "firstname",
                "hasenabledinvoices",
                "hasenabledtickets",
                "lastname",
                "oldemail",
                "operation",
                "pass",
                "password",
                "phone",
                "postalcode",
                "status",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "fid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "continvoices": {
        "save": {
            "input": [
                "address",
                "city",
                "clientid",
                "companyname",
                "countrycode",
                "countryname",
                "domain",
                "email",
                "fid",
                "firstname",
                "lastname",
                "operation",
                "password",
                "phone",
                "postalcode"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "contactid"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "fid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "campaign": {
        "launch": {
            "input": [
                "clientid",
                "id"
            ],
            "output": [],
            "descr": ""
        }
    },
    "dns": {
        "listdomains": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "excepctions_dmarc": {
            "input": [
                "domainsel",
                "updatable"
            ],
            "output": [],
            "descr": ""
        },
        "get_excepctions_dmarc": {
            "input": [
                "domainsel"
            ],
            "output": [],
            "descr": ""
        },
        "activate_dmarc": {
            "input": [
                "domain",
                "send",
                "value"
            ],
            "output": [],
            "descr": ""
        },
        "installdkim": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "syncdkim": {
            "input": [
                "domain",
                "record",
                "selector",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "installspf": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "installptr": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "reset": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "dmarc_status": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "dnssec_status": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "domain_asoc",
                "line"
            ],
            "output": [],
            "descr": ""
        },
        "addzone": {
            "input": [
                "domain_asoc"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "domainsel"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "class",
                "domain",
                "domain_asoc",
                "line",
                "operation",
                "priority",
                "tipo",
                "ttl",
                "value",
                "zone"
            ],
            "output": [],
            "descr": ""
        },
        "remove": {
            "input": [
                "domain_asoc",
                "line",
                "zone"
            ],
            "output": [],
            "descr": ""
        },
        "adddns": {
            "input": [
                "domain_asoc"
            ],
            "output": [],
            "descr": ""
        }
    },
    "builder": {
        "geturl": {
            "input": [
                "categoryid",
                "entryid",
                "limit",
                "locale",
                "offset",
                "slug"
            ],
            "output": [],
            "descr": ""
        }
    },
    "domain": {
        "search": {
            "input": [
                "additions",
                "agent",
                "locale",
                "referer",
                "search",
                "sessionid"
            ],
            "output": [],
            "descr": ""
        },
        "suggestions": {
            "input": [
                "search"
            ],
            "output": [
                "suggestions"
            ],
            "descr": ""
        },
        "tld": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "getexternal": {
            "input": [
                "extdomain"
            ],
            "output": [],
            "descr": ""
        },
        "availabledomains": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_update_lock": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_privacy_lock": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_transfer_lock": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_view_whois": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "toggle_autorenew_lock": {
            "input": [
                "domain",
                "domainid",
                "enabled"
            ],
            "output": [],
            "descr": ""
        },
        "get_locks": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "info_contacts": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "list_nameservers": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "update_nameservers": {
            "input": [
                "domain",
                "ns"
            ],
            "output": [],
            "descr": ""
        },
        "update_infocontacts": {
            "input": [
                "contact",
                "domain",
                "domainid"
            ],
            "output": [],
            "descr": ""
        },
        "resend_verificationmail": {
            "input": [
                "domain",
                "domainid"
            ],
            "output": [],
            "descr": ""
        },
        "listalerts": {
            "input": [
                "domain"
            ],
            "output": [
                "ownerverification"
            ],
            "descr": ""
        },
        "list": {
            "input": [
                "account",
                "clientid",
                "domain",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "screenshot": {
            "input": [
                "cache",
                "clientid",
                "date",
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "can_ssl_redirect": {
            "input": [],
            "output": [
                "can_https_redirect",
                "ssl_redirect"
            ],
            "descr": ""
        },
        "toggle_https_redirect": {
            "input": [
                "domain",
                "enabled"
            ],
            "output": [
                "result"
            ],
            "descr": ""
        },
        "status_https_redirect": {
            "input": [
                "domain"
            ],
            "output": [
                "ssl_af_installed",
                "ssl_autorun_status",
                "ssl_can_force_status",
                "ssl_forced",
                "ssl_installed",
                "ssl_le_installed"
            ],
            "descr": ""
        },
        "autorun_state": {
            "input": [
                "certificateid",
                "clientid",
                "domain",
                "serviceid"
            ],
            "output": [
                "ssl_af_installed",
                "ssl_autorun_status",
                "ssl_can_force_status",
                "ssl_forced",
                "ssl_installed",
                "ssl_le_installed"
            ],
            "descr": ""
        }
    },
    "tickets": {
        "list": {
            "input": [
                "email",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "reply": {
            "input": [
                "clientid",
                "customfields",
                "email",
                "fileContent",
                "fileName",
                "markdown",
                "message",
                "name",
                "operator",
                "ticketid"
            ],
            "output": [],
            "descr": ""
        },
        "close": {
            "input": [
                "clientid",
                "ticketid"
            ],
            "output": [],
            "descr": ""
        },
        "new": {
            "input": [
                "clientid",
                "deptid",
                "email",
                "externalid",
                "fileContent",
                "fileName",
                "message",
                "name",
                "priority",
                "subject",
                "type",
                "usertype"
            ],
            "output": [],
            "descr": ""
        },
        "new_operator": {
            "input": [
                "clientid",
                "deptid",
                "fileContent",
                "fileName",
                "message",
                "priority",
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "get_statistics": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "query": {
            "input": [
                "data"
            ],
            "output": [],
            "descr": ""
        }
    },
    "contact": {
        "send": {
            "input": [
                "email",
                "message",
                "name",
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "persist_agency_lead": {
            "input": [
                "agency",
                "deptid",
                "email",
                "g-recaptcha-response",
                "ip",
                "locale",
                "message",
                "name",
                "phone",
                "privacy_accepted",
                "recaptcha_token",
                "source",
                "user_agent",
                "website"
            ],
            "output": [],
            "descr": ""
        },
        "persist_public_contact": {
            "input": [
                "department",
                "department_text",
                "deptid",
                "email",
                "g-recaptcha-response",
                "ip",
                "locale",
                "message",
                "name",
                "recaptcha_token",
                "source",
                "subject",
                "terms_accepted",
                "user_agent"
            ],
            "output": [],
            "descr": ""
        }
    },
    "newsletter": {
        "send": {
            "input": [
                "email",
                "emailnews"
            ],
            "output": [],
            "descr": ""
        }
    },
    "addons": {
        "list": {
            "input": [
                "clientid",
                "domain",
                "serviceid"
            ],
            "output": [
                "addons"
            ],
            "descr": ""
        },
        "get": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [
                "addons"
            ],
            "descr": ""
        },
        "geturl": {
            "input": [
                "addonid",
                "serviceid",
                "typeaddon"
            ],
            "output": [
                "new",
                "success"
            ],
            "descr": ""
        },
        "updatebillingcycle": {
            "input": [
                "addonid",
                "billingcycle"
            ],
            "output": [],
            "descr": ""
        }
    },
    "blog": {
        "entries": {
            "input": [
                "categoryid",
                "entryid",
                "filter",
                "limit",
                "locale",
                "offset",
                "slug"
            ],
            "output": [],
            "descr": ""
        },
        "add": {
            "input": [
                "alt_image",
                "body",
                "image",
                "keywords",
                "slug",
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "updatethumbnail": {
            "input": [
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "update": {
            "input": [
                "body_en",
                "entryid",
                "slug_en",
                "title_en"
            ],
            "output": [],
            "descr": ""
        },
        "addtoproposal": {
            "input": [
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "closeproposal": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "pendingproposal": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "requestproposal": {
            "input": [
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "idea": {
            "input": [
                "field"
            ],
            "output": [],
            "descr": ""
        }
    },
    "publicweb": {
        "analyze-page": {
            "input": [
                "prompt"
            ],
            "output": [],
            "descr": ""
        }
    },
    "knowledge": {
        "category": {
            "input": [
                "categoryid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "categories": {
            "input": [
                "categoryid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "entries": {
            "input": [
                "categoryid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        },
        "article": {
            "input": [
                "articleid",
                "entryid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "invoices": {
        "get": {
            "input": [
                "clientid",
                "Ds_Merchant_MerchantURL_KO",
                "Ds_Merchant_MerchantURL_OK",
                "invoiceid"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "create": {
            "input": [
                "autoapplycredit",
                "clientid",
                "date",
                "duedate",
                "invoiceid",
                "itemamount1",
                "itemamount2",
                "itemdescription1",
                "itemdescription2",
                "itemtaxed1",
                "itemtaxed2",
                "paymentmethod",
                "sendinvoice",
                "serviceid",
                "taxrate"
            ],
            "output": [],
            "descr": ""
        },
        "fix": {
            "input": [
                "autoapplycredit",
                "clientid",
                "date",
                "duedate",
                "invoiceid",
                "paymentmethod",
                "paymentmethod_new",
                "paymentmethod_old",
                "sendinvoice",
                "status",
                "taxrate",
                "total",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "changeinvoicemethod": {
            "input": [
                "invoiceid",
                "type"
            ],
            "output": [
                "result"
            ],
            "descr": ""
        },
        "download": {
            "input": [
                "invoiceid"
            ],
            "output": [
                "pdf",
                "pdflen"
            ],
            "descr": ""
        },
        "downloadexcel": {
            "input": [
                "clientid",
                "filter"
            ],
            "output": [
                "excel",
                "excellen",
                "excellenb64"
            ],
            "descr": ""
        }
    },
    "quotes": {
        "get": {
            "input": [
                "invoiceid",
                "quoteid"
            ],
            "output": [],
            "descr": ""
        },
        "new": {
            "input": [
                "clientid",
                "deptid",
                "message",
                "priority",
                "subject"
            ],
            "output": [],
            "descr": ""
        }
    },
    "migrations": {
        "get": {
            "input": [
                "invoiceid",
                "quoteid"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "checkdomain",
                "checkmail",
                "checkweb",
                "clientid",
                "inputDomain",
                "inputNotas",
                "inputOldHosting",
                "inputOldPanel",
                "inputOldPanelPassword",
                "inputOldPanelUser"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "bolsahoras": {
        "get": {
            "input": [
                "clientid",
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "tasks": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "downloadexcel": {
            "input": [
                "clientid",
                "idbolsa"
            ],
            "output": [
                "excel",
                "excellen",
                "excellenb64"
            ],
            "descr": ""
        },
        "save": {
            "input": [
                "checkdomain",
                "checkmail",
                "checkweb",
                "clientid",
                "inputDomain",
                "inputNotas",
                "inputOldHosting",
                "inputOldPanel",
                "inputOldPanelPassword",
                "inputOldPanelUser"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "campaigns": {
        "get": {
            "input": [
                "clientid",
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "tasks": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "downloadexcel": {
            "input": [
                "clientid",
                "idbolsa"
            ],
            "output": [
                "excel",
                "excellen",
                "excellenb64"
            ],
            "descr": ""
        },
        "save": {
            "input": [
                "checkdomain",
                "checkmail",
                "checkweb",
                "clientid",
                "inputDomain",
                "inputNotas",
                "inputOldHosting",
                "inputOldPanel",
                "inputOldPanelPassword",
                "inputOldPanelUser"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "execs": {
            "input": [
                "campaignid",
                "cid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "help": {
        "get": {
            "input": [
                "a_action",
                "a_op",
                "a_subaction"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "a_action",
                "a_op",
                "a_subaction",
                "text",
                "title"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "a_action",
                "a_op",
                "a_subaction"
            ],
            "output": [],
            "descr": ""
        },
        "domgen": {
            "input": [
                "dom",
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "comment": {
            "input": [
                "a_action",
                "a_op",
                "a_subaction",
                "comment",
                "title"
            ],
            "output": [],
            "descr": ""
        }
    },
    "instagram": {
        "validate_credentials": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "ia": {
        "generate_image": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_video": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_text": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_code": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "generate_summary": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "analyze_server_observation": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "incident_master_list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "incident_master_update": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "monitoring_status": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "monitoring_status_update": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "analyze_image": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "malware": {
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "status": {
            "input": [],
            "output": [
                "max_count"
            ],
            "descr": ""
        },
        "get": {
            "input": [
                "fid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "cloudflare": {
        "disable": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "enable": {
            "input": [
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "status": {
            "input": [
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "purge_everything": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        }
    },
    "nginx": {
        "disable": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "enable": {
            "input": [
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "status": {
            "input": [
                "subject"
            ],
            "output": [],
            "descr": ""
        },
        "clear": {
            "input": [
                "subject"
            ],
            "output": [],
            "descr": ""
        }
    },
    "error": {
        "send": {
            "input": [
                "data"
            ],
            "output": [],
            "descr": ""
        },
        "getmcp": {
            "input": [
                "limit"
            ],
            "output": [],
            "descr": ""
        }
    },
    "notifications": {
        "listall": {
            "input": [
                "limit",
                "offset"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "channel",
                "clientid"
            ],
            "output": [
                "whatsapp"
            ],
            "descr": ""
        },
        "send_message": {
            "input": [
                "channel",
                "messages",
                "template",
                "text",
                "to"
            ],
            "output": [],
            "descr": ""
        },
        "new": {
            "input": [
                "asoc_op",
                "asoc_subaction",
                "parameter0",
                "parameter1",
                "phone",
                "template",
                "text"
            ],
            "output": [],
            "descr": ""
        }
    },
    "tasks": {
        "list": {
            "input": [
                "clientid",
                "exclude_type",
                "limit",
                "offset",
                "status"
            ],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "clientid",
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "getsummary": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "save": {
            "input": [
                "status",
                "taskid"
            ],
            "output": [],
            "descr": ""
        },
        "retry": {
            "input": [
                "blogname",
                "clientid",
                "data",
                "date",
                "domain",
                "domainsel",
                "id",
                "idioma",
                "installdir",
                "overwritefiles",
                "version",
                "wordpresspass",
                "wordpressuser",
                "wordpressusermail"
            ],
            "output": [],
            "descr": ""
        },
        "meta": {
            "input": [
                "clientid"
            ],
            "output": [
                "failed",
                "pending",
                "running",
                "total"
            ],
            "descr": ""
        },
        "services": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "logmanager": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "resetlogmanager": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "translations": {
        "translate_text": {
            "input": [
                "sourceLanguageCode",
                "targetLanguageCode",
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "batch_translate_text": {
            "input": [
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "translate_document": {
            "input": [
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "batch_translate_document": {
            "input": [
                "text"
            ],
            "output": [],
            "descr": ""
        }
    },
    "cart": {
        "add": {
            "input": [
                "cart",
                "clientid",
                "profile",
                "uuid"
            ],
            "output": [],
            "descr": ""
        },
        "updateorderinfocontacts": {
            "input": [
                "clientid",
                "domain",
                "idcontact",
                "infoContacts",
                "infocontacts",
                "uuid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "jobs": {
        "reload": {
            "input": [
                "clientid",
                "taskid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "stripe": {
        "get": {
            "input": [
                "amount",
                "cart",
                "invoiceid",
                "profile",
                "show",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "status": {
            "input": [
                "invoiceid",
                "orderid",
                "session_id"
            ],
            "output": [
                "order",
                "status"
            ],
            "descr": ""
        },
        "intentstatus": {
            "input": [
                "invoiceid",
                "orderid",
                "payment_intent",
                "payment_intent_client_secret",
                "redirect_status"
            ],
            "output": [
                "order",
                "status"
            ],
            "descr": ""
        },
        "updatePayment": {
            "input": [
                "orderid",
                "payment_intent"
            ],
            "output": [],
            "descr": ""
        },
        "stripePK": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "type": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "products": {
        "list": {
            "input": [
                "clientid"
            ],
            "output": [
                "products"
            ],
            "descr": ""
        },
        "search": {
            "input": [
                "clientid",
                "serviceid",
                "text"
            ],
            "output": [],
            "descr": ""
        },
        "getcategories": {
            "input": [
                "gid"
            ],
            "output": [],
            "descr": ""
        },
        "getmetaproducts": {
            "input": [
                "gid",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "cartproducts": {
            "input": [
                "gid",
                "module",
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "productsaddons": {
            "input": [
                "pid"
            ],
            "output": [],
            "descr": ""
        },
        "getpromotion": {
            "input": [
                "code"
            ],
            "output": [],
            "descr": ""
        },
        "getorder": {
            "input": [
                "clientid",
                "orderid",
                "userid_order"
            ],
            "output": [],
            "descr": ""
        },
        "getupgradeproducts": {
            "input": [
                "paymentmethod",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "calculateupgradeproduct": {
            "input": [
                "newproductbillingcycle",
                "newproductid",
                "paymentmethod",
                "promocode",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "upgradeproduct": {
            "input": [
                "newproductbillingcycle",
                "newproductid",
                "paymentmethod",
                "promocode",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "addorder": {
            "input": [
                "addonid",
                "billingcycle",
                "clientid",
                "serviceid",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "addmultipleorder": {
            "input": [
                "aversion",
                "cart",
                "clientid",
                "ns1",
                "ns2",
                "ns3",
                "paymentmethod",
                "profile",
                "serviceid"
            ],
            "output": [
                "taskid"
            ],
            "descr": ""
        },
        "addorderaddon": {
            "input": [
                "addonid",
                "billingcycle",
                "clientid",
                "serviceid"
            ],
            "output": [
                "taskid"
            ],
            "descr": ""
        }
    },
    "security": {
        "syncfirewalljob": {
            "input": [
                "clientid",
                "filter_port",
                "status_filter",
                "sync_scope",
                "token",
                "uuid"
            ],
            "output": [],
            "descr": ""
        },
        "firewall": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "saverule": {
            "input": [
                "action",
                "comment",
                "destination",
                "edit",
                "flags",
                "ruleid",
                "servers",
                "service",
                "source",
                "visibility"
            ],
            "output": [],
            "descr": ""
        },
        "replayrule": {
            "input": [
                "ruleid"
            ],
            "output": [],
            "descr": ""
        },
        "syncrules": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "checkrulesync": {
            "input": [
                "ruleid"
            ],
            "output": [
                "errors"
            ],
            "descr": ""
        },
        "savecustomerrule": {
            "input": [
                "action",
                "clientid",
                "comment",
                "destination",
                "servers",
                "service",
                "serviceid",
                "source",
                "visibility"
            ],
            "output": [],
            "descr": ""
        },
        "deleterule": {
            "input": [
                "ruleid"
            ],
            "output": [],
            "descr": ""
        },
        "deletecustomerrule": {
            "input": [
                "clientid",
                "ruleid"
            ],
            "output": [],
            "descr": ""
        },
        "deleteserverrule": {
            "input": [
                "chain",
                "family",
                "ruleid",
                "server",
                "table"
            ],
            "output": [],
            "descr": ""
        },
        "saveserveroptions": {
            "input": [
                "accept_chain",
                "accept_family",
                "accept_policy",
                "accept_table",
                "allowgetrule",
                "allowupdaterule",
                "default_policy",
                "drop_chain",
                "drop_family",
                "drop_policy",
                "drop_table",
                "insert_accept",
                "insert_drop",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "regenerateserverfirewall": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "new_login": {
            "input": [
                "clave_adicional",
                "ip",
                "server",
                "user"
            ],
            "output": [],
            "descr": ""
        }
    },
    "servers": {
        "list": {
            "input": [
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "meta": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "execute": {
            "input": [
                "command",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "update_jenkinsagent": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "restart_service": {
            "input": [
                "server",
                "serverid",
                "servername",
                "service_action",
                "service_name",
                "service_unit",
                "typepanel"
            ],
            "output": [],
            "descr": ""
        },
        "clear_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "capture_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "enable_api_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "disable_api_logs": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "get_api_logs_status": {
            "input": [
                "server",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "servicesstatus": {
            "input": [
                "requested_tab",
                "server",
                "serverid",
                "servername",
                "typepanel"
            ],
            "output": [],
            "descr": ""
        },
        "disk_info": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "diskstats": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "networkstats": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "resize_disk": {
            "input": [
                "hostname"
            ],
            "output": [],
            "descr": ""
        },
        "ips_reputation": {
            "input": [
                "domainsel",
                "ip_server",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "sendalert": {
            "input": [
                "alert",
                "data",
                "hostname",
                "server"
            ],
            "output": [],
            "descr": ""
        },
        "getalerts": {
            "input": [
                "alert",
                "data",
                "hostname",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "getalertssum": {
            "input": [
                "alert",
                "data",
                "hostname",
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "accounts": {
            "input": [
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "domainsinventory": {
            "input": [
                "domainsel",
                "server",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "savemetadata": {
            "input": [
                "domainsel",
                "servername",
                "typepanel",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "mails_lasthour": {
            "input": [
                "domainsel",
                "hostname",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "connected_users": {
            "input": [
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "kill_session": {
            "input": [
                "servername",
                "sessionid"
            ],
            "output": [],
            "descr": ""
        },
        "apache_workers": {
            "input": [
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "getips": {
            "input": [
                "hostname",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "list_mails_received": {
            "input": [
                "domainsel",
                "hostname",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "list_mails_sended": {
            "input": [
                "domainsel",
                "hostname",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "list_mails_rejected": {
            "input": [
                "domainsel",
                "hostname",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "list_mails_lasthour": {
            "input": [
                "domainsel",
                "hostname",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        },
        "list_mails_rejected_lasthour": {
            "input": [
                "domainsel",
                "hostname",
                "serverid",
                "servername",
                "usernamesel"
            ],
            "output": [],
            "descr": ""
        }
    },
    "backup": {
        "restore_account": {
            "input": [
                "clientid",
                "date",
                "debug",
                "download",
                "web"
            ],
            "output": [],
            "descr": ""
        },
        "restore_db": {
            "input": [
                "clientid",
                "database",
                "date",
                "debug",
                "download"
            ],
            "output": [],
            "descr": ""
        },
        "restore_dns": {
            "input": [
                "clientid",
                "date",
                "debug",
                "domainsel",
                "download"
            ],
            "output": [],
            "descr": ""
        },
        "restore_files": {
            "input": [
                "clientid",
                "date",
                "debug"
            ],
            "output": [],
            "descr": ""
        },
        "restore_filesystem": {
            "input": [
                "clientid",
                "date",
                "debug",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "restore_mail": {
            "input": [
                "clientid",
                "date",
                "debug",
                "mailbox"
            ],
            "output": [],
            "descr": ""
        },
        "restore_web": {
            "input": [
                "clientid",
                "database",
                "date",
                "debug",
                "download",
                "web"
            ],
            "output": [],
            "descr": ""
        },
        "servers": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "serverstatus": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "accounts": {
            "input": [
                "serverid"
            ],
            "output": [],
            "descr": ""
        },
        "account": {
            "input": [
                "accountid",
                "serverid"
            ],
            "output": [
                "dates",
                "info"
            ],
            "descr": ""
        },
        "backup": {
            "input": [
                "accountid",
                "cpanelaccount",
                "date",
                "server",
                "serverid"
            ],
            "output": [
                "dates",
                "files"
            ],
            "descr": ""
        },
        "removeaccount": {
            "input": [
                "accountid",
                "serverid",
                "servername"
            ],
            "output": [],
            "descr": ""
        },
        "removebackupdate": {
            "input": [
                "date",
                "servername",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "listbackups": {
            "input": [
                "file_open",
                "path_open",
                "servername",
                "username"
            ],
            "output": [],
            "descr": ""
        },
        "listdnsdates": {
            "input": [
                "file_open",
                "path_open"
            ],
            "output": [],
            "descr": ""
        },
        "listfullbackups": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "listfiles": {
            "input": [
                "file_open",
                "path_open",
                "sort",
                "subdomain"
            ],
            "output": [
                "files",
                "parent_open"
            ],
            "descr": ""
        }
    },
    "whmcs_getproduct": {
        "__no_subaction__": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [
                "ssl_autorun_status",
                "whmcusage"
            ],
            "descr": ""
        }
    },
    "whmcs_getadmins": {
        "__no_subaction__": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_clientdetails": {
        "__no_subaction__": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_getclientsproducts": {
        "__no_subaction__": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_getclientsdomains": {
        "__no_subaction__": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_gettickets": {
        "__no_subaction__": {
            "input": [
                "clientid",
                "email",
                "externalid",
                "max",
                "status",
                "usertype"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_getticket": {
        "__no_subaction__": {
            "input": [
                "clientid",
                "ticketid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_getinvoices": {
        "__no_subaction__": {
            "input": [
                "clientid",
                "status"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_getquotes": {
        "__no_subaction__": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "whmcs_getemails": {
        "__no_subaction__": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "terminate": {
        "__no_subaction__": {
            "input": [
                "type"
            ],
            "output": [],
            "descr": ""
        }
    },
    "suspend": {
        "__no_subaction__": {
            "input": [
                "server",
                "type",
                "username"
            ],
            "output": [],
            "descr": ""
        }
    },
    "saveadmincomments": {
        "__no_subaction__": {
            "input": [
                "action",
                "comment",
                "group",
                "page",
                "type"
            ],
            "output": [],
            "descr": ""
        }
    },
    "mail_redirect": {
        "save": {
            "input": [
                "email",
                "emaildestino",
                "oldforwarder",
                "operation"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "email",
                "emaildestino"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "mail_defer": {
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "autoresponders": {
        "save": {
            "input": [
                "body",
                "email",
                "emaildestino",
                "from",
                "interval",
                "is_html",
                "startdate",
                "stopdate",
                "subject",
                "type",
                "update"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "email",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "email",
                "type"
            ],
            "output": [],
            "descr": ""
        }
    },
    "filters": {
        "save": {
            "input": [
                "action1",
                "body",
                "dest1",
                "email",
                "from",
                "interval",
                "is_html",
                "match1",
                "name",
                "opt1",
                "part1",
                "startdate",
                "stopdate",
                "subject",
                "update",
                "val1"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "email",
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "email",
                "name"
            ],
            "output": [],
            "descr": ""
        }
    },
    "spamfilters": {
        "save": {
            "input": [
                "action1",
                "body",
                "dest1",
                "email",
                "from",
                "interval",
                "is_html",
                "match1",
                "name",
                "opt1",
                "part1",
                "startdate",
                "stopdate",
                "subject",
                "update",
                "val1"
            ],
            "output": [],
            "descr": ""
        },
        "disable_spam_box": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "enable_spam_box": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "disable_spam": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "enable_spam": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "disable_auto_delete": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "enable_auto_delete": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "score": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "updatescore": {
            "input": [
                "preference",
                "value"
            ],
            "output": [],
            "descr": ""
        },
        "get": {
            "input": [
                "email",
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "saveprefs": {
            "input": [
                "prefs_json",
                "value"
            ],
            "output": [],
            "descr": ""
        }
    },
    "ftp": {
        "save": {
            "input": [
                "domainsel",
                "email",
                "homedir",
                "operation",
                "pass",
                "quota",
                "serviceid",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "sessions": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "subdomains": {
        "save": {
            "input": [
                "dir",
                "dirshort",
                "subdomain",
                "update"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "alias": {
        "save": {
            "input": [
                "alias",
                "dir",
                "redirect",
                "subdomain",
                "update"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "alias"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "myalias": {
        "save": {
            "input": [
                "alias",
                "dir",
                "status",
                "subdomain",
                "update"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "domainredirections": {
        "save": {
            "input": [
                "alias",
                "disallowdot",
                "docroot",
                "domain",
                "oldsrc",
                "page",
                "redirect",
                "redirect_wildcard",
                "redirect_www",
                "src",
                "topdomain",
                "type",
                "update"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "docroot",
                "page",
                "seldomain",
                "src",
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "addondomain": {
        "save": {
            "input": [
                "dir",
                "newdomain",
                "subdomain",
                "update"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "account",
                "domain",
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "db": {
        "list_db": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "list_users": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "get_max_user_connections": {
            "input": [
                "account"
            ],
            "output": [],
            "descr": ""
        },
        "set_max_user_connections": {
            "input": [
                "account",
                "max_connections",
                "user_limits"
            ],
            "output": [],
            "descr": ""
        },
        "set_user_db": {
            "input": [
                "database",
                "rol",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "get_user_db": {
            "input": [
                "database",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "saveuser": {
            "input": [
                "accountid",
                "database",
                "name",
                "oldname",
                "operation",
                "password",
                "rol",
                "serviceid",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "savedb": {
            "input": [
                "accountid",
                "name",
                "oldname",
                "operation",
                "pass",
                "subdomain",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "deletedb": {
            "input": [
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "deleteuser": {
            "input": [
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "addhost": {
            "input": [
                "host",
                "note"
            ],
            "output": [],
            "descr": ""
        },
        "list_hosts": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "savehost": {
            "input": [
                "host",
                "name",
                "note",
                "operation"
            ],
            "output": [],
            "descr": ""
        },
        "deletehost": {
            "input": [
                "host"
            ],
            "output": [],
            "descr": ""
        }
    },
    "wordpress": {
        "install": {
            "input": [
                "action",
                "auto_update",
                "blogdesc",
                "blogname",
                "clientid",
                "core_action",
                "date",
                "domain",
                "domainsel",
                "enabled",
                "id",
                "idioma",
                "instalarpasswordcheckbox",
                "installdir",
                "locale",
                "option",
                "overwritefiles",
                "password",
                "path",
                "per_page",
                "plugin",
                "plugin_action",
                "slug",
                "target",
                "textreplace",
                "textsearch",
                "theme",
                "theme_action",
                "user",
                "version",
                "wordpresspass",
                "wordpressuser",
                "wordpressusermail"
            ],
            "output": [
                "result"
            ],
            "descr": ""
        },
        "changepwd": {
            "input": [
                "enabled",
                "id",
                "locale",
                "password",
                "path",
                "user"
            ],
            "output": [
                "result"
            ],
            "descr": ""
        },
        "verifychecksums": {
            "input": [
                "enabled",
                "locale",
                "path"
            ],
            "output": [
                "result"
            ],
            "descr": ""
        },
        "add": {
            "input": [
                "blogdesc",
                "blogname",
                "domain",
                "instalarpasswordcheckbox",
                "installdir",
                "wordpresspass",
                "wordpressuser",
                "wordpressusermail"
            ],
            "output": [],
            "descr": ""
        },
        "uninstall": {
            "input": [
                "blogname",
                "clientid",
                "date",
                "domain",
                "password",
                "path",
                "wordpressuser",
                "wordpressusermail"
            ],
            "output": [],
            "descr": ""
        },
        "getplugins": {
            "input": [
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "getthemes": {
            "input": [
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "searchandreplace": {
            "input": [
                "path",
                "textreplace",
                "textsearch"
            ],
            "output": [],
            "descr": ""
        },
        "setdebug": {
            "input": [
                "enabled",
                "option",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "getdebugoptions": {
            "input": [
                "path"
            ],
            "output": [
                "SAVEQUERIES",
                "SCRIPT_DEBUG",
                "WP_DEBUG",
                "WP_DEBUG_DISPLAY",
                "WP_DEBUG_LOG"
            ],
            "descr": ""
        },
        "installplugin": {
            "input": [
                "path",
                "target"
            ],
            "output": [],
            "descr": ""
        },
        "installtheme": {
            "input": [
                "path",
                "target"
            ],
            "output": [],
            "descr": ""
        },
        "pluginaction": {
            "input": [
                "action",
                "path",
                "plugin",
                "plugin_action",
                "slug",
                "target"
            ],
            "output": [],
            "descr": ""
        },
        "themeaction": {
            "input": [
                "action",
                "path",
                "slug",
                "target",
                "theme",
                "theme_action"
            ],
            "output": [],
            "descr": ""
        },
        "coreaction": {
            "input": [
                "action",
                "core_action",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "autoupdate": {
            "input": [
                "action",
                "auto_update",
                "enabled",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "searchplugin": {
            "input": [
                "enabled",
                "path",
                "per_page",
                "target"
            ],
            "output": [],
            "descr": ""
        },
        "searchtheme": {
            "input": [
                "enabled",
                "path",
                "per_page",
                "target"
            ],
            "output": [],
            "descr": ""
        },
        "featuredplugin": {
            "input": [
                "enabled",
                "per_page"
            ],
            "output": [],
            "descr": ""
        },
        "featuredtheme": {
            "input": [
                "enabled",
                "per_page"
            ],
            "output": [],
            "descr": ""
        }
    },
    "ecommerce": {
        "changepwd": {
            "input": [
                "id",
                "password",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "add": {
            "input": [
                "blogname",
                "domain",
                "instalarpasswordcheckbox",
                "installdir",
                "wordpressuser",
                "wordpressusermail"
            ],
            "output": [],
            "descr": ""
        },
        "uninstall": {
            "input": [
                "id"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "php": {
        "change": {
            "input": [
                "var_domain",
                "version"
            ],
            "output": [],
            "descr": ""
        },
        "updatephpini": {
            "input": [
                "allow_url_fopen",
                "allow_url_include",
                "display_errors",
                "domain",
                "enable_dl",
                "file_uploads",
                "max_execution_time",
                "max_input_time",
                "max_input_vars",
                "memory_limit",
                "post_max_size",
                "session.gc_maxlifetime",
                "session.save_path",
                "session_gc_maxlifetime",
                "session_save_path",
                "upload_max_filesize",
                "version",
                "vhost",
                "zlib_output_compression"
            ],
            "output": [],
            "descr": ""
        },
        "getini": {
            "input": [
                "domain",
                "version",
                "vhost"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [
                "found",
                "installed",
                "versions"
            ],
            "descr": ""
        },
        "listdomainsversions": {
            "input": [],
            "output": [],
            "descr": ""
        }
    },
    "htaccess": {
        "content": {
            "input": [
                "domain",
                "version"
            ],
            "output": [],
            "descr": ""
        },
        "test": {
            "input": [
                "content",
                "domain",
                "url",
                "version"
            ],
            "output": [],
            "descr": ""
        }
    },
    "crons": {
        "save": {
            "input": [
                "day",
                "hour",
                "line",
                "linekey",
                "minute",
                "month",
                "update",
                "workday"
            ],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "line"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "getemail": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "setemail": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        },
        "removeemail": {
            "input": [
                "email"
            ],
            "output": [],
            "descr": ""
        }
    },
    "nodejs": {
        "github_config_list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "github_config_get": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "github_config_save": {
            "input": [
                "access_token",
                "auto_deploy",
                "branch_name",
                "is_enabled",
                "repo_url",
                "webhook_secret"
            ],
            "output": [],
            "descr": ""
        },
        "github_config_delete": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "github_config_regenerate_secret": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "github_events_list": {
            "input": [
                "limit"
            ],
            "output": [],
            "descr": ""
        },
        "github_remote_test": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "disable": {
            "input": [
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "ensure_deps": {
            "input": [
                "name",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "logs": {
            "input": [
                "name",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "enable": {
            "input": [
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "restart": {
            "input": [
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "unregister": {
            "input": [
                "name"
            ],
            "output": [],
            "descr": ""
        },
        "register": {
            "input": [
                "base_uri",
                "deployment_mode",
                "name",
                "path",
                "subdomain",
                "variables"
            ],
            "output": [],
            "descr": ""
        },
        "edit": {
            "input": [
                "base_uri",
                "deployment_mode",
                "name",
                "oldname",
                "path",
                "subdomain",
                "variables"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "__no_subaction__": {
            "input": [
                "access_token",
                "auto_deploy",
                "base_uri",
                "body_text",
                "branch_name",
                "clientid",
                "create_example_files",
                "deployment_mode",
                "endpoint_url",
                "headers_json",
                "is_enabled",
                "limit",
                "method",
                "name",
                "node_version",
                "oldname",
                "path",
                "pm2_options",
                "port",
                "preset_id",
                "preset_name",
                "repo_url",
                "serviceid",
                "start_script",
                "subdomain",
                "variables",
                "webhook_secret"
            ],
            "output": [],
            "descr": ""
        }
    },
    "git": {
        "remove": {
            "input": [
                "name",
                "path"
            ],
            "output": [],
            "descr": ""
        },
        "create": {
            "input": [
                "name",
                "repository_root",
                "source_repository",
                "source_repository_name"
            ],
            "output": [],
            "descr": ""
        },
        "update": {
            "input": [
                "branch",
                "name",
                "repository_root",
                "source_repository_name"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "delete": {
            "input": [
                "name",
                "path"
            ],
            "output": [],
            "descr": ""
        }
    },
    "stats": {
        "get_site_errors": {
            "input": [
                "domain"
            ],
            "output": [],
            "descr": ""
        },
        "get_site_fullerrors": {
            "input": [
                "domain",
                "path"
            ],
            "output": [],
            "descr": ""
        }
    },
    "resourceusage": {
        "diskquota": {
            "input": [],
            "output": [
                "disklimit",
                "diskused",
                "source"
            ],
            "descr": ""
        },
        "list": {
            "input": [
                "clientid"
            ],
            "output": [],
            "descr": ""
        },
        "diskuse": {
            "input": [
                "invoiceid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "certificates": {
        "get": {
            "input": [
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "info": {
            "input": [
                "certificateid",
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "download": {
            "input": [
                "certificateid",
                "clientid",
                "serviceid",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "list": {
            "input": [
                "certificateid",
                "clientid",
                "serviceid"
            ],
            "output": [
                "excluded"
            ],
            "descr": ""
        },
        "autorun": {
            "input": [
                "certificateid",
                "clientid",
                "serviceid",
                "type"
            ],
            "output": [],
            "descr": ""
        },
        "forcessl": {
            "input": [
                "certificateid",
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "csr": {
            "input": [
                "certificateid",
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        },
        "removessl": {
            "input": [
                "certificateid",
                "clientid",
                "serviceid"
            ],
            "output": [],
            "descr": ""
        }
    },
    "filesystem": {
        "listfiles": {
            "input": [
                "file_open",
                "mode",
                "path_open",
                "sort"
            ],
            "output": [],
            "descr": ""
        },
        "searchfiles": {
            "input": [
                "content",
                "date",
                "file_open",
                "mode",
                "path_open",
                "pattern",
                "size"
            ],
            "output": [],
            "descr": ""
        },
        "listlogsfiles": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "viewlog": {
            "input": [
                "filePath"
            ],
            "output": [],
            "descr": ""
        },
        "infofile": {
            "input": [],
            "output": [],
            "descr": ""
        },
        "openfile": {
            "input": [
                "fileName",
                "filePath",
                "fileType",
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "saveperms": {
            "input": [
                "fileName",
                "filePath",
                "filePerms",
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "copyfile": {
            "input": [
                "oldFile",
                "oldPath"
            ],
            "output": [],
            "descr": ""
        },
        "movefile": {
            "input": [
                "oldFile",
                "oldPath"
            ],
            "output": [],
            "descr": ""
        },
        "newfile": {
            "input": [
                "fileName",
                "filePath"
            ],
            "output": [],
            "descr": ""
        },
        "renamefile": {
            "input": [
                "newfileName",
                "oldfileName",
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "savefile": {
            "input": [
                "fileName",
                "filePath"
            ],
            "output": [],
            "descr": ""
        },
        "newfolder": {
            "input": [
                "folderName",
                "folderPath"
            ],
            "output": [],
            "descr": ""
        },
        "renamefolder": {
            "input": [
                "folderPath",
                "newPath",
                "oldPath"
            ],
            "output": [],
            "descr": ""
        },
        "removefolder": {
            "input": [
                "folderName",
                "folderPath"
            ],
            "output": [],
            "descr": ""
        },
        "download": {
            "input": [
                "fileName",
                "filePath"
            ],
            "output": [],
            "descr": ""
        },
        "unzipfile": {
            "input": [
                "fileName",
                "filePath"
            ],
            "output": [],
            "descr": ""
        },
        "zipfile": {
            "input": [
                "filePath"
            ],
            "output": [],
            "descr": ""
        },
        "zipfolder": {
            "input": [
                "clientid",
                "fileName",
                "fileType",
                "folderName",
                "folderPath",
                "subdomain"
            ],
            "output": [],
            "descr": ""
        },
        "fileupload": {
            "input": [],
            "output": [
                "upload_trace"
            ],
            "descr": ""
        },
        "saveuser": {
            "input": [
                "filePath",
                "password",
                "user"
            ],
            "output": [],
            "descr": ""
        },
        "getuser": {
            "input": [
                "filePath"
            ],
            "output": [],
            "descr": ""
        }
    },
    "server": {
        "filemanager_link": {
            "input": [
                "clientid"
            ],
            "output": [
                "url"
            ],
            "descr": ""
        },
        "phpmyadmin_link": {
            "input": [
                "db",
                "publicip"
            ],
            "output": [
                "url"
            ],
            "descr": ""
        },
        "sshkeys": {
            "input": [
                "name",
                "params",
                "subop"
            ],
            "output": [],
            "descr": ""
        }
    },
    "iaeditor": {
        "__no_subaction__": {
            "input": [
                "action",
                "business_type",
                "clientid",
                "content",
                "domain",
                "dry_run",
                "files",
                "language",
                "path",
                "prompt",
                "task_id"
            ],
            "output": [],
            "descr": ""
        }
    }
}