if ! _lima_get_domain_id "$fulldomain";thenreturn 1;fi
if ! _lima_get_domain_id "$fulldomain";thenreturn 1;fi
for recordId in $(_get "${APIBASE}/domains/${LIMACITY_DOMAINID}/records.json"| _egrep_o "{\"id\":[0-9]*[^}]*,\"name\":\"${fulldomain}\""| _egrep_o "[0-9]*");do
for recordId in $(_get "${APIBASE}/domains/${LIMACITY_DOMAINID}/records.json"| _egrep_o "{\"id\":[0-9]*[^}]*,\"name\":\"${fulldomain}\""| _egrep_o "[0-9]*");do