API QueryDomainRepositoryWhoisAccessLog: Difference between revisions

From Webhosting24 Wiki
local>ImportBot
Imported from old wiki
 
m 1 revision imported
 
(No difference)

Latest revision as of 12:56, 14 March 2025

<sidebar>

</sidebar> 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