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

Parameters

ParameterDescription
FilterFilter results by specifying criteria across the following fields:
* ipaddress
* name
* description
* location
* type

For Example: name.EQ.Example or ipaddress.GT.1.1.1.1.

For more information about the parameter, refer to Cisco ISE’S documentation.
Page NumberThe page number to retrieve.
Page SizeThe maximum number of network devices to retrieve per page.
Sort BySort results by ascending order in this field.
Sort BySort results by descending order in this field.
Sort DirectionChoose to order results in ascending or descending order.

Example Output

{
	"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"
		}
	}
}

Workflow Library Example

Get Network Devices with Cisco Ise and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop