mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
LINKED is a virtual status that needs to be computed on the fly when creating an RDAP response. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145583415
33 lines
669 B
JSON
33 lines
669 B
JSON
{
|
|
"status": [
|
|
"active",
|
|
"associated"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"eventAction": "last update of RDAP database",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
}
|
|
],
|
|
"objectClassName": "nameserver"
|
|
}
|