summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/dataOperationEvent.json
blob: 0a32f38c0a8689f4622e05b0ad7a2772498bfed8 (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",
        "responseContent": {
          "some-key": "some-value"
        }
      }
    ]
  }
}