バージョン情報取得(Identity)

Description

バージョン情報を取得します。

Request URL

Identity API v2.0

GET /

Request Json

This operation does not accept a request body.

Request Parameters

This operation does not accept a request body.

Response

  • Normal response codes
300

Example

  • Request
curl -i -X GET \
-H "Accept: application/json" \
https://identity.jpt1.cloud.z.com/
  • Response
HTTP/1.1 300 Multiple Choices
Date: Fri, 19 Dec 2014 07:40:36 GMT
Server: Apache
Content-Length: 116
Content-Type: application/json

{
    "versions": {
        "values": [
            {
                "status": "stable",
                "updated": "2016-08-15T09:00:00Z",
                "media-types": [
                    {
                        "base": "application/json"
                    },
                    {
                        "base": "application/xml"
                    }
                ],
                "id": "v2.0",
                "links": [
                    {
                        "href": "https://identity.jpt1.cloud.z.com/v2.0/",
                        "rel": "self"
                    },
                    {
                        "href": "http://docs.openstack.org/",
                        "type": "text/html",
                        "rel": "describedby"
                    }
                ]
            }
        ]
    }
}

Internet for everyone

Copyright (c) 2024 GMO Internet Group, Inc. All Rights Reserved.