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 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?
Can you paste in the XML document you use for the update? And I'm wondering:1. does that move the endpoint out of any other identity group(s) - which is not objectionable in my case but good-to-know, and 2. can an update be done in bulk?Thanks!
Well, I guess then that my "request" is to see Cisco put the API documentation in a visible GitHub repository so that the community can create pull requests I'll do that
I am wanting to unassign it to THAT group, without regard to changing any other group. Which means, if it's not in any other group then yes it's just in the ISE db as you said. How is a `PUT` with a reference to the identity groupId I _DON'T_ want th...
OK, but how is a `PUT` with a reference to the identity groupId I _DON'T_ want the endpoint to be in serve to remove the endpoint from that identity group?
Do any of those three methods have an ERS API method, i.e. a URI? I see how to do a search and filter for endpoints in Context Visibility, and see the option to export selected, but don't see any equivalent in API-land.