aboutsummaryrefslogtreecommitdiffstats
path: root/models/src/test/resources/providers/TestParticipant.json
blob: 3335865e1fff439d4bb6abc7875e1e532e81e109 (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
{
  "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",
  "lastMsg": "2024-05-22 10:04:37.6020187",
  "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"
    }
  },
  "replicas": {
    "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6":{
      "replicaId": "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6",
      "lastMsg": "2024-05-22 10:04:37.6020187",
      "participantState": "ON_LINE"
    }
  }
}