update link to upper-constraints.txt
[dmaap/datarouter.git] / datarouter-node / src / test / resources / prov_data.json
1 {
2   "feeds": [
3     {
4       "suspend": false,
5       "groupid": 0,
6       "description": "Default feed provisioned for PM File collector",
7       "version": "m1.0",
8       "authorization": {
9         "endpoint_addrs": [
10
11         ],
12         "classification": "unclassified",
13         "endpoint_ids": [
14           {
15             "password": "dradmin",
16             "id": "dradmin"
17           }
18         ]
19       },
20       "last_mod": 1560871903000,
21       "deleted": false,
22       "feedid": 1,
23       "name": "Default PM Feed",
24       "business_description": "Default Feed",
25       "publisher": "dradmin",
26       "links": {
27         "subscribe": "https://dmaap-dr-prov/subscribe/1",
28         "log": "https://dmaap-dr-prov/feedlog/1",
29         "publish": "https://dmaap-dr-prov/publish/1",
30         "self": "https://dmaap-dr-prov/feed/1"
31       },
32       "created_date": 1560871903000
33     }
34   ],
35   "groups": [
36     {
37       "authid": "GROUP-0000-c2754bb7-92ef-4869-9c6b-1bc1283be4c0",
38       "name": "Test Group",
39       "description": "Test Description of Group .",
40       "classification": "publisher/subscriber",
41       "members": "{id=attuid, name=User1}, {id=attuid, name=User 2]"
42     }
43   ],
44   "subscriptions": [
45     {
46       "suspend": false,
47       "delivery": {
48         "use100": true,
49         "password": "PASSWORD",
50         "user": "LOGIN",
51         "url": "https://dcae-pm-mapper:8443/delivery"
52       },
53       "subscriber": "dradmin",
54       "groupid": 0,
55       "metadataOnly": false,
56       "privilegedSubscriber": true,
57       "subid": 1,
58       "last_mod": 1560872889000,
59       "feedid": 1,
60       "follow_redirect": false,
61       "decompress": true,
62       "links": {
63         "feed": "https://dmaap-dr-prov/feed/1",
64         "log": "https://dmaap-dr-prov/sublog/1",
65         "self": "https://dmaap-dr-prov/subs/1"
66       },
67       "created_date": 1560872889000
68     }
69   ],
70   "parameters": {
71     "ACTIVE_POD": "dmaap-dr-prov",
72     "DELIVERY_FILE_PROCESS_INTERVAL": 600,
73     "DELIVERY_INIT_RETRY_INTERVAL": 10,
74     "DELIVERY_MAX_AGE": 86400,
75     "DELIVERY_MAX_RETRY_INTERVAL": 3600,
76     "DELIVERY_RETRY_RATIO": 2,
77     "LOGROLL_INTERVAL": 30,
78     "NODES": [
79       "dmaap-dr-node"
80     ],
81     "PROV_ACTIVE_NAME": "dmaap-dr-prov",
82     "PROV_AUTH_ADDRESSES": [
83       "dmaap-dr-prov",
84       "dmaap-dr-node"
85     ],
86     "PROV_AUTH_SUBJECTS": [
87       ""
88     ],
89     "PROV_DOMAIN": "",
90     "PROV_MAXFEED_COUNT": 10000,
91     "PROV_MAXSUB_COUNT": 100000,
92     "PROV_NAME": "dmaap-dr-prov",
93     "PROV_REQUIRE_CERT": "false",
94     "PROV_REQUIRE_SECURE": "true",
95     "STANDBY_POD": "",
96     "_INT_VALUES": [
97       "LOGROLL_INTERVAL",
98       "PROV_MAXFEED_COUNT",
99       "PROV_MAXSUB_COUNT",
100       "DELIVERY_INIT_RETRY_INTERVAL",
101       "DELIVERY_MAX_RETRY_INTERVAL",
102       "DELIVERY_RETRY_RATIO",
103       "DELIVERY_MAX_AGE",
104       "DELIVERY_FILE_PROCESS_INTERVAL"
105     ]
106   },
107   "ingress": [
108     {
109       "feedid": 1,
110       "subnet": "",
111       "user": "",
112       "node": [
113         "stub_from."
114       ]
115     }
116   ],
117   "egress": {
118     "1": "stub_to."
119   },
120   "routing": [
121     {
122       "from": 1,
123       "to": 3,
124       "via": 2
125     }
126   ]
127 }