mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02:00
Add a nomulus renew_domain command
This may come in handy when dealing with URS requests. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199332085
This commit is contained in:
parent
643b30d31f
commit
897690119e
7 changed files with 273 additions and 0 deletions
13
javatests/google/registry/tools/server/testdata/domain_renew.xml
vendored
Normal file
13
javatests/google/registry/tools/server/testdata/domain_renew.xml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
<renew>
|
||||
<domain:renew
|
||||
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
||||
<domain:name>%DOMAIN%</domain:name>
|
||||
<domain:curExpDate>%EXPDATE%</domain:curExpDate>
|
||||
<domain:period unit="y">%YEARS%</domain:period>
|
||||
</domain:renew>
|
||||
</renew>
|
||||
<clTRID>RegistryTool</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue