External DocumentationTo learn more, visit the Cisco ISE documentation.
Parameters
Example Output
Workflow Library Example
Get Endpoints with Cisco Ise and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filter | Filter results by specifying criteria across the following fields: * profileId* profile* groupId* mac* portalUser* staticProfileAssignment* staticGroupAssignment* logicalProfileNameFor Example: profileId.GT.1 or mac.EQ.1.2.3.4.5.6.For more information about the parameter, refer to Cisco ISE’S documentation. |
| Page Number | The page number to retrieve. |
| Page Size | The maximum number of network devices to retrieve per page. |
| Sort By | Sort results by ascending order in this field. |
| Sort By | Sort results by descending order in this field. |
| Sort Direction | Choose to order results in ascending or descending order. |
{
"SearchResult": {
"total": 1,
"resources": [
{
"id": "string",
"name": "string",
"link": {
"rel": "self",
"href": "string",
"type": "application/json"
}
}
]
}
}
Was this page helpful?