find_resource
Resolve Prisma SD-WAN objects by human name or exact ID across machines, applications, zones, networks, and policy sets, never auto-selecting ambiguous matches.
Instructions
Resolve common Prisma SD-WAN objects by human name or exact ID.
Use for machines, applications, security zones, WAN networks, path groups, service labels, VRFs, and the major policy-set families. It never silently selects one object when multiple records match.
Args:
kind: Which object type to search. One of: machine, application,
security_zone, wan_network, path_group, service_label,
vrf, network_policy, priority_policy, nat_policy,
security_policy, performance_policy, or policy to search
all five policy-set families at once (each match is tagged with
its policy_family). Use find_site/find_element instead for
sites or ION elements — this tool does not cover those.
name: Object name or exact controller ID. Exact ID match wins first,
then exact name 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 |
|---|---|---|---|
| kind | Yes | Which object type to search. One of: `machine`, `application`, `security_zone`, `wan_network`, `path_group`, `service_label`, `vrf`, `network_policy`, `priority_policy`, `nat_policy`, `security_policy`, `performance_policy`, or `policy` to search all five policy-set families at once (each match is tagged with its `policy_family`). Use `find_site`/`find_element` instead for sites or ION elements — this tool does not cover those. | |
| name | Yes | Object name or exact controller ID. Exact ID match wins first, then exact name 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 |