List Custom URL Categories
Retrieve the data of the custom URL categories for a specified rulestack.
External Documentation
To learn more, visit the Palo Alto Cloud NGFW documentation.
Parameters
Parameter | Description |
---|---|
Rulestack Name | The name of the rulestack to list URL categories from. |
Example Output
{
"Response": {
"CategoriesCandidate": [
"string"
],
"CategoriesPreDefined": [
"string"
],
"CategoriesRunning": [
"string"
],
"CategoriesUncommitted": [
{
"Name": "string",
"Operation": "string"
}
],
"NextToken": "string",
"RuleStackName": "string"
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}
Workflow Library Example
List Custom Url Categories with Palo Alto Cloud Ngfw and Send Results Via Email
Preview this Workflow on desktop