aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/prh_endpoints.json
blob: b45ce4858bc4708315d844536956117ebc1d1705 (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
{
  "configs": {
    "aai": {
      "aaiClientConfiguration": {
        "aaiHost": "localhost",
        "aaiHostPortNumber": 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"
        }
      }
    },
    "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"
      }
    }
  }
}