Skip to content
New issue

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

unable to define multiple site list entries in a given sequence with the sdwan_custom_control_topology_policy_definition resource #373

Open
niliopoulos89 opened this issue Nov 22, 2024 · 1 comment
Assignees

Comments

@niliopoulos89
Copy link

I am unable to configure multiple site_list_id match_entries in the same sequence when using the sdwan_custom_control_topology_policy_definition resource. In this case, I am referencing different site lists, and I am able to configure this in the UI.

below are some snippets:

ERROR

image

VALID (Source VARs)

image

INVALID (Source VARs)

image

UI EXAMPLE

image

@seconroy seconroy self-assigned this Nov 25, 2024
@seconroy
Copy link
Collaborator

seconroy commented Nov 25, 2024

Thank you for opening the issue. Each sequence rule created in the UI creates it is own sequence in the JSON payload, meaning in your example the UI is creating two individual sequences with matching names. You can see the JSON payload using the chrome developer tool and going to the network tab.

UI EXAMPLE

UI

JSON PAYLOAD

API

JSON PAYLOADS EXPANDED

UI-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants