バージョン情報詳細取得(Identity)
Description
バージョン情報の詳細を取得します。
Request URL
identity API v2.0 POST /v2.0/tokens
Request Json
This operation does not accept a request body.
Request Parameters
This operation does not accept a request body.
Response
-
Normal response codes
200
Example
-
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ https://identity.jpt1.cloud.z.com/v2.0
-
Response
HTTP/1.1 200 OK Date: Fri, 22 Jul 2016 06:14:57 GMT Server: Apache Content-Length: 312 Content-Type: application/json { "version": { "id": "v2.0", "links": [ { "href": "https://identity.jpt1.cloud.z.com/v2.0/", "rel": "self" }, { "href": "https://cloud.z.com/", "rel": "describedby", "type": "text/html" } ], "media-types": [ { "base": "application/json" }, { "base": "application/xml" } ], "status": "stable", "updated": "2016-08-15T09:00:00Z" } }