provisioning-db=# select document_update_action from ipaddress_state where ip_address = '#.#.#.#';-[ RECORD 1 ]-------------------+-----------------------------------------------------------------document_update_action | DELETE
VMware Aria Automation
The value of 'document_update_action' can be PATCH, PUT other than DELETE.
NOTE:
To resolve the issue follow below steps:
provisioning-db=# update ipaddress_state set document_update_action = 'PATCH' where ip_address = '#.#.#.#';