Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Løsningen kan overvåges med:

http://<server>:<port>/kafkaproxy/minlog2-kafka-proxy/status

...

Løsningen kan overvåges med:

http://<server>:<port>/kafkaproxy/minlog2-kafka-proxy/alarm

...

Det er muligt at kalde snitfladen på følgende adresse:

http://<server>:<port>/kafkaproxy/minlog2-kafka-proxy/2026/02/11/registrations

...

curl -v -X POST \
  http://<server>:<port>/kafkaproxy/minlog2-kafka-proxy/2026/02/11/registrations \
  -H "Content-Type: application/json" \
  -d '[
    {
      "destinationForRegistration": {
"dateTimeRange": {
"from": "2019-11-11T05:50:47.705Z",
"to": "2019-11-11T07:50:47.705Z"
},
        "systemName": "system name1",
        "activity": "activity1",
        "criticality": "criticality1",
        "addition": "addition1",
        "role": "role1",
        "reason": "reason1",
        "correlationId": "correlation id1",
        "sequenceNumber": "sequence number1",
        "personIdentifier": { "value": "0101017890", "source": "CPR" },
        "personName": "person name1",
        "userPersonIdentifier": { "value": "DK123abc", "source": "EUROPEANHEALTHCAREPROFESSIONAL" },
        "userPersonName": "user person name1",
        "onBehalfOfPersonIdentifier": { "value": "BBBBB", "source": "AUTORISATION" },
        "onBehalfOfPersonName": "on behalf person name1",
        "onBehalfOfUserRole": "on be half user role1",
        "organisationId": { "value": "organisation id1", "source": "org id src1" },
        "organisationName": "organisation name1"
      },
      "sourceForRegistration": {
        "systemName": "parent",
        "correlationId": "correlation source id1",
        "source": {
          "systemName": "child1"
        }
      }
    }
  ]'


...