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 10.11.12.13 named Switch A in the database. Can I return the name "Switch A" in the POST?
Thanks.