0

I wanted to Automate the Cloud Console on-premis Deployment process. I see two options to deploy the services using anypoint-cli or Rest API. Can some one please let me know what are the differences between them and which one should i choose(In terms of long term support) ?

krishna m
  • 227
  • 1
  • 4
  • 19

1 Answers1

0

Anypoint cli is a command line tool to interact with the REST API. It might not provide access to every endpoint of the API. Using the API directly requires that you make the API requests in some programming or scripting language. You should choose the one that makes more sense to you, and your use case. That can not be determined here.

aled
  • 21,330
  • 3
  • 27
  • 34