get_firewall_policy
Retrieve detailed configuration of a specific firewall policy by specifying ADOM, policy package, and policy ID.
Instructions
Get detailed information about a specific firewall policy.
Args: adom: ADOM name package: Policy package name policyid: Policy ID number
Returns: dict: Policy details with keys: - status: "success" or "error" - policy: Full policy configuration - message: Error message if failed
Example: >>> result = await get_firewall_policy("root", "default", 1) >>> print(f"Policy name: {result['policy']['name']}")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adom | Yes | ||
| package | Yes | ||
| policyid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||