summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/src/test/resources/jolt/l3network-expected.json
blob: e9e37ddc8db4ef90bf96188235c30abf41edfe0d (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
{
  "id" : "8df84f0a-737a-4628-be9c-c3c78454f9d9",
  "name" : "NET_503",
  "type" : "l3-network",
  "dataQuality" : {
    "status" : "ok"
  },
  "attributeList" : [ {
    "name" : "adminState",
    "value" : "true",
    "dataQuality" : {
      "status" : "ok"
    }
  }, {
    "name" : "sharedNetwork",
    "value" : "true",
    "dataQuality" : {
      "status" : "ok"
    }
  }, {
    "name" : "status",
    "value" : "ACTIVE",
    "dataQuality" : {
      "status" : "ok"
    }
  }, {
    "name" : "subnets",
    "value" : "d0e6ecad-7bc9-4138-b9e8-e742bdf9afd5",
    "dataQuality" : {
      "status" : "ok"
    }
  }, {
    "name" : "tenantId",
    "value" : "c44b872f6830498b88c4989d67b2a6b7",
    "dataQuality" : {
      "status" : "ok"
    }
  } ]
}