lego/providers/dns/mijnhost/internal/fixtures/list-domains.json

19 lines
312 B
JSON
Raw Normal View History

2024-08-29 19:07:01 +00:00
{
"status": 200,
"status_description": "Request successful",
"data": {
"domains": [
{
"id": 1000,
"domain": "example.com",
"renewal_date": "2030-01-01",
"status": "Active",
"status_id": 1,
"tags": [
"my-tag"
]
}
]
}
}