summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/dataOperationEvent.json
blob: 08a58b39b99deca64c5f1c02d6b4b09e7a09cb1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "data": {
    "responses": [
      {
        "operationId": "some-operation-id",
        "ids": [
          "cm-handle-id"
        ],
        "statusCode": "any-success-status-code",
        "statusMessage": "Successfully applied changes",
        "result": {
          "some-key": "some-value"
        }
      }
    ]
  }
}