ドメイン情報表示

Description

指定したドメインの情報を表示します。

Request URL

Designate API v1.0

GET /v1/domains/{domain_id}

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token Userトークン header トークン発行 にて払い出されたID
domain_id ドメインID URI ドメイン一覧表示にてご確認ください。

Response

  • Normal response codes
200

Example

  • Request
curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://dns-service.jpt1.cloud.z.com/v1/domains/ドメインID
  • Response
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 286
X-Openstack-Request-Id: req-5b9b26bf-7ffb-447d-9672-ead04b81708d
Date: Mon, 16 Mar 2020 03:32:41 GMT

{
  "created_at": "2020-03-24T07:02:19.000000",
  "description": 備考,
  "email": "Eメールアドレス",
  "id": "ドメインID",
  "name": "ドメイン名.",
  "serial": 1585033339,
  "ttl": TTL,
  "updated_at": null
}

Internet for everyone

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