list_policy_fam_rule
This command lists either all the rules, or the specified rule, in a FAM policy.
This API is available in Guardium V10.1.4 and later.
REST API syntax
This API is available as a REST service with the
GET
method. Call this API as follows:
GET https://[Guardium hostname or IP address]:8443/restAPI/famPolicyRule
GuardAPI syntax
list_policy_fam_rule parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
policyName | String | Required. Name of FAM policy whose rules are returned in the response. |
ruleName | String | If no ruleName is entered, all policy rules with details are returned. If a ruleName is entered, details are returned for that rule only. |
Examples
To view all rules in a policy named fam26:
list_policy_fam_rule policyName=fam26