lego/providers/dns/autodns/internal/fixtures/remove-record.json

15 lines
225 B
JSON
Raw Normal View History

2023-05-05 07:49:38 +00:00
{
"origin": "example.com",
"resourceRecords": [
{
"name": "example.com",
"ttl": 120,
"type": "TXT",
"value": "txt",
"pref": 1
}
],
"action": "xxx",
"virtualNameServer": "yyy"
}