Profiler REST APIs

To perform operations using the Profiler REST APIs, the users must be assigned to SuperAdmin and must be authenticated against the credentials stored in the Cisco ISE internal database (internal admin users):

The Profiler REST API allows you to get messagecode list that will be filtered out from Profiler processing and add or delete those messagecodes whenever needed and it will help to reduce high traffic load on Profiler.

These APIs needs to be run only on primary PAN node and it will be replicated to other nodes in the deployment.

Profiler

  • GET: Lists all the messagecode that will be filtered out in Profiler. By default, the messagecode 5401, 5405, 5440, 5441, 5442 and 5443 will be stored in the list.

https://<ISEPPANHost>/admin/API/ProfilerConfig/ProfilerRadiusProbeFilter/MessageCode

  • PUT: This allows you to add messagecode to the list. User need to add one messagecode at a time. The messagecode count is limited with 50 messagecodes. Either 4- or 5-digit numbers will be allowed as messagecode, entering invalid input will result in an error.

https://<ISEPPANHost>/admin/API/ProfilerConfig/ProfilerRadiusProbeFilter/MessageCode/<messagecode>

  • DELETE: This will be used to delete messagecode from the list. User need to delete one messagecode at a time. After deletion, the Profiler will continue the process with the updated messagecode list.

https://<ISEPPANHost>/admin/API/ProfilerConfig/ProfilerRadiusProbeFilter/MessageCode/<messagecode>