You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network/f5/fixtures/load_net_service_policy_1.json

18 lines
630 B
JSON

{
"kind": "tm:net:service-policy:service-policystate",
"name": "baz",
"partition": "Common",
"fullPath": "/Common/baz",
"generation": 581,
"selfLink": "https://localhost/mgmt/tm/net/service-policy/~Common~baz?ver=13.1.0.4",
"description": "my description",
"portMisusePolicy": "/Common/bar",
"portMisusePolicyReference": {
"link": "https://localhost/mgmt/tm/security/firewall/port-misuse-policy/~Common~bar?ver=13.1.0.4"
},
"timerPolicy": "/Common/foo",
"timerPolicyReference": {
"link": "https://localhost/mgmt/tm/net/timer-policy/~Common~foo?ver=13.1.0.4"
}
}