Parameter | Description |
---|---|
Rulestack Name | The name of the rulestack to list URL categories from. |
{
"Response": {
"CategoriesCandidate": [
"string"
],
"CategoriesPreDefined": [
"string"
],
"CategoriesRunning": [
"string"
],
"CategoriesUncommitted": [
{
"Name": "string",
"Operation": "string"
}
],
"NextToken": "string",
"RuleStackName": "string"
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}
Was this page helpful?