REST Resource: autnum

资源: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 规范识别此命令,但不支持它。