This function displays the Analog statistics for the domains on a cPanel account.
uapi --output=jsonpretty \ --user=username \ Stats \ list_sites \ engine='webalizer'
{- "apiversion": 3,
- "func": "list_sites",
- "module": "Stats",
- "result": {
- "data": [
- {
- "all_domains": 1,
- "domain": "example.com",
- "path": "/tmp/user/webalizer/index.html",
- "ssl": 1
}
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}