You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name of the module
cisco.dnac.sda_layer3_virtual_networks_v1
Describe the bug
If you want to create a VN (without specifying the 'id'), Ansible is initiating a 'PUT' request.
The error output states that 'id is a required field'.
Expected behavior
I expect a 'POST' request as the 'id' is not specified and a new VN is going to be created.
Name of the module
cisco.dnac.sda_layer3_virtual_networks_v1
Describe the bug
If you want to create a VN (without specifying the 'id'), Ansible is initiating a 'PUT' request.
The error output states that 'id is a required field'.
Expected behavior
I expect a 'POST' request as the 'id' is not specified and a new VN is going to be created.
Debug
URL: https://10.10.10.10:443/dna/intent/api/v1/sda/layer3VirtualNetworks
Method: PUT
"detail": "Layer 3 Virtual Network Update failed for Test2 in SDA Fabric, id is a required field."
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: