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.
Hello, Can someone please help me with the error message ? I can update customAttributes for an endpoint using single PUT request for that endpoint id. But, bulk update does not workHere is the endpoint URIhttps://<ip-address>:443/ers/config/endpoin...
I am running into an when attempting to import endpoints into ISE using the csv template under Context Visibility/Endpoints. I am seeing an error message as shown below for incorrect ip address. It's an IPV6 address. I am trying it on a system runnin...
Just found that the bulk update can be done using open APIhttps://cisco-ise-fqdn:443/api/v1/endpoint/bulkWith a JSON body like this in PUT request[{"mac": "AA:BB:CC:DD:EE:FF","customAttributes": {"HostGroups": "Windows XP"}},{"mac": "AA:BB:CC:DD:EE:E...