github.com/akamai/AkamaiOPEN-edgegrid-golang/v2@v2.17.0/pkg/configgtm/testdata/TestGtm_ListProperties.resp.json (about) 1 { 2 "items": [ 3 { 4 "balanceByDownloadScore": false, 5 "dynamicTTL": 300, 6 "failbackDelay": 0, 7 "failoverDelay": 0, 8 "handoutMode": "normal", 9 "ipv6": false, 10 "lastModified": "2014-04-07T16:21:27.000+0000", 11 "name": "www", 12 "scoreAggregationType": "mean", 13 "staticTTL": 600, 14 "stickinessBonusConstant": 0, 15 "stickinessBonusPercentage": 0, 16 "type": "failover", 17 "useComputedTargets": false, 18 "mxRecords": [], 19 "links": [ 20 { 21 "href": "/config-gtm/v1/domains/example.akadns.net/properties/www", 22 "rel": "self" 23 } 24 ], 25 "livenessTests": [ 26 { 27 "disableNonstandardPortWarning": false, 28 "hostHeader": "foo.example.com", 29 "httpError3xx": true, 30 "httpError4xx": true, 31 "httpError5xx": true, 32 "name": "health-check", 33 "testInterval": 60, 34 "testObject": "/status", 35 "testObjectPort": 80, 36 "testObjectProtocol": "HTTP", 37 "testTimeout": 25.0 38 } 39 ], 40 "trafficTargets": [ 41 { 42 "datacenterId": 3134, 43 "enabled": true, 44 "weight": 0.0, 45 "servers": [ 46 "1.2.3.5" 47 ] 48 }, 49 { 50 "datacenterId": 3133, 51 "enabled": true, 52 "weight": 1.0, 53 "servers": [ 54 "1.2.3.4" 55 ] 56 } 57 ] 58 }, 59 { 60 "balanceByDownloadScore": false, 61 "dynamicTTL": 300, 62 "failbackDelay": 0, 63 "failoverDelay": 0, 64 "handoutMode": "normal", 65 "ipv6": true, 66 "lastModified": "2014-04-07T16:21:27.000+0000", 67 "name": "mail", 68 "scoreAggregationType": "mean", 69 "staticTTL": 600, 70 "stickinessBonusConstant": 0, 71 "stickinessBonusPercentage": 0, 72 "type": "weighted-round-robin", 73 "useComputedTargets": false, 74 "livenessTests": [], 75 "mxRecords": [], 76 "links": [ 77 { 78 "href": "/config-gtm/v1/domains/example.akadns.net/properties/mail", 79 "rel": "self" 80 } 81 ], 82 "trafficTargets": [ 83 { 84 "datacenterId": 3134, 85 "enabled": true, 86 "weight": 1.0, 87 "servers": [ 88 "2001:4878::5043:4078" 89 ] 90 }, 91 { 92 "datacenterId": 3133, 93 "enabled": true, 94 "weight": 1.0, 95 "servers": [ 96 "2001:4878::5043:4072", 97 "2001:4878::5043:4071" 98 ] 99 } 100 ] 101 } 102 ] 103 }