API References
Comprehensive reference for integrating with AutoRABIT API endpoints
Endpoint Overview
AutoRABIT API endpoints are listed below.
Continuous (CI) Jobs Retrieve the CI build / job details, trigger new job, and view different CI job reports.
/api/cijobs/v1/listjobs /api/cijobs/v1/history /api/cijobs/v1/latestresults /api/cijobs/v1/pollstatus /api/cijobs/v1/rollbackhistory /api/cijobs/v1/rollbackdetails /api/cijobs/v1/triggerbuild /api/cijobs/v1/update/baselinerevision /api/cijobs/v1/triggerquickdeploy /api/cijobs/v1/triggerrollback /api/cijobs/v1/abort
Deployment APIs
The Deployment APIs allow external applications to retrieve deployment information, execution details, deployment components, Jira stories, logs, and test coverage reports.
/api/deployments/v1/listdeployments /api/deployments/v1/deploymentdetails /api/deployments/v1/deploymentcomponents /api/deployments/v1/deploymentstories /api/deployments/v1/promotionlog /api/deployments/v1/testcoveragereport
Salesforce Org Registration API
The Salesforce Org Registration API allows external applications to register Salesforce organizations in ARM programmatically using Basic Authentication. Users can authenticate the API request using their ARM username, password, and security token, eliminating the need to register the organization manually through the ARM user interface.
Note: All Deployment APIs require a valid API token in the
tokenrequest header. Generate an API token from Administration → API Token Manager.
Looking for nCino Developer API References? Follow the link here.
Last updated
Was this helpful?

