We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing the following example returns 500: Internal Server Error
# existing L2VPN -> key api_url = SDX_CONTROLLER + '/l2vpn/1.0' payload = { "name": "VLAN ID 200 at AMPATH, TENET, at SAX", "endpoints": [ {"port_id": "urn:sdx:port:ampath.net:Ampath3:50", "vlan": "200"}, {"port_id": "urn:sdx:port:tenet.ac.za:Tenet03:50", "vlan": "200"}, {"port_id": "urn:sdx:port:sax.net:Sax01:50","vlan": "200"} ] } response = requests.patch(f"{api_url}/{key}", json=payload)
The return code 402 should be obtained "402: Request not compatible (For instance, when a L2VPN P2MP is requested but only L2VPN P2P is supported)"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Testing the following example returns 500: Internal Server Error
The return code 402 should be obtained
"402: Request not compatible (For instance, when a L2VPN P2MP is requested but only L2VPN P2P is supported)"
The text was updated successfully, but these errors were encountered: