cisco-en-programmability/dnacentersdk

SDA:add_multicast_in_sda_fabric: failing at parameter validation for valid payload

Closed this issue · 3 comments

Prerequisites

  • Have you tested the operation in the API directly?
  • Do you have the latest SDK version?
  • Review the compatibility matrix before opening an issue.

Describe the bug
In add_multicast_in_sda_fabric , SDK is failing at payload validation even for valid data.

dnacentersdk.exceptions.MalformedRequest: {'siteNameHierarchy': 'Global/California/San Jose/SJC-23', 'multicastMethod': 'native_multicast', 'multicastType': 'ssm', 'multicastVnInfo': [{'virtualNetworkName': 'VN1', 'ipPoolName': 'mcast_rp_pool_rsv', 'internalRpIpAddress': [], 'externalRpIpAddress': '', 'ssmInfo': [{'ssmGroupRange': '232.0.0.0', 'ssmWildcardMask': '0.255.255.255'}]}]} is invalid. Reason: data.multicastVnInfo[0].ssmInfo must be object

Expected behavior
For valid data, payload validation shouldn't fail.

Environment (please complete the following information):

  • Cisco DNA Center Version and patch: 2.3.6.0
  • Python version: 3.6
  • SDK version: 2.3.3
  • OS Version:

Hi @JayaVamsiKrishnaSaiVolla please update dnacentersdk to latest version 2.6.2, try again and notify us how does it goes.
Your Cisco DNA Center Version and patch: 2.3.6.0 is more compability with that version.

@JayaVamsiKrishnaSaiVolla do you test it with last version?

Closed due inactivity