-
Notifications
You must be signed in to change notification settings - Fork 13
API Root
amirsadraabdollahi edited this page Jul 28, 2026
·
3 revisions
The API Root / returns a JSON object that contains:
-
routes: lists the URLs to all the endpoints.
"routes": {
"connections": "http://localhost/api/connections/",
"resultspackages": "http://localhost/api/resultspackages/",
"resourcelists": "http://localhost/api/resourcelists/",
"workflowjobs": "http://localhost/api/workflowjobs/",
"auth-reset-token": "http://localhost/api/auth/reset-token/",
"taskqueue-status": "http://localhost/api/taskqueue/status/",
"auth-change-password": "http://localhost/api/auth/change-password/",
"workflowruns": "http://localhost/api/workflowruns/",
...
-
configuration: provides the versions of Rodan job packages, and other global configurations such as the number of objects in every page.
"configuration": {
"job_packages": {
"rodan.jobs.conversion": "1.0.0-alpha",
"rodan.jobs.gamera": "1.0.0-alpha",
"rodan.jobs.pil": "1.0.0-alpha"
},
"page_length": 20
}
-
version: provides the version of Rodan core system.
"version": "1.0.0-alpha"
- Repository Structure
- Working on Rodan
- Testing Production Locally
- Working on Interactive Classifier
- Job Queues
- Testing New Docker Images
- k8s Deploy Runbook (k8s/README.md)
- Set up Environment Variables
- Set up SSL with Certbot
- Set up SSH with GitHub
- Deploying on Staging
- Deploying on Production
- Import Previous Data