Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have created 2 EndPoint Custom Attributes by going to Administration -> Identity Management -> Settings -> EndPoint Custom Attributes in the ISE GUI:But when I try to create an EndPoint and edit it to set these Custom Attributes, they are not visib...
I'm trying to do a bulk request to create multiple endpoints at once by doing a PUT request to /ers/config/endpoint/bulk/submit using XML. Formatting the XML request or performing the request is not an issue. However, when I try to add the "descripti...
The issue in the end turned out to be a license issue. Doing Profiling requires a "Plus" license and we only have the "Base" license. So it was possible to declare Endpoint Custom Attributes, but not actually assign them values for a specific Endpoin...
@Charlie Moreton @Rodrigo Diaz Thank you both for the suggestions. I agree with you both, an upgrade to a higher version of Cisco ISE is probably the right solution. However, I'm forced to work with this version and upgrading to a higher version is n...
Using the XML body you provided, I was indeed able to perform an PUT request to /ers/config/endpoint/bulk/submit to create multiple endpoints with a description using a bulk request. It seems I just overlooked the correct syntax, seeing as the ISE 2....