REST
This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model:
- /admin/catalog
- /admin/catalog/{catalogName}/{fileName}
- /admin/system/configuration
- /admin/system/r_packages
- /admin/system/restart
- /admin/system/rservi_pools
- /data
- /data/{rootId}{b64extension}
- /jobs
- /process
- /result/{applicationName}/{resourceName}
- /results/{applicationName}
- /results/{applicationName}/{jobId}
- /system/health/check
- /system/info
There is also a WADL document describing the REST API.