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
orec-perl
through the command-line interface -
Add API commands to Javascript
-