aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/BusTopicBaseTest.json
blob: dd0b8924098f10b94a3a6dbdc83a46b130ae97e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "servers" : [ "svra", "svrb" ],
  "topic" : "my-topic",
  "effectiveTopic" : "my-effective-topic",
  "recentEvents" : [ ],
  "alive" : false,
  "locked" : false,
  "apiKey" : "my-api-key",
  "apiSecret" : "my-api-secret",
  "useHttps" : true,
  "allowSelfSignedCerts" : true,
  "topicCommInfrastructure" : "NOOP"
}