skhaalr Posted April 6, 2021 Share Posted April 6, 2021 So I've been setting up SPLUNK-like server and noticed that my XR500 doesn't have any "official" API. So after some digging, I landed upon: http://<Router-IP>/apps/com.netdumasoftware.systeminfo/rpc/ This essentially is used to pull most of the information via POST requests as shown below: When making these requests you'll need to generate the Authorization header and the json containing: { "jsonrpc":"2.0", "method":"get_ram_info", "id":49, "params":[] } You can get the "method" and "id" using your browser dev console. There are over 130+ IDs and methods. Postman Example: Content-Type must be application/json-rpc Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.