diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2023-06-23 10:15:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-23 10:15:25 +0000 |
commit | 0aec08e870c767e345db5c2ac2dc8550dea88cb5 (patch) | |
tree | 1d707522470157a6b123a33afdc59a989a2f87bc /cps-ncmp-service/src/test/resources/dataOperationRequest.json | |
parent | ddeaf09e830c03ddda1e153131c29e1579e4b767 (diff) | |
parent | 977f7c395cee52cdecd0b01cb0412ebfeb9db048 (diff) |
Merge "NCMP : Replacing the word 'Batch' as 'DataOperation'."
Diffstat (limited to 'cps-ncmp-service/src/test/resources/dataOperationRequest.json')
-rw-r--r-- | cps-ncmp-service/src/test/resources/dataOperationRequest.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/dataOperationRequest.json b/cps-ncmp-service/src/test/resources/dataOperationRequest.json new file mode 100644 index 0000000000..98ed39b9ae --- /dev/null +++ b/cps-ncmp-service/src/test/resources/dataOperationRequest.json @@ -0,0 +1,36 @@ +{ + "operations": [ + { + "operation": "read", + "operationId": "operational-14", + "datastore": "ncmp-datastore:passthrough-operational", + "options": "some option", + "resourceIdentifier": "some resource identifier", + "targetIds": [ + "ch3-dmi2", + "unknown-cm-handle", + "ch6-dmi1" + ] + }, + { + "operation": "read", + "operationId": "running-12", + "datastore": "ncmp-datastore:passthrough-running", + "targetIds": [ + "ch1-dmi1", + "ch7-dmi2", + "ch2-dmi1" + ] + }, + { + "operation": "read", + "operationId": "operational-15", + "datastore": "ncmp-datastore:passthrough-operational", + "options": "some option", + "targetIds": [ + "ch4-dmi2", + "ch6-dmi1" + ] + } + ] +} |