find_element
Resolve ION/element names, serials, hardware IDs, or exact controller IDs into candidate matches with site IDs. Exact identifiers disambiguate results for accurate Prisma SD-WAN inventory queries.
Instructions
Resolve an ION/element name or exact ID without guessing.
The returned candidates include site_id when the controller provides it, allowing later tools to infer the correct site from an element.
Args:
name: Element name, serial number, hardware ID, or exact controller
ID. Exact ID match wins first, then exact name/serial/hw_id
match (case-insensitive), then substring. Multiple hits are
never auto-picked — check ambiguous and re-call with a more
specific value or the exact id.
cursor: Opaque pagination token copied from a previous response's
next_cursor. Omit on the first call.
limit: Max matches to return in this page. Omit to use the server
default page size (50; max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Element name, serial number, hardware ID, or exact controller ID. Exact ID match wins first, then exact name/serial/hw_id match (case-insensitive), then substring. Multiple hits are never auto-picked — check `ambiguous` and re-call with a more specific value or the exact `id`. | |
| limit | No | Max matches to return in this page. Omit to use the server default page size (50; max 200). | |
| cursor | No | Opaque pagination token copied from a previous response's `next_cursor`. Omit on the first call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |