Personal tools

From HEXONET Wiki

Jump to: navigation, search

The QueryDomainRepositoryWhoisAccessLog command is used to get all WHOIS server access log entries.
Please remark that old WHOIS access log entries are deleted on the half-hour. Only entries newer then an hour stay in the list.
The parameter TRIGGER is required if the RegistarOC handlers are not assigned to the user (or one of his subusers) requested the command.

[COMMAND]

  (required)
  command = QueryDomainRepositoryWhoisAccessLog

  (optional)
  trigger = (TRIGGER)
  first = (INT)
  limit = (INT)

EOF


[RESPONSE]

  (required)
  code = (CODE)
  description = (DESCRIPTION)
  property[createddate][0] = (TEXT)
  property[createddate][1] = (TEXT)
  ...
  property[domain][0] = (TEXT)
  property[domain][1] = (TEXT)
  ...
  property[ipaddress][0] = (TEXT)
  property[ipaddress][1] = (TEXT)
  ...

EOF