diff --git a/python/understack-workflows/understack_workflows/main/undersync_device.py b/python/understack-workflows/understack_workflows/main/undersync_device.py index c56085cb0..e01f94cde 100644 --- a/python/understack-workflows/understack_workflows/main/undersync_device.py +++ b/python/understack-workflows/understack_workflows/main/undersync_device.py @@ -79,7 +79,7 @@ def update_nautobot_for_tenant( # Making this http request directly because it was not clear how to get # the pynautobot api client to call an arbitrary endpoint: - uri = f"{nb_url}/api/plugins/undercloud-vni/ucvni_jobs/prep_switch_interface" + uri = f"{nb_url}/api/plugins/undercloud-vni/prep_switch_interface" payload = { "ucvni_id": str(ucvni_id), "server_interface_mac": str(server_interface_mac),