I am attempting to export a bunch of data into my third-party integration with Service-Now so that the helpdesk has all the information they need to troubleshoot a network access issue. In the http POST, I am able to reference a bunch of the RADIUS fields. Is there a way to return the name of the NAS if it is in the internal device database? Currently, I can only return the Radius NAS-IP-Address, NAS-Port, NAS-Port-Id, and NAS-Port-Type.
For example, I have a NAS for 1.2.3.4 named SwitchA in the database and can return the IP, the switch port, etc. Can I return "Switch A" in the POST?