mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adds firewall global rules module (#47789)
This module allows the user to change global rules in AFM firewalls
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"kind": "tm:security:firewall:global-rules:global-rulesstate",
|
||||
"selfLink": "https://localhost/mgmt/tm/security/firewall/global-rules?ver=13.1.0.7",
|
||||
"enforcedPolicy": "/Common/foo",
|
||||
"enforcedPolicyReference": {
|
||||
"link": "https://localhost/mgmt/tm/security/firewall/policy/~Common~foo?ver=13.1.0.7"
|
||||
},
|
||||
"servicePolicy": "/Common/bar",
|
||||
"servicePolicyReference": {
|
||||
"link": "https://localhost/mgmt/tm/net/service-policy/~Common~bar?ver=13.1.0.7"
|
||||
},
|
||||
"stagedPolicy": "/Common/baz",
|
||||
"stagedPolicyReference": {
|
||||
"link": "https://localhost/mgmt/tm/security/firewall/policy/~Common~baz?ver=13.1.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user