complete project telemetry system test job
[integration/test.git] / csit / variables / telemetry / telemetry_subscription_configuration / query_subscription / response.json
1 {
2     "output": {
3         "telemetry-node": [
4             {
5                 "node-id": "node1",
6                 "telemetry-subscription": [
7                     {
8                         "subscription-name": "subscription1",
9                         "protocol-type": "STREAM_GRPC",
10                         "originated-qos-marking": 3,
11                         "telemetry-destination": [
12                             {
13                                 "destination-group-id": "destination1"
14                             }
15                         ],
16                         "telemetry-sensor": [
17                             {
18                                 "sensor-group-id": "sensor1",
19                                 "sample-interval": 100,
20                                 "heartbeat-interval": 30,
21                                 "suppress-redundant": false
22                             }
23                         ],
24                         "local-source-address": "127.0.0.1",
25                         "encoding-type": "ENC_PROTO3"
26                     },
27                     {
28                         "subscription-name": "subscription2",
29                         "protocol-type": "STREAM_SSH",
30                         "originated-qos-marking": 5,
31                         "telemetry-destination": [
32                             {
33                                 "destination-group-id": "destination1"
34                             }
35                         ],
36                         "telemetry-sensor": [
37                             {
38                                 "sensor-group-id": "sensor1",
39                                 "sample-interval": 200,
40                                 "heartbeat-interval": 60,
41                                 "suppress-redundant": false
42                             }
43                         ],
44                         "local-source-address": "127.0.0.1",
45                         "encoding-type": "ENC_XML"
46                     }
47                 ]
48             }
49         ]
50     }
51 }