Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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
Workflow LibraryPreview this Workflow on desktop