Skip to main content
Flexible Top Header

The migration doc says v1 “POST /Services/REST/v1/addExternalHostRecord” becomes “POST /api/v2/zones/{collectionId}/resourceRecords”, but there is no ‘zone’ for an ExternalHost record.  So what collectionId should I use?

 

Each View will have a zone of type=ExternalHostsZone - you can fetch this/these with /api/v2/zones?filter=type:eq(“ExternalHostsZone”) (add additional filters for configuration.name etc as required for your environment).


Thanks!

 


Reply