Suche in diesem Bereich
Function
The ZoneUpdate task updates a zone on the name server.
Search and replace values of zone entries
With the keyword <search_and_replace> you can search for values and replace them with another value. Here rr_add or rr_rem blocks are not required. But they can be used additionally without disturbing the functionality.
With this order you can optionally receive a confirmation mail. To do so, use the tag <email_confirmation>your@mailaddress.com</email_confirmation> for XML and the URL parameter "confirmation_email=your@mailaddress.com" for JSON.
Description
Route: PUT /zone/{name}/{nameserver} or : PUT /zone/{name}
Task code: 0202
Uses Zone object
Example for "Search and Replace". Each TTL value is replaced with the value "600".
Example for "Search and Replace". Each TTL value is replaced with the value "600".
Possible Error Messages
- E0202 - Zone could not be updated on the name server.
- E0242 - Subzone could not be updated.
- EF02020 - No such zone exists.
- EF02034 - A zone with this name server does not exist.
- EF012003 - The action can not be carried out. DNSSEC has to be deactivated first.
- EF02013 - Secondary name server is invalid.
- EF02025 - We don't administrate any of the entered name servers.
- E0202002 - Zone could not be updated on the name server.