mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
16 lines
468 B
ReStructuredText
16 lines
468 B
ReStructuredText
.. _api:
|
|
|
|
API Documentation
|
|
=================
|
|
|
|
Glances provides an `XML-RPC server`_ and a `RESTful-JSON`_ API which
|
|
can be used by other clients.
|
|
|
|
API documentation is available at:
|
|
|
|
- XML-RPC: https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to
|
|
- RESTful-JSON: https://github.com/nicolargo/glances/wiki/The-Glances-RESTFULL-JSON-API
|
|
|
|
.. _XML-RPC server: http://docs.python.org/2/library/simplexmlrpcserver.html
|
|
.. _RESTful-JSON: http://jsonapi.org/
|