get_prisma_access
Retrieve Prisma Access/SASE integration, connections, prefixes, and ADEM state to troubleshoot and verify network operations.
Instructions
Inspect Prisma Access/SASE integration, connections, prefixes, and ADEM state.
Args:
operation: Which read to run. Requires site: site_config,
connections, adem_site_config, adem_status.
Requires site + object_id: connection_status (a
SASE connection ID from a connections result's id field).
No params required: connection_config, pa_networks,
integration_status. Requires site + element:
advertised_prefixes, reachable_prefixes.
site: Site name or controller ID. Required by most operations (see
operation); resolved the same way as find_site.
element: Element name or controller ID. Required only for the
prefix operations; resolved the same way as find_element.
object_id: SASE connection ID. Required only for
connection_status; ignored otherwise.
cursor: Opaque pagination token copied from a previous response's
next_cursor. Omit on the first call.
limit: Max items to return in this page. Omit to use the server
default page size (50; max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site name or controller ID. Required by most operations (see `operation`); resolved the same way as `find_site`. | |
| limit | No | Max items 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. | |
| element | No | Element name or controller ID. Required only for the prefix operations; resolved the same way as `find_element`. | |
| object_id | No | SASE connection ID. Required only for ``connection_status``; ignored otherwise. | |
| operation | Yes | Which read to run. Requires ``site``: ``site_config``, ``connections``, ``adem_site_config``, ``adem_status``. Requires ``site`` + ``object_id``: ``connection_status`` (a SASE connection ID from a ``connections`` result's `id` field). No params required: ``connection_config``, ``pa_networks``, ``integration_status``. Requires ``site`` + ``element``: ``advertised_prefixes``, ``reachable_prefixes``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |