The resource record adder includes two new property parameters, namely, parentZoneName and linkedParentZoneName. Both parameters should be absolute names. The record absolute name must end with the zone absolute name; otherwise an exception is thrown, and an error message appears. Record name is not subset of parent zone: abc.bcn.example.com.
Example 1:
Suppose the zone example.com has a dot separated host record abc.xyz. A user add a sub-zone called xyz, and then adds a host record abc to this sub-zone. There are now two host records named abc.xyz.example.com.
Example 2:
ttl=123|absoluteName=abcName.example.com|linkedRecordName=bcnhost.dot.bcn.com|
An
API user wants to change the linked record name to abc.bcn.example.com. The
user applies the following updates to the property
string: linkedParentZoneName=example.com|absoluteName=abcName.example.com|ttl=123|linkedRec ordName=abc.bcn.example.com|
If the API user does not use the linkedParentZoneName parameter, Address Manager chooses the internal host record or alias record if it exists; otherwise it chooses the external host record for the linked record.