Hi all, I am unable to find a valid DNS through the APIs or console. We tried following Dashboard REST APIs: - https://api.meraki.com/api/v1/networks/{network_id}/devices - https://api.meraki.com/api/v1/networks/{network_id}/devices/{serial_num} - https://api.meraki.com/api/v1/devices/{serial_num} - https://api.meraki.com/api/v1/devices/{serial_num}/managementInterface - https://api.meraki.com/api/v1/organizations/{orgnization_id}/devices?networkIds[]={network_ids} The "name" field is supposed be a valid DNS/ hostname but we receive something like : "ABCD-A-1-Google Office", which is an invalid DNS with the space in between. We are looking for something like "ABCD-A-1-Google-Office-123". Where or which API could we use? Thanks. We also tried using this API https://api.meraki.com/api/v1/devices/{serial_num}/managementInterface from https://developer.cisco.com/meraki/api-v1/get-device-management-interface/ But received following: { "wan1": { "usingStaticIp": false, "vlan": null } } I checked on Meraki console. The name was also "ABCD-A-1-Google Office".
... View more