summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json
diff options
context:
space:
mode:
authorraviteja.karumuri <raviteja.karumuri@est.tech>2023-06-20 19:10:21 +0100
committerraviteja.karumuri <raviteja.karumuri@est.tech>2023-06-22 11:23:30 +0100
commit977f7c395cee52cdecd0b01cb0412ebfeb9db048 (patch)
tree8547c2bf9426d25f3d5fd13ff4e328838ce0e1f4 /cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json
parentcac2186419db6c3d956dd8cd759622da022ea9b2 (diff)
NCMP : Replacing the word 'Batch' as 'DataOperation'.
Issue-ID: CPS-1754 Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech> Change-Id: Ie9f56effb160582ba7177331fb6260b2bde2342b
Diffstat (limited to 'cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json')
-rw-r--r--cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json b/cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json
deleted file mode 100644
index 98ed39b9ae..0000000000
--- a/cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "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"
- ]
- }
- ]
-}