I am trying to use the plesk api in order to use some of its data to a web application and more specifically the data usage and the permitted storage. I found this article but I wasn't able to find some php code on how I ll retrieve and display the data. Any guidance would be highly appreciated.
1条回答 默认 最新
- dongsashe6006 2016-11-09 17:35关注
Have you checked https://docs.plesk.com/en-US/17.0/api-rpc/creating-client-software/sending-request-packets.28727/? It shows how to create requests and next page shows response structure.
PHP examples are at https://github.com/plesk/api-examples/tree/master/php.
To display data you will have to parse the xml result first. You can use SimpleXML to do this.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报