Retrieve a list of quarantined devices.

Parameters

ParameterDescription
Host IDDevice host ID.
Serial NumberDevice serial number.

Example Output

[
	{
		"host_id": "string",
		"ip": "string",
		"ipv6": "string",
		"serial_number": "string"
	}
]

Workflow Library Example

List Quarantined Devices with Prisma Access and Send Results Via Email

Preview this Workflow on desktop