Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Sidebar}}__NOTOC__ The '''QueryDomainRepositoryRenewalList''' command is used to list a summary of all actions (e.g. CREATE, RENEWAL, DELETE,...) for a domain repository.<br...")
 

Latest revision as of 14:18, 4 September 2012

The QueryDomainRepositoryRenewalList command is used to list a summary of all actions (e.g. CREATE, RENEWAL, DELETE,...) for a domain repository.
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 = QueryDomainRepositoryRenewalList
  repository = <REPOSITORY>
  MINDATE = <DATE>
  MAXDATE = <DATE>

  (optional)
  trigger = (TRIGGER)

EOF

Notes

  • If mindate is without the time part, then “ 00:00:00” will be appended, e. g. “2008­-01-01” becomes “2008-01­-01 00:00:00”.
  • If maxdate is without the time part, then “ 23:59:59” will be appended, e. g. “2009-­01-01” becomes “2009-­01-­01 23:59:59”


[RESPONSE]

  (required)
  code = (CODE)
  description = (DESCRIPTION)
  property[sum_create][0] = (INT)
  property[sum_uncreate][0] = (INT)
  property[sum_delete][0] = (INT)
  property[sum_renew][0] = (INT)
  property[sum_unrenew][0] = (INT)
  ...

EOF