summaryrefslogtreecommitdiffstats
path: root/models/src/test/resources/providers/TestParticipant.json
blob: 2f4f910f1db0be83ab9c954338189c6104e006ef (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
{
  "name": "dummy_participant1",
  "version": "1.0.1",
  "definition":{
    "name": "org.onap.domain.pmsh.PMSHAutomationCompositionDefinition",
    "version": "1.0.0"
  },
  "participantState": "ON_LINE",
  "description": "A dummy PMSH participant1",
  "participantId": "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6",
  "participantType":{
    "name": "org.onap.domain.pmsh.PolicyAutomationCompositionDefinition",
    "version": "1.0.0"
  },
  "participantSupportedElementTypes": {
    "68fe8c61-7629-4be7-99d8-18bc6a92d178": {
      "id": "68fe8c61-7629-4be7-99d8-18bc6a92d178",
      "participantId": "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6",
      "typeName": "org.onap.policy.clamp.acm.PolicyAutomationCompositionElement",
      "typeVersion": "1.0.0"
    },
    "e2429b9d-7195-4690-a5ea-8ccebff19a14": {
      "id": "e2429b9d-7195-4690-a5ea-8ccebff19a14",
      "participantId": "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6",
      "typeName": "org.onap.policy.clamp.acm.AutomationCompositionElement",
      "typeVersion": "1.0.0"
    }
  }
}