PaloAltoNetworks / PaloAltoNetworks/prisma-sase-sdk-python
look up UUID-format operator accounts from audit log entries
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
See Palo Support Case# 03943277 for more details
I was struggling to find a way to look up UUID-format operator accounts from audit log entries to determine who changed something.. after opening a TAC case and getting no where, I decided to investigate w/ browser inspection dev tools what the SCM UI was doing to resolve those user ID's to account names/email addresses and we discovered /identity/v1/users?ids= resolves UUID operators correctly — the same endpoint the SCM portal UI uses. We couldn't find it documented in the Prisma SASE Python SDK, so we're calling it directly.
We'd like this endpoint documented and ideally added to the SDK.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the Python SDK for existing identity or user-account operations and compare their request patterns with /identity/v1/users?ids=. Confirm how UUID-format operator accounts are resolved, then document the endpoint and determine whether it fits the SDK's existing API structure. Done means the endpoint is documented, with SDK support if the project structure permits it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100