Is there a Bluemix API (eg. REST) to order/cancel Bluemix services and containers? -


does bluemix have api endpoint supports ordering , cancelling bluemix services , containers? want orchestrate ordering of bluemix containers , dependent services without having manually.

for services can use cloud foundry rest api:

https://apidocs.cloudfoundry.org/222/

for containers there rest api:

http://ccsapi-doc.mybluemix.net/


Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

C# MVC AngularJS -

How to debug "expected android.widget.TextView but found java.lang.string" in Android? -