aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/junit/networkDiscoveryResponsePInterface.json
blob: ab56cf2c27d2c6a0d4de32e64884176da79ce363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "requestId": "2131_1",
  "code": 200,
  "message": "OK",
  "ackFinalIndicator": true,
  "resources": [
    {
      "id": "25fb07ab-0478-465e-a021-6384ac299671",
      "name": "p-interface-name",
      "type": "vserver",
      "dataQuality": {
        "status": "ok",
        "errorText": null
      },
      "attributeList": [
        {
          "name": "adminStateUp",
          "value": "true",
          "dataQuality": {
            "status": "ok",
            "errorText": null
          }
        },
        {
          "name": "macAddress",
          "value": "127.0.0.1",
          "dataQuality": {
            "status": "ok",
            "errorText": null
          }
        },
        {
          "name": "description",
          "value": "norm_bouygues",
          "dataQuality": {
            "status": "ok",
            "errorText": null
          }
        }
      ]
    }
  ]
}