lego/providers/dns/mijnhost/internal/fixtures/list-domains.json
2024-08-29 21:07:01 +02:00

18 lines
312 B
JSON

{
"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"
]
}
]
}
}