prisma-sdwan-status

Monitor Prisma SD-WAN element health, software versions, events, and alarms.

650|182|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill prisma-sdwan-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-sdwan-status
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/prisma-sdwan-status
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill prisma-sdwan-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network operators need continuous visibility into the health of their Palo Alto Networks Prisma SD-WAN fabric, but manually checking element CPU, memory, software versions, events, and alarms across many ION devices is slow and error-prone.

Core Features & Use Cases

  • Element Health Monitoring: Query CPU, memory, uptime, and online state for all or individual SD-WAN elements via the prisma-sdwan-mcp server.
  • Software Version Tracking: Check running software versions and identify elements with pending upgrades or version drift.
  • Event and Alarm Investigation: List recent operational events and active alarms filtered by severity (critical, major, minor, warning).
  • Use Case: When a site reports connectivity issues, ask which elements are offline, review critical alarms such as interface_down events, and correlate them with recent state-change events to isolate the fault.

Quick Start

Ask the agent to show the health status and active alarms for all Prisma SD-WAN elements.

Frequently Asked Questions about prisma-sdwan-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Prisma SD-WAN element health status?

Use the get_element_status tool to retrieve CPU usage, memory utilization, uptime, and online state for all elements or a specific element_id. You can ask natural-language questions like which ION devices have high CPU usage.

How do I find Prisma SD-WAN devices with pending software upgrades?

Use the get_software_status tool to list running software versions and upgrade availability per element. This helps identify upgrade candidates and verify version consistency across the fabric.

What credentials does Prisma SD-WAN monitoring require?

It requires OAuth2 credentials: PAN_CLIENT_ID, PAN_CLIENT_SECRET, and PAN_TSG_ID environment variables. The PAN_REGION variable selects americas or europe, defaulting to americas.

Why does Prisma SD-WAN monitoring return AUTH_FAILED errors?

AUTH_FAILED means OAuth2 authentication failed, usually due to incorrect or expired PAN_CLIENT_ID, PAN_CLIENT_SECRET, or PAN_TSG_ID values. Verify all three environment variables and retry.

Can this skill modify Prisma SD-WAN device configurations?

No, all operations are read-only status, event, and alarm queries, so no ServiceNow change-request gating is required. For configuration investigation, use the related prisma-sdwan-config skill.