bluemix.net

Containers are virtual software objects that include all the elements that an app needs to run. A container has the benefits of resource isolation and allocation but is more portable and efficient than, for example, a virtual machine. This documentation describes the IBM Containers API, which is b

47 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

npm install bms-clientsdk-javascript-webpush
npm install bluemix-objectstorage-serversdk-nodejs
# Maven: see https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-android-core
# Maven: see https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-android-push
# See https://github.com/ibm-bluemix-mobile-services/bluemix-objectstorage-serversdk-swift
# See https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-core
# See https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-push
# See https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-analytics
curl examples
Retrieve the TLS Certificate
curl \
  https://containers-api.ng.bluemix.net/v3/tlskey
List all Docker images that are available in your private Bluemix registry.
curl \
  https://containers-api.ng.bluemix.net/v3/images/json
List all volumes for a space
curl \
  https://containers-api.ng.bluemix.net/v3/volumes/json
Endpoints (47 total)
GET
/tlskey
Retrieve the TLS Certificate
GET
/images/json
List all Docker images that are available in your private Bluemix registry.
GET
/volumes/json
List all volumes for a space
GET
/containers/json
List single containers in a space.
GET
/volumes/fs/json
List available file shares in a space
GET
/containers/quota
Retrieve organization and space specific quota
GET
/containers/usage
List container sizes and quota limits
GET
/containers/groups
List all container groups in a space
GET
/containers/version
List latest API version
GET
/containers/messages
List messages for the user
GET
/registry/namespaces
Retrieve the namespace of an organization.
GET
/volumes/{name}/json
Retrieve detailed information about a volume.
At a glance
Total SDKs8
Languages4
Endpoints47
Categories1
https://containers-api.ng.bluemix.net/v3