Adds the AFM address list module (#34814)

This module can be used to manage address lists on a BIG-IP running
AFM.
This commit is contained in:
Tim Rupp
2018-01-12 10:25:33 -08:00
committed by GitHub
parent 9314607c38
commit 18d33eeb89
3 changed files with 1131 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
{
"kind": "tm:security:firewall:address-list:address-liststate",
"name": "bar",
"partition": "Common",
"fullPath": "/Common/bar",
"generation": 135,
"selfLink": "https://localhost/mgmt/tm/security/firewall/address-list/~Common~bar?ver=12.1.2",
"addressLists": [
{
"name": "foo",
"partition": "Common",
"nameReference": {
"link": "https://localhost/mgmt/tm/security/firewall/address-list/~Common~foo?ver=12.1.2"
}
}
],
"addresses": [
{
"name": "1.1.1.1"
},
{
"name": "2.2.2.2-3.3.3.3"
},
{
"name": "5.5.5.5-6.6.6.6"
},
{
"name": "2700:bc00:1f10:101::6"
}
],
"fqdns": [
{
"name": "google.com"
}
],
"geo": [
{
"name": "AF:Baghlan"
},
{
"name": "AF:Helmand"
},
{
"name": "BS"
},
{
"name": "EU"
},
{
"name": "GE:Marneulis Raioni"
}
]
}