github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.0/pkg/gtm/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                      "precedence": 255
    49                  },
    50                  {
    51                      "datacenterId": 3133,
    52                      "enabled": true,
    53                      "weight": 1.0,
    54                      "servers": [
    55                          "1.2.3.4"
    56                      ],
    57                      "precedence": null
    58                  }
    59              ]
    60          },
    61          {
    62              "balanceByDownloadScore": false,
    63              "dynamicTTL": 300,
    64              "failbackDelay": 0,
    65              "failoverDelay": 0,
    66              "handoutMode": "normal",
    67              "ipv6": true,
    68              "lastModified": "2014-04-07T16:21:27.000+0000",
    69              "name": "mail",
    70              "scoreAggregationType": "mean",
    71              "staticTTL": 600,
    72              "stickinessBonusConstant": 0,
    73              "stickinessBonusPercentage": 0,
    74              "type": "weighted-round-robin",
    75              "useComputedTargets": false,
    76              "livenessTests": [],
    77              "mxRecords": [],
    78              "links": [
    79                  {
    80                      "href": "/config-gtm/v1/domains/example.akadns.net/properties/mail",
    81                      "rel": "self"
    82                  }
    83              ],
    84              "trafficTargets": [
    85                  {
    86                      "datacenterId": 3134,
    87                      "enabled": true,
    88                      "weight": 1.0,
    89                      "servers": [
    90                          "2001:4878::5043:4078"
    91                      ],
    92                      "precedence": 255
    93                  },
    94                  {
    95                      "datacenterId": 3133,
    96                      "enabled": true,
    97                      "weight": 1.0,
    98                      "servers": [
    99                          "2001:4878::5043:4072",
   100                          "2001:4878::5043:4071"
   101                      ],
   102                      "precedence": null
   103                  }
   104              ]
   105          }
   106      ]
   107  }