github.com/polarismesh/polaris@v1.17.8/test/data/xds/data.json (about)

     1  {
     2    "default": [
     3      {
     4        "ID": "service-a",
     5        "Name": "service-a",
     6        "Namespace": "default",
     7        "Instances": [
     8          {
     9            "id": {
    10              "value": "service-a-pod-1"
    11            },
    12            "healthy": {
    13              "value": true
    14            },
    15            "host": {
    16              "value": "172.17.1.2"
    17            },
    18            "port": {
    19              "value": 80
    20            },
    21            "metadata": {
    22              "polarismesh.cn/tls-mode": "strict"
    23            },
    24            "weight": {
    25              "value": 80
    26            }
    27          },
    28          {
    29            "id": {
    30              "value": "service-a-pod-2"
    31            },
    32            "healthy": {
    33              "value": false
    34            },
    35            "host": {
    36              "value": "172.17.1.3"
    37            },
    38            "port": {
    39              "value": 80
    40            },
    41            "weight": {
    42              "value": 80
    43            }
    44          },
    45          {
    46            "id": {
    47              "value": "service-a-pod-3"
    48            },
    49            "healthy": {
    50              "value": false
    51            },
    52            "host": {
    53              "value": "172.17.1.4"
    54            },
    55            "port": {
    56              "value": 80
    57            },
    58            "weight": {
    59              "value": 80
    60            }
    61          },
    62          {
    63            "id": {
    64              "value": "service-a-pod-4"
    65            },
    66            "healthy": {
    67              "value": true
    68            },
    69            "host": {
    70              "value": "172.17.1.5"
    71            },
    72            "port": {
    73              "value": 80
    74            },
    75            "weight": {
    76              "value": 0
    77            }
    78          },
    79          {
    80            "id": {
    81              "value": "service-a-pod-5"
    82            },
    83            "isolate": {
    84              "value": true
    85            },
    86            "healthy": {
    87              "value": true
    88            },
    89            "host": {
    90              "value": "172.17.1.6"
    91            },
    92            "port": {
    93              "value": 80
    94            },
    95            "weight": {
    96              "value": 80
    97            }
    98          }
    99        ]
   100      }
   101    ]
   102  }