@Path("{domain}/entries/{name}")
public WrappedRecord createRecord(@PathParam("domain") String domainName, @PathParam("name") String name,
WrappedRecord wrappedRequest) throws CloudException {
Project project = getProject();
Record request = wrappedRequest.dns_entry;
if (request == null) {
throw new IllegalArgumentException();
}
// Sanity