diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-12-13 09:56:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-12-13 09:56:49 +0000 |
commit | 7e94b26a666907cc97d692b8dda8364bb0a0ef45 (patch) | |
tree | 6ca90a5d54d5a53c16ab32a6f097d412dac2c0c1 /csit/data/cps-core/dataOperationRequest.json | |
parent | a72a36a338b8c6901e02742af8766baea57b0428 (diff) | |
parent | 14d37304d8b83efc099ba19d6f3e7d5d53fead29 (diff) |
Merge "Clean up CSIT Test"
Diffstat (limited to 'csit/data/cps-core/dataOperationRequest.json')
-rw-r--r-- | csit/data/cps-core/dataOperationRequest.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/csit/data/cps-core/dataOperationRequest.json b/csit/data/cps-core/dataOperationRequest.json new file mode 100644 index 0000000000..1b94a299dc --- /dev/null +++ b/csit/data/cps-core/dataOperationRequest.json @@ -0,0 +1,12 @@ +{ + "operations": [ + { + "operation": "read", + "operationId": "operational-12", + "datastore": "ncmp-datastore:passthrough-operational", + "options": "(fields=schemas/schema)", + "resourceIdentifier": "parent/child", + "targetIds": ["850117873c9a4936856a5081be96e6a8"] + } + ] +}
\ No newline at end of file |