cisco-en-programmability / dnacentersdk

Cisco DNA Center Python SDK
https://dnacentersdk.readthedocs.io/en/latest/
MIT License
70 stars 33 forks source link

delete_ip_pool_from_sda_virtual_network #54

Closed tali1974 closed 2 years ago

tali1974 commented 2 years ago

Prerequisites

Describe the bug A clear and concise description of what the bug is. you need to add "siteNameHierarchy" in the parameters

def delete_ip_pool_from_sda_virtual_network(self,
                                            ip_pool_name,
                                            virtual_network_name,
                                            **siteNameHierarchy**,
                                            headers=None,
                                            **request_parameters):

Expected behavior You need to have 3 parameters and siteNameHierarchy is missing 'Could not find siteNameHierarchy query parameter. please provide valid siteNameHierarchy and try again.'

Screenshots

Environment (please complete the following information):

Additional context Add any other context about the problem here.

fmunozmiranda commented 2 years ago

Hey @tali1974, we are working on it.

fmunozmiranda commented 2 years ago

@tali1974 , a new version of dnacentersdk has been published (v2.4.10), try it again with new version and let us know if works for you.

fmunozmiranda commented 2 years ago

Hey @tali1974 , we are interested in knowing if the solution worked for you to proceed to close the issue or help you more.

fmunozmiranda commented 2 years ago

Closing this is issue due to inactivity.

tali1974 commented 2 years ago

Sorry for late reply. Yes it’s working