Spider RPC Management Interface and spiderrpc Interface
Spider middleware provides a series of restful APIs to dynamically manage the routes and downstream nodes of the current node to troubleshoot problems as easily as possible in the independent management mode. Currently, RESTFUL APIs are supported as follows:
Function |
Service number |
RESTFUL address |
Query route information |
00000001 |
Http: // ip: port/spider/routes.html |
Query downstream servers |
00000002 |
Http: // ip: port/spider/clusters.html |
Query client connections |
00000003 |
Http: // ip: port/spider/clients.html |
Query published services |
00000004 |
Http: // ip: port/spider/exports.html |
Query proxy services |
00000005 |
Http: // ip: port/spider/proxies.html |
Query the current node Overview |
00000006 |
Http: // ip: port/spider/myinfo.html |
Query Dynamic Route Cache |
00000007 |
Http: // ip: port/spider/dyn-route-caches.html |
Query performance metrics during service running |
00000014 |
Http: // ip: port/spider/metrics.html |
Query the queue of requests to be processed in trusted Mode |
00000015 |
Http: // ip: port/spider/queues.html |
Clear performance indicators during service running |
00000016 |
Http: // ip: port/spider/metric/reset-metrics.html |
Spider console Portal |
|
Http: // ip: port/spider/spider.html |
Generate a license file |
- |
Http: // ip: port/spider/generate-license-key.html |
Request to be returned to the client |
|
Http: // ip: port/spider/pending-requests.html |
Spider topology tree |
|
Http: // ip: port/spider/node-tree.html |
Functions available through RESTFUL APIs can be used in the service center. Otherwise.