Is there any way to get a list of all CategorizationOverride objects with the API? I know you can do this with hosts, networks, applications and such by Posting a JSON object to the /show-objects endpoint, but it does not appear to work for objects with the CategorizationOverride type.
Works:
{
"limit" : 50,
"offset" : 0,
"order" : [ {
"ASC" : "name"
} ],
"type" : "application-site-category"
}
Does not work:
{
"limit" : 50,
"offset" : 0,
"order" : [ {
"ASC" : "name"
} ],
"type" : "CategorizationOverride"
}
I can pull every object from the firewall and then filter on type on my own, but it takes a really long time to get 17k objects just to yank out 33.