Roadmap to the CloudBees CD/RO APIs

1 minute readReferenceDeveloper productivity
On this page

CloudBees CD/RO supports these APIs, ranked from easiest to hardest to use:

  • DSL methods—You create scripts and templates without using API commands. The CloudBees CD/RO DSL allows you to create scripts or templates for all the operations that you can do on the CloudBees CD/RO UI, using the REST API, or the Perl API.

  • REST APIs—You do not need detailed knowledge of the API syntax to execute REST API requests. You navigate to the REST API URI and enter the appropriate information in the API UI to execute a request.

  • Perl API—You need to know the correct syntax to execute these commands. You can use Perl APIs one of these ways:

    • Access ectool or ec-perl through the command-line interface

    • Add API commands to Javascript

Audience

This content is for DevOps professionals such as product managers, software developers, and IT staff who want to automate the processes between their respective teams to build, test, and deploy or release software faster and more reliably.