Skip to main content

Describe Custom URL Category

Return the custom URL category of a specified rule group.

External Documentation

To learn more, visit the Palo Alto Cloud NGFW documentation.

Parameters

ParameterDescription
ActionURL actions.
Rulestack NameThe name of the rulestack to retrieve and describe custom URL categories.
URL CategoryThe name of the URL Category to describe.
URL TargetsSpecify where the URL opens.

Example Output

{
"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"
}
}

Workflow Library Example

Describe Custom Url Category with Palo Alto Cloud Ngfw and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop