We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc105c1 + 72a0b04 commit 21624f8Copy full SHA for 21624f8
python/understack-workflows/understack_workflows/main/undersync_device.py
@@ -79,7 +79,7 @@ def update_nautobot_for_tenant(
79
# Making this http request directly because it was not clear how to get
80
# the pynautobot api client to call an arbitrary endpoint:
81
82
- uri = f"{nb_url}/api/plugins/undercloud-vni/ucvni_jobs/prep_switch_interface"
+ uri = f"{nb_url}/api/plugins/undercloud-vni/prep_switch_interface"
83
payload = {
84
"ucvni_id": str(ucvni_id),
85
"server_interface_mac": str(server_interface_mac),
0 commit comments