I
IBM Containers API
Details
- URL
-
https://containers-api.ng.bluemix.net/v3 - Docs
- https://apis.guru/apis/bluemix.net/containers
Authentication
Bluemix platform JWT access token
X-Auth-Token: <credential> + Bluemix organization space GUID X-Auth-Project-Id: <credential> discovered Log in to the Bluemix/IBM Cloud platform, then run cf oauth-token to retrieve the platform JWT used as X-Auth-Token. The API docs point to the Bluemix console at console.bluemix.net and describe obtaining the token from the Cloud Foundry CLI with cf oauth-token.
Create or choose the target Bluemix organization space for your containers, then run cf space <space_name> --guid to get the space GUID required as X-Auth-Project-Id. The Containers API docs describe this as the unique ID of the organization space where you create or manage containers.