summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_afm_log_global_network_profile.json
blob: 205af5b8c51fb1f8285fc1c819d04056f5bfa94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "kind": "tm:security:log:profile:profilestate",
  "name": "global-network",
  "partition": "Common",
  "fullPath": "/Common/global-network",
  "generation": 1,
  "selfLink": "https://localhost/mgmt/tm/security/log/profile/~Common~global-network?ver=12.1.4",
  "description": "Default logging profile for network events",
  "ipIntelligence": {
    "aggregateRate": 4294967295,
    "logRtbh": "disabled",
    "logShun": "disabled",
    "logTranslationFields": "disabled"
  },
  "nat": {
    "endInboundSession": "disabled",
    "endOutboundSession": {
      "action": "disabled"
    },
    "errors": "disabled",
    "lsnLegacyMode": "disabled",
    "quotaExceeded": "disabled",
    "startInboundSession": "disabled",
    "startOutboundSession": {
      "action": "disabled"
    }
  },
  "portMisuse": {
    "aggregateRate": 4294967295
  },
  "trafficStatistics": {
    "activeFlows": "disabled",
    "missedFlows": "disabled",
    "reapedFlows": "disabled",
    "syncookies": "disabled",
    "syncookiesWhitelist": "disabled"
  },
  "networkReference": {
    "link": "https://localhost/mgmt/tm/security/log/profile/~Common~global-network/network?ver=12.1.4",
    "isSubcollection": true
  },
  "protocolDnsReference": {
    "link": "https://localhost/mgmt/tm/security/log/profile/~Common~global-network/protocol-dns?ver=12.1.4",
    "isSubcollection": true
  },
  "protocolSipReference": {
    "link": "https://localhost/mgmt/tm/security/log/profile/~Common~global-network/protocol-sip?ver=12.1.4",
    "isSubcollection": true
  }
}