mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +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
31 lines
729 B
JSON
31 lines
729 B
JSON
{
|
|
"objectClassName" : "nameserver",
|
|
"handle" : "A-ROID",
|
|
"ldhName" : "ns1.cat.xn--q9jyb4c",
|
|
"unicodeName" : "ns1.cat.みんな",
|
|
"status" : ["active", "associated"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "http://myserver.example.com/nameserver/ns1.cat.xn--q9jyb4c",
|
|
"rel" : "self",
|
|
"href" : "http://myserver.example.com/nameserver/ns1.cat.xn--q9jyb4c",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"ipAddresses" :
|
|
{
|
|
"v4" : ["1.2.3.4"]
|
|
}
|
|
}
|