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
From 2.3.7.X, the API's for creating L3 VN's in SDA is different: '/dna/intent/api/v1/sda/layer3VirtualNetworks'. Could this be implemented?
With the current API call, the below error message appears.
catalystcenter_fabric_virtual_network.vn: Creating... ╷ │ Error: Client Error │ │ with catalystcenter_fabric_virtual_network.vn, │ on query.tf line 1, in resource "catalystcenter_fabric_virtual_network" "vn": │ 1: resource "catalystcenter_fabric_virtual_network" "vn" { │ │ Failed to configure object (POST), got error: HTTP Request failed: StatusCode 400, { │ "status" : "failed", │ "description" : "could not find internal dnac hosting service for = fusion#spf-service-manager-service", │ "taskId" : null, │ "taskStatusUrl" : "/dna/intent/api/v1/task/null", │ "executionStatusUrl" : "/dna/intent/api/v1/dnacaap/management/execution-status/587d0e4d-d34d-4821-9318-8797c24938ce", │ "executionId" : "587d0e4d-d34d-4821-9318-8797c24938ce" │ }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From 2.3.7.X, the API's for creating L3 VN's in SDA is different: '/dna/intent/api/v1/sda/layer3VirtualNetworks'.
Could this be implemented?
With the current API call, the below error message appears.
The text was updated successfully, but these errors were encountered: