var/log/proton/localhost_access_log.txt.17:1991:2026-08-06T14:49:26.320Z - "DELETE /nsxapi/api/v1/orgs/default/projects/<project_UUID>/vpcs/<vpc_name>/static-routes/<static_route-ID>HTTP/2.0" 200 - 56 55 +
var/log/proton/localhost_access_log.txt.17:9995:2026-08-06T14:54:57.260Z - "PATCH /nsxapi/api/v1/orgs/default/projects/<project_UUID>/vpcs/<vpc_name>/static-routes/<static_route-ID>HTTP/2.0" 200 - 310 310 +
var/log/proton/localhost_access_log.txt.15:4299:2026-08-06T15:10:29.575Z - "DELETE /nsxapi/api/v1/orgs/default/projects/<project_UUID>/vpcs/<vpc_name>/static-routes/<static_route-ID>HTTP/2.0" 200 - 58 58 +
The syslog on the NSX manager confirms the source of the API calls is the AVI controller IP:
2026-08-05T22:32:53.562Z NSX 79265 - [nsx@4413 audit="true" comp="nsx-manager" entId="<static_route_ID>" level="INFO" org="default" proj="stes" reqId="<req_UUID>" request="DELETE /policy/api/v1/orgs/default/projects/<project_UUID>/vpcs/<vpc_name>/static-routes/<static_route_ID>" subcomp="manager" update="true" username="admin" vpc="<ID>"] UserName="admin", Src="<IP_of_the_API_Source>", ModuleName="PolicyVpcStaticRoutes", Operation="DeleteVpcStaticRoutes", Operation status="success"Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
For NSX, this is expected behavior. Routes are being removed on the host when the static route deletion API is received on the NSX Manager from the AVI controller. The frequent DELETE and PATCH calls from the AVI controller cause the static routes to flap, intermittently forcing traffic to fall back to the default route (northbound) instead of the direct east/west route.
Work with the AVI team to find the cause of the API calls deleting and recreating the static route in NSX. The AVI team must investigate the logic triggering the rapid DELETE and PATCH operations from the AVI controller.
If you are contacting Broadcom support about this issue, please provide the following: NSX Manager support bundles, ESXi host support bundles, and the text of any error messages seen in the NSX GUI or command lines pertinent to the investigation.