Skip to content

No longer able to pull an application list for Prisma Access Browser #1023

@jtl5008

Description

@jtl5008

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions