Endpoint API Specification
Specification Details
| Property | Value |
|---|---|
Title |
Cisco ISE API - Endpoints |
OpenAPI Version |
3.0.3 |
API Version |
1.0.0 |
ISE Version |
3.4 |
Base URL |
|
Authentication |
HTTP Basic (ERS Admin credentials) |
Endpoints |
7 |
API Comparison
| API | Base Path | Port | Features |
|---|---|---|---|
ERS |
|
9060 |
Basic CRUD, XML/JSON |
OpenAPI |
|
443 |
Bulk operations, advanced filtering, device summaries |
Endpoints
| Endpoint | Methods | Description |
|---|---|---|
|
GET, POST |
List all endpoints with advanced filtering, create endpoint |
|
GET, PUT, DELETE |
Get/update/delete endpoint by ID or MAC |
|
POST, PUT, DELETE |
Bulk create/update/delete operations |
|
GET |
Device type distribution summary |
|
GET |
List rejected endpoints |
|
PUT |
Release rejected endpoints |
|
GET |
Get bulk operation task status |
Advanced Filtering
The OpenAPI endpoint supports powerful filtering:
| Operator | Description |
|---|---|
|
Equals |
|
Not Equals |
|
Greater Than |
|
Less Than |
|
Starts With |
|
Not Starts With |
|
Ends With |
|
Not Ends With |
|
Contains |
|
Not Contains |
# Find all endpoints with MAC starting with AA:BB
curl -X GET "https://ise:443/api/v1/endpoint?filter=mac.STARTSW.AA:BB"