get_service_connections
Inspect Prisma SD-WAN service connections, endpoints, binding maps, service labels, and extensions with support for tenant, site, and element-level queries.
Instructions
Inspect service connections, endpoints, binding maps, service labels, and extensions.
Args:
operation: Which read to run. No params required:
tenant_connections, endpoints, binding_maps,
service_labels, tenant_extensions. Requires site:
site_connections, site_extensions. Requires site +
element: element_extensions.
site: Site name or controller ID. Required by some operations (see
operation); resolved the same way as find_site.
element: Element name or controller ID. Required only for
element_extensions; resolved the same way as find_element.
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 some 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. | |
| detail | No | ||
| element | No | Element name or controller ID. Required only for ``element_extensions``; resolved the same way as `find_element`. | |
| operation | Yes | Which read to run. No params required: ``tenant_connections``, ``endpoints``, ``binding_maps``, ``service_labels``, ``tenant_extensions``. Requires ``site``: ``site_connections``, ``site_extensions``. Requires ``site`` + ``element``: ``element_extensions``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |