{
"status": 200,
"message": "Dns records added successfully",
"data": [
{
"id": "11111111-1111-1111-1111-111111111111",
"value": "123.123.123.123",
"host": "dummy.com",
"recordType": "A",
"assignedDomainId": "22222222-2222-2222-2222-222222222222",
"cdfRecordId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"cdfResponse": {
"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"name": "dummy.com.dns-records.test",
"type": "A",
"content": "123.123.123.123"
},
"priority": null,
"createdAt": "2025-01-31T09:03:21.984Z",
"updatedAt": "2025-01-31T09:03:21.984Z",
"deletedAt": null
},
{
"id": "33333333-3333-3333-3333-333333333333",
"value": "dummy-mailserver.com",
"host": "mail.dummy.com",
"recordType": "CNAME",
"assignedDomainId": "22222222-2222-2222-2222-222222222222",
"cdfRecordId": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"cdfResponse": {
"id": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"name": "mail.dummy.com.dns-records.test",
"type": "CNAME",
"content": "dummy-mailserver.com"
},
"priority": null,
"createdAt": "2025-01-31T09:03:21.984Z",
"updatedAt": "2025-01-31T09:03:21.984Z",
"deletedAt": null
}
]
}