Overview
Endpoint Identity Groups API allows the client
to add, delete, update, and search Endpoint Groups. In this documentation, for
each available API you will find the request syntax including the required
headers and a response example of a successful flow.
Please note that these examples are not meant to
be used as is because they have references to DB data.
You should treat it as a basic template and edit it before sending to server.
Resource definition
Attribute |
Type |
Required |
Default value |
Description |
name |
String |
Yes |
Resource
name |
|
id |
String |
Yes |
Resourse
UUID |
|
description |
String |
No |
||
systemDefined |
Boolean |
Yes |
false |
XML example:
1. XML
2. <?xml version="1.0" encoding="UTF-8"?>
3. <ns0:endpointgroup xmlns:ns0="identity.ers.ise.cisco.com" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="ers.ise.cisco.com" xmlns:ers="ers.ise.cisco.com" description="description" id="id" name="name">
4. <systemDefined>true</systemDefined>
5. </ns0:endpointgroup>
6.
7. JSON
8. {
9. "EndPointGroup" : {
10. "id" : "id",
11. "name" : "name",
12. "description" : "description",
13. "systemDefined" : true
14. }
15.}
Revision History
Revision 0 |
|||
Resource
Version |
1.0 |
||
ISE
Version |
1.3 |
||
Description |
Initial
Ise Version |
||
Revision 1 |
|||
Resource
Version |
1.1 |
||
ISE
Version |
2.4 |
||
Description |
Added
GetByName operation |
||
Revision
Modification |
|