Add first work package for REST API implementation
[anna.git] / example / diameter / launcher / resources / rest_api / helpers / diameterJsonHelper / examples / services.json
1 {
2    "services": {
3       "node": [
4          {
5             "@applicationId": "0",
6             "@entity": "localhost:3868",
7             "@originHost": "afHost.afRealm.com"
8          },
9          {
10             "@applicationId": "0",
11             "@diameterServer": "localhost:3868",
12             "@diameterServerSessions": "1",
13             "@originHost": "ownHostId.operatorRealm.com"
14          }
15       ],
16       "stack": {
17          "@dictionary": "dictionary.xml",
18          "@fixMode": "Always",
19          "@id": "0",
20          "@ignoreFlagsOnValidation": "yes"
21       }
22    }
23 }