Bluemix Containers
Connector for the bluemix-containers API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://containers-api.ng.bluemix.net/v3 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_containers_floating_ips— GET /containers/floating-ips — List available public IP addresses in a spaceget_containers_groups— GET /containers/groups — List all container groups in a spaceget_containers_groups_name_or_id— GET /containers/groups/{name_or_id} — Inspect a container group.get_containers_json— GET /containers/json — List single containers in a space.get_containers_messages— GET /containers/messages — List messages for the userget_containers_quota— GET /containers/quota — Retrieve organization and space specific quota
Inputs
apiKey— your bluemix-containers API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_containers_floating_ips
apiKey: <your key>