Overview of the Arthas Http API
masterThe Arthas Http API provides a RESTful-like interactive interface using JSON for both requests and responses. Unlike the unstructured text output from Telnet or the WebConsole, the Http API provides structured data, making it suitable for complex diagnostic automation and application scenarios.
Access Details
- Endpoint:
http://ip:port/api - Method: All requests must use
POST. - Recommended Port: Use the HTTP port
8563. Avoid the telnet port3658if accessing via Chrome due to compatibility issues.