aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/prh_endpoints.json
blob: e088e2aefd16bb3e6bf50d3ac7923a2a6d450801 (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
44
45
46
47
{
  "configs": {
    "aai": {
      "aaiClientConfiguration": {
        "aaiHost": "localhost",
        "aaiPort": 8080,
        "aaiIgnoreSslCertificateErrors": true,
        "aaiProtocol": "https",
        "aaiUserName": "AAI",
        "aaiUserPassword": "AAI",
        "aaiBasePath": "/aai/v11",
        "aaiPnfPath": "/network/pnfs/pnf",
        "aaiHeaders": {
          "X-FromAppId": "prh",
          "X-TransactionId": "9999",
          "Accept": "application/json",
          "Real-Time": "true",
          "Content-Type":"application/merge-patch+json"
        }
      }
    },
    "dmaap": {
      "dmaapConsumerConfiguration": {
        "consumerGroup": "other",
        "consumerId": "1",
        "dmaapContentType": "application/json",
        "dmaapHostName": "localhost",
        "dmaapPortNumber": 2222,
        "dmaapProtocol": "http",
        "dmaapTopicName": "/events/pnfReady",
        "dmaapUserName": "admin",
        "dmaapUserPassword": "admin",
        "messageLimit": 1000,
        "timeoutMs": 1000
      },
      "dmaapProducerConfiguration": {
        "dmaapContentType": "application/json",
        "dmaapHostName": "localhost",
        "dmaapPortNumber": 2223,
        "dmaapProtocol": "http",
        "dmaapTopicName": "/events/pnfReady",
        "dmaapUserName": "admin",
        "dmaapUserPassword": "admin"
      }
    }
  }
}