summaryrefslogtreecommitdiffstats
path: root/src/test/resources/testParseDMaaPLegacy.json
blob: fda9c60c460334b4b9abd886f63ad8a6de7d9181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "channels": [
    {
      "name": "url-precedes-hosts",
      "cambria.url": "127.0.0.1:3904",
      "cambria.hosts": "h1.att.com,h2.att.com",
      "cambria.topic": "DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
    },
    {
      "name": "url-key-missing",
      "cambria.hosts": "h1.att.com,h2.att.com",
      "cambria.topic": "DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
    },
    {
      "name": "url-is-null",
      "cambria.url": null,
      "cambria.hosts": "h1.att.com,h2.att.com",
      "cambria.topic": "DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
    }
  ]
}