Unable to add additional org id in VNA. Trying to add an additional region in VNA but getting an error. Here is the field I edited from the configuration-
"ORGANIZATION_ID_LIST": "[630485]","[799968]"
Using DX NetOps Virtual Network Assurance release 21.2.11.
When issuing an update via the swagger web UI it returns a 500 error.
All DX NetOps Virtual Network Assurance releases 21.2.12 and earlier
Incorrect variable value syntax.
The variable being edited requires a comma separated list between the brackets. The ]","[ between values should just be a single comma.
Based on the given example Organization IDs use this:
"ORGANIZATION_ID_LIST": "[630485,799968]"
Note that this variable is deprecated in 22.2.x and newer releases. See the Configure to Filter Meraki Networks, Organizations, and Events section of the Cisco Meraki VNA documentation for new features that replaced the deprecated variable.