Install
openclaw skills install @leesandao/prisma-troubleshootTroubleshoot Prisma Access issues including GlobalProtect connectivity, policy matching, tunnel status, SCM API errors, and configuration push failures. Use when diagnosing connection problems or configuration issues.
openclaw skills install @leesandao/prisma-troubleshootDiagnose and resolve common Prisma Access issues via Strata Cloud Manager.
Describe the issue in $ARGUMENTS, or let this skill guide you through interactive troubleshooting.
Symptoms: Users cannot connect, connection drops, slow connections
Diagnostic Steps:
GET /sse/config/v1/mobile-agent/portals?folder=Mobile Users
GET /sse/config/v1/mobile-agent/gateways?folder=Mobile Users
Common Causes:
Symptoms: Traffic allowed when it should be blocked, or blocked when it should be allowed
Diagnostic Steps:
GET /sse/config/v1/security-rules?folder=Prisma Access&position=pre
GET /sse/config/v1/security-rules?folder=Prisma Access&position=post
Common Causes:
Symptoms: Config changes not taking effect, push job errors
Diagnostic Steps:
POST /sse/config/v1/config-versions/candidate:push
GET /sse/config/v1/jobs/{job-id}
Common Causes:
Symptoms: Tunnel down, BGP not establishing, routes not propagating
Diagnostic Steps:
Common Causes:
Symptoms: API calls returning errors
Common Error Codes and Solutions:
| Code | Error | Solution |
|---|---|---|
| 400 | Invalid Object | Check JSON payload format; verify all required fields |
| 401 | Authentication Error | Token expired — re-authenticate with OAuth2 |
| 403 | Authorization Error | Check role-based access; verify TSG ID permissions |
| 404 | Object Not Found | Verify object name and folder parameter |
| 409 | Conflict | Object already exists; use PUT to update instead of POST |
| 429 | Rate Limit | Back off and retry; implement exponential backoff |
| 500 | Internal Error | Retry after 30 seconds; check SCM service status |
| 504 | Gateway Timeout | Retry; consider breaking large operations into batches |
Diagnostic Steps:
When the user reports an issue: