Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# Get all container images
curl -i http://localhost:9015/v1/baremetalcluster/{clustername}/container_images/
 
# Get one container image
curl -i http://localhost:9015/v1/baremetalcluster/{clustername}/container_images/{name}


Proposed sample command to GET all OS images

# Get all container images
curl -i http://localhost:9015/v1/baremetalcluster/{clustername}/os_images/
 
# Get one container image
curl -i http://localhost:9015/v1/baremetalcluster/{clustername}/os_images/{name}