Darren M.
Darren M.

Reputation: 11

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

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

Answers (1)

Alex da Silva
Alex da Silva

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

Related Questions