Reputation: 11
Does Bluemix have an API endpoint that supports ordering and cancelling Bluemix services and containers? I want to orchestrate the ordering of Bluemix containers and its dependent services without having to do it manually.
Upvotes: 1
Views: 126
Reputation: 4590
For services you can use the Cloud Foundry REST API:
https://apidocs.cloudfoundry.org/222/
For containers there is another REST API:
http://ccsapi-doc.mybluemix.net/
Upvotes: 2