Bug #2251
Provide contact information in whois lookup
Start date:
04/26/2018
Due date:
% Done:
100%
Associated revisions
Adding support for contact fields in the lookup output
Reference #2251
Adding support for contact fields in the lookup output
Reference #2251
History
#2 Updated by Luke Murphey over 6 years ago
The fields must be defined ahead of time in transforms.conf. This is difficult since the field values come in like:
- objects.LAS12-ARIN.contact.address.0.value
- objects.LAS12-ARIN.contact.email.0.value
- objects.LAS12-ARIN.contact.phone.0.value
- objects.LINOD.contact.address.0.value
- objects.LINOD.contact.name
- objects.LNO21-ARIN.contact.address.0.value
- objects.LNO21-ARIN.contact.email.0.value
I want to output them as:
- contact.address
- contact.email
- contact.phone
- contact.name
- objects.*.contact.address.*.value,
#3 Updated by Luke Murphey over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100