lego/providers/dns/limacity/internal/fixtures/get-domains.json
2024-08-30 01:20:44 +02:00

16 lines
347 B
JSON

{
"domains": [
{
"id": 123,
"mode": "CREATE",
"tld": "com",
"domain": "example",
"in_subscription": false,
"auto_renew": false,
"status": "ok",
"unicode_fqdn": "example.com",
"registered_at": "1970-01-01T00:00:00+00:00",
"registered_until": "2000-01-01T00:00:00+00:00"
}
]
}