mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
According to Gustavo Lozano of ICANN: "In the case of the RDAP profile (gTLD space), the “port43” element is not expected to be used, because Whois/43 tcp will be deprecated in the future." So it sounds like we should not include the port43 element for the moment. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130017966
29 lines
540 B
JSON
29 lines
540 B
JSON
{
|
|
"status": [
|
|
"active"
|
|
],
|
|
"ldhName": "%NAME%",
|
|
"handle": "%HANDLE%",
|
|
"links": [
|
|
{
|
|
"href": "https://example.tld/rdap/nameserver/%NAME%",
|
|
"type": "application/rdap+json",
|
|
"rel": "self",
|
|
"value": "https://example.tld/rdap/nameserver/%NAME%"
|
|
}
|
|
],
|
|
"ipAddresses": {
|
|
"%ADDRESSTYPE%": [
|
|
"%ADDRESS%"
|
|
]
|
|
},
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "foo",
|
|
"eventDate": "1999-01-01T00:00:00.000Z"
|
|
},
|
|
],
|
|
"objectClassName": "nameserver"
|
|
}
|