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.