Actions
Create Policy
Creates a new policy.

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 |
|---|---|
| Description | An optional text description providing details about the policy. |
| Name | Set a unique name for the new policy. |
{
"kind": "tm:security:firewall:policy:policystate",
"name": "x",
"partition": "Common",
"fullPath": "/Common/x",
"generation": 133,
"selfLink": "https://localhost/mgmt/tm/security/firewall/policy/~Common~x?ver=14.1.5.3",
"description": "asd",
"rulesReference": {
"link": "https://localhost/mgmt/tm/security/firewall/policy/~Common~x/rules?ver=14.1.5.3",
"isSubcollection": true
}
}
Was this page helpful?