List of API Endpoints
This page lists API endpoints available in Cartoque. For each endpoint, a link is provided to a dedicated page where parameters and response format are detailed.
If you find some errors or missing informations, feel free to open a new issue or even clone this repository, fix the problem and issue a pull request on GitHub.
Applications
-
GET /applications.json
: list all applications. more details -
GET /applications/:id.json
: show a specific application. more details
Databases
-
GET /databases.json
: list all database services. more details -
GET /databases/:id.json
: show a specific database service. more details
Operating Systems
-
GET /operating_systems.json
: list all operating systems. more details -
GET /operating_systems/:id.json
: show a specific operating system. more details
Servers
-
GET /servers.json
: list all servers. more details -
GET /servers/:id.json
: show a specific server. more details
Tomcats
-
GET /tomcats.json
: list all tomcat instances. more details -
GET /tomcats/:id.json
: show a specific tomcat instance. more details