Adds firewall global rules module (#47789)

This module allows the user to change global rules in AFM firewalls
This commit is contained in:
Tim Rupp
2018-10-29 21:10:49 -07:00
committed by GitHub
parent 10f3e0c187
commit e0d2419683
3 changed files with 521 additions and 0 deletions

View File

@@ -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"
}
}