Image Service Versions

API versions

GET
/versions

List API versions

Lists information about all Image service API versions supported by this deployment, including the URIs.

Normal response codes: 200

Request

There are no request parameters.

Response Example

{
    "versions": [
        {
            "id": "v2.6",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "CURRENT"
        },
        {
            "id": "v2.5",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.4",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.3",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.2",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.1",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.0",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v1.1",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v1/",
                    "rel": "self"
                }
            ],
            "status": "DEPRECATED"
        },
        {
            "id": "v1.0",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v1/",
                    "rel": "self"
                }
            ],
            "status": "DEPRECATED"
        }
    ]
}
GET
/

List API versions

Lists information about all Image service API versions supported by this deployment, including the URIs.

Normal response codes: 300

Request

There are no request parameters.

Response Example

{
    "versions": [
        {
            "id": "v2.6",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "CURRENT"
        },
        {
            "id": "v2.5",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.4",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.3",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.2",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.1",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v2.0",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v2/",
                    "rel": "self"
                }
            ],
            "status": "SUPPORTED"
        },
        {
            "id": "v1.1",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v1/",
                    "rel": "self"
                }
            ],
            "status": "DEPRECATED"
        },
        {
            "id": "v1.0",
            "links": [
                {
                    "href": "http://glance.openstack.example.org/v1/",
                    "rel": "self"
                }
            ],
            "status": "DEPRECATED"
        }
    ]
}

Version History

Queens changes

  • version 2.6 is CURRENT
  • version 2.5 is SUPPORTED

Pike changes

  • version 2.6 is EXPERIMENTAL

Ocata changes

  • version 2.5 is CURRENT
  • version 2.4 is SUPPORTED

Newton changes

  • version 2.4 is CURRENT
  • version 2.3 is SUPPORTED
  • version 1.1 is DEPRECATED
  • version 1.0 is DEPRECATED

Kilo changes

  • version 2.3 is CURRENT
  • version 1.1 is SUPPORTED

Havana changes

  • version 2.2 is CURRENT
  • version 2.1 is SUPPORTED

Grizzly changes

  • version 2.1 is CURRENT
  • version 2.0 is SUPPORTED

Folson changes

  • version 2.0 is CURRENT

Diablo changes

  • version 1.1 is CURRENT
  • version 1.0 is SUPPORTED

Bexar changes

  • version 1.0 is CURRENT