Merge "Patch # 3: Data operation response event (NCMP → Client App) to comply with...
[cps.git] / cps-ncmp-service / src / test / resources / dataOperationEvent.json
1 {
2   "data": {
3     "responses": [
4       {
5         "operationId": "some-operation-id",
6         "ids": [
7           "cm-handle-id"
8         ],
9         "statusCode": "any-success-status-code",
10         "statusMessage": "Successfully applied changes",
11         "responseContent": {
12           "some-key": "some-value"
13         }
14       }
15     ]
16   }
17 }