SamuelFullman6827
Level 1
Level 1
Member since ‎12-14-2018
‎08-18-2019

User Statistics

  • 24 Posts
  • 1 Solutions
  • 25 Helpful votes Given
  • 15 Helpful votes Received
Recent Badges
10 Replies
10 Helpful Vote
1 Helpful Vote
5 Replies
1 Accepted Solution

User Activity

> GET /ers/config/endpoint/bulk/submit/1565304304985 HTTP/1.1 > Host: omf-01-ise01:9060 > Authorization: Basic xxxxxx= > User-Agent: curl/7.64.0 > Accept: */* > { [5 bytes data] < HTTP/1.1 404 Not Found < Cache-Control: no-cache, no-store, must-reval...
I am submitting the following XML data: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns4:endpointBulkRequest operationType="update" resourceMediaType="vnd.com.cisco.ise.identity.endpoint.1.0+xml" xmlns:ns6="sxp.ers.ise.cisco.com" xmlns:ns...
Here is a rough approximation of what I'm doing:  var envelope = new XmlDocument(); var ns = new XmlNamespaceManager(envelope.NameTable); ns.AddNamespace("ns3", "identity.ers.ise.cisco.com"); var reque...
I have gotten great assistance on this community forum. I would like to pay that back by contributing to the built-in native API at ::9060/ers/sdk - even if I can just improve the language of the descriptions which were obviously written by a non-nat...
I've successfully implemented a `delete` method already for endpoints via their unique id. What I want to do is remove a specific MAC address from an identity group, without deleting the MAC itself from ISE.  How do I do this? 
Community Statistics
Member Since ‎12-14-2018 07:43 AM
Date Last Visited ‎08-18-2019 11:57 AM
Posts 24
Total Helpful Votes Received 15
Helpful Votes From
Helpful Votes Given To