バージョン情報取得(Network)
Description
ネットワークのバージョン情報を取得します。
Request
Request URL
Network 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
Multiple Choices (300)
Example
-
Request
curl -i -X GET \
-H "Accept: application/json" \
https://networking.jpt1.cloud.z.com/
-
Response
HTTP/1.1 300 Multiple Choices
Date: Fri, 09 Dec 2016 09:47:56 GMT
Server: Apache
Content-Length: 161
Content-Type: application/json
{ "versions": [ { "id": "v2.0", "links": [ { "href": "https://networking.jpt1.cloud.z.com/v2.0/", "rel": "self" } ], "status": "CURRENT", "updated": "2016-08-15T09:00:00Z" } ] },