Hello @ConnorL , thank's for your help
Here are the logs generated by Meraki package, I hope it's helpful.
As you can see, I'm trying to create an organization network from an existing one (/organizations/{organizationId}/networks). It had always worked without any problem, we didn't make any changes do our code.
{"asctime": "2024-01-31 14:04:17,213", "levelname": "INFO", "name": "meraki", "message": "Meraki dashboard API session initialized with these parameters: {'version': '1.25.0', 'api_key': '************************************2307', 'base_url': 'https://****.meraki.com/api/v1', 'single_request_timeout': 60, 'certificate_path': '', 'requests_proxy': '', 'wait_on_rate_limit': True, 'nginx_429_retry_wait_time': 60, 'action_batch_retry_wait_time': 60, 'retry_4xx_error': False, 'retry_4xx_error_wait_time': 60, 'maximum_retries': 6, 'simulate': False, 'be_geo_id': None, 'caller': None, 'use_iterator_for_get_pages': False}"}
{"asctime": "2024-01-31 14:04:17,713", "levelname": "DEBUG", "name": "meraki", "message": "", "tags": ["organizations", "configure", "networks"], "operation": "createOrganizationNetwork", "method": "POST", "url": "/organizations/******/networks", "json": {"timeZone": "Europe/Paris", "tags": ["EMEA", "*****", "Call_center"], "copyFromNetworkId": "********************", "name": "TEST_NAPP_NETWORK_EMEA", "productTypes": ["wireless", "switch"]}}
{"asctime": "2024-01-31 14:04:17,713", "levelname": "INFO", "name": "meraki", "message": "POST https://****.meraki.com/api/v1/organizations/******/networks"}
{"asctime": "2024-01-31 11:23:55,372", "levelname": "ERROR", "name": "meraki", "message": "organizations, createOrganizationNetwork - 400 Bad Request, {'errors': ['Url failed to DNS resolve host name', \"Hostname 'api.tnaas.tcsapps.com' has no public ip addresses\"]}"}