v1

latestOpenAPI 3.0.0(C) Copyright IBM Corp. 2016 All Rights Reserved.2026-07-144737155.4 KB
Images

List all Docker images that are available in your private Bluemix registry.

This endpoint returns a list of all available Docker images in a private Bluemix registry (corresponding IBM Containers command: cf ic images.

get/images/json

Headers

X-Auth-Tokenstring required

The Bluemix JSON web token that you receive when logging into Bluemix. Run cf oauth-token to retrieve your access token.

X-Auth-Project-Idstring required

The unique ID of your organization space where you want to create or work with your containers. Run cf space <space_name> --guid, where <space_name> is the name of your space, to retrieve your space ID.

Response

OK. A list of all available Docker images in the private Bluemix registry is returned.

Creatednumber float

The time when your container image was created.

Idstring

The unique identifier representing a container image.

Imagestring

The name of your container image.

RepoTagsstring[]

The full path to the private Bluemix registry where the image is stored including the registry name, the organization namespace, and image tag.

Sizeinteger

The real size of the container image.

VirtualSizeinteger

The virtual size of the container image.