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 사양에서 이 명령을 인식하지만 지원하지 않습니다.