REST Resource: ip

Resource: RdapResponse

Response to a general RDAP query.

JSON representation
{
  "jsonResponse": {
    object (HttpBody)
  },
  "rdapConformance": [
    string
  ],
  "notices": [
    {
      object (Notice)
    }
  ],
  "lang": string,
  "errorCode": number,
  "title": string,
  "description": [
    string
  ]
}
Fields
jsonResponse

object (HttpBody)

HTTP response with content type set to "application/json+rdap".

rdapConformance[]

string

RDAP conformance level.

notices[]

object (Notice)

Notices applying to this response.

lang

string

Error language code. Error response info fields are defined in section 6 of RFC 7483.

errorCode

number

Error HTTP code. Example: "501".

title

string

Error title.

description[]

string

Error description.

Methods

get

The RDAP API recognizes this command from the RDAP specification but does not support it.