PaloAltoNetworks / PaloAltoNetworks/pan.dev
No longer able to pull an application list for Prisma Access Browser
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 78
- Forks
- 88
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 18
Description
It seems some sort of limit was introduced that is preventing this from working.
curl -L 'https://api.sase.paloaltonetworks.com/seb-api/v1/applications'
-H 'Accept: application/json'
-H 'Authorization: Bearer '
{
"fault": {
"faultstring": "Body buffer overflow",
"detail": {
"errorcode": "protocol.http.TooBigBody"
}
}
}
I can add a parameter to pull a specific application by name, but I'm trying to get a list of all of our private applications. It also does not seem like I can use a wildcard to pull matching apps with a common naming criteria. I also was previously able to pull all apps matching a specific category, such as "Uncategorized", that also doesn't work. Additionally, it would be great to be able to create a custom category name.
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 reproducing the curl request to /seb-api/v1/applications and record the Body buffer overflow response. Review the API documentation and determine whether this repository covers the endpoint behavior or only its documentation. Done should be a clear resolution for listing private applications, filtering or wildcard matching, category queries, and custom categories, or a documented scope decision.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100