REST Resource: ip

资源:RdapResponse

对常规 RDAP 查询的响应。

JSON 表示法
{
  "jsonResponse": {
    object (HttpBody)
  },
  "rdapConformance": [
    string
  ],
  "notices": [
    {
      object (Notice)
    }
  ],
  "lang": string,
  "errorCode": number,
  "title": string,
  "description": [
    string
  ]
}
字段
jsonResponse

object (HttpBody)

内容类型设置为“application/json+rdap”的 HTTP 响应。

rdapConformance[]

string

RDAP 一致性级别。

notices[]

object (Notice)

适用于此回答的声明。

lang

string

错误语言代码。RFC 7483 的第 6 部分中定义了错误响应信息字段。

errorCode

number

错误 HTTP 代码。例如:“501”。

title

string

错误标题。

description[]

string

错误说明。

方法

get

RDAP API 通过 RDAP 规范识别此命令,但不支持它。