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_tm_auth_tacacs_1.json

20 lines
523 B
JSON

{
"kind": "tm:auth:tacacs:tacacsstate",
"name": "system-auth",
"partition": "Common",
"fullPath": "/Common/system-auth",
"generation": 484,
"selfLink": "https://localhost/mgmt/tm/auth/tacacs/~Common~system-auth?ver=13.1.0.1",
"accounting": "send-to-first-server",
"authentication": "use-first-server",
"debug": "disabled",
"encryption": "enabled",
"protocol": "ftp",
"secret": "secret",
"servers": [
"11.11.11.11"
],
"service": "ppp",
"timeout": 10
}