summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_sys_application_template_w_old_checksum.json
blob: da477515bf9b67797131fb2b273665d48d12c884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "kind": "tm:sys:application:template:templatestate",
  "name": "good_templ",
  "partition": "Common",
  "fullPath": "/Common/good_templ",
  "generation": 410,
  "selfLink": "https://localhost/mgmt/tm/sys/application/template/~Common~good_templ?ver=13.0.0",
  "description": "My basic foo bar",
  "ignoreVerification": "false",
  "requiresBigipVersionMin": "12.0.0",
  "requiresModules": [
    "ltm"
  ],
  "tmplChecksum": "eee01710dbe330d380d1a4fa30eeabdb",
  "totalSigningStatus": "checksum",
  "verificationStatus": "checksum-verified",
  "actionsReference": {
    "link": "https://localhost/mgmt/tm/sys/application/template/~Common~good_templ/actions?ver=13.0.0",
    "isSubcollection": true
  }
}