aboutsummaryrefslogtreecommitdiffstats
path: root/models/src/test/resources/providers/TestParticipant.json
blob: 4722ead9bb5e486e00f5e0d017ec2c7703395b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "dummy_participant1",
  "version": "1.0.1",
  "definition":{
    "name": "org.onap.domain.pmsh.PMSHControlLoopDefinition",
    "version": "1.0.0"
  },
  "participantState": "PASSIVE",
  "healthStatus": "HEALTHY",
  "description": "A dummy PMSH participant1",
  "participantType":{
    "name": "org.onap.domain.pmsh.PolicyControlLoopDefinition",
    "version": "1.0.0"
  }
}