mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
These are much easier to understand. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137446273
21 lines
559 B
XML
21 lines
559 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<update>
|
|
<host:update
|
|
xmlns:host="urn:ietf:params:xml:ns:host-1.0">
|
|
<host:name>%OLD-HOSTNAME%</host:name>
|
|
<host:add>
|
|
%ADD-HOSTADDRSORSTATUS%
|
|
<host:status s="clientUpdateProhibited"/>
|
|
</host:add>
|
|
<host:rem>
|
|
%REM-HOSTADDRSORSTATUS%
|
|
</host:rem>
|
|
<host:chg>
|
|
<host:name>%NEW-HOSTNAME%</host:name>
|
|
</host:chg>
|
|
</host:update>
|
|
</update>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|