External DocumentationTo learn more, visit the Palo Alto Cloud NGFW documentation.
Actions
Describe Custom URL Category
Return the custom URL category of a specified rule group.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Action | URL actions. |
| Rulestack Name | The name of the rulestack to retrieve and describe custom URL categories. |
| URL Category | The name of the URL Category to describe. |
| URL Targets | Specify where the URL opens. |
{
"Response": {
"Name": "string",
"RuleStackName": "string",
"URLCategoryCandidate": {
"URLCategoryEntry": {
"Action": "string",
"AuditComment": "string",
"Description": "string",
"UpdateToken": "string",
"UrlTargets": [
"string"
]
},
"operation": "add",
"pk": "string",
"sk": "string"
},
"URLCategoryRunning": {
"URLCategoryEntry": {
"Action": "string",
"AuditComment": "string",
"Description": "string",
"UpdateToken": "string",
"UrlTargets": [
"string"
]
},
"operation": "add",
"pk": "string",
"sk": "string"
}
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}
Was this page helpful?