External DocumentationTo learn more, visit the Cisco ISE documentation.
Actions
Get Network Devices
Retrieve a list of network devices with optional filtering.

Preview this Workflow on desktop
Was this page helpful?
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: * ipaddress* name* description* location* typeFor Example: name.EQ.Example or ipaddress.GT.1.1.1.1.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",
"description": "",
"link": {
"rel": "self",
"href": "url",
"type": "application/json"
}
}
],
"nextPage": {
"rel": "next",
"href": "url",
"type": "application/json"
}
}
}
Was this page helpful?