pyvcloud icon indicating copy to clipboard operation
pyvcloud copied to clipboard

OperationNotSupportedException when create edge gateway

Open tiendc opened this issue 3 years ago • 3 comments

I'm trying to create en edge gateway with passing external network as the only argument (others are default). The call to vdc.create_gateway_api_version_32() throws OperationNotSupportedException. Debug the code, it seems the link for the operation cannot be retrieved in client.find_link() and result in MissingLinkException.

The account I used is the sys admin. And I can create an edge gateway in the vCloud portal successfully, however the vCloud portal seems to use OpenAPI instead of the Legacy (I saw that via the Chrome debugger tool).

The same result when I used vcd_cli (which uses pyvcloud underlying) with command: vcd gateway create gateway1 --external-network external-net1 --gateway-type NSXT_BACKED/NSXV_BACKED/NSXT_IMPORTED error: Operation is not supported

tiendc avatar Mar 06 '21 12:03 tiendc

I am seeing same issue both with CLI and API call.

eglute avatar Mar 29 '21 20:03 eglute

@tiendc I am experiencing same issue. Did you able to find fix or workaround?

manujakau avatar May 18 '22 12:05 manujakau

I have the same issue :/

satayyeb avatar Nov 28 '23 12:11 satayyeb