aboutsummaryrefslogtreecommitdiffstats
path: root/graph-inventory/aai-client/src/test/resources/__files/aai/singletransaction/sample-request.json
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-04-29 15:34:49 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-29 15:34:49 +0000
commit37a2d93feb1dc910e7b09443369083fd49766f89 (patch)
tree978967c265228a9166165c11a618d0e729896177 /graph-inventory/aai-client/src/test/resources/__files/aai/singletransaction/sample-request.json
parent23c402203aa8bba6fd2f93e9d95871a40f22b4ed (diff)
parent4f774eeef8c1797c7073754412535be47ea1a8d7 (diff)
Merge "move aai-client into its own project"
Diffstat (limited to 'graph-inventory/aai-client/src/test/resources/__files/aai/singletransaction/sample-request.json')
-rw-r--r--graph-inventory/aai-client/src/test/resources/__files/aai/singletransaction/sample-request.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/graph-inventory/aai-client/src/test/resources/__files/aai/singletransaction/sample-request.json b/graph-inventory/aai-client/src/test/resources/__files/aai/singletransaction/sample-request.json
new file mode 100644
index 0000000000..69024dca83
--- /dev/null
+++ b/graph-inventory/aai-client/src/test/resources/__files/aai/singletransaction/sample-request.json
@@ -0,0 +1,32 @@
+{
+ "operations": [
+ {
+ "action": "put",
+ "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
+ "body": {
+ "hostname": "pserver-hostname",
+ "fqdn": "pserver-bulk-process-single-transactions-multiple-actions-1-fqdn"
+ }
+ },
+ {
+ "action": "patch",
+ "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
+ "body": {
+ "fqdn": "patched-fqdn"
+ }
+ },
+ {
+ "action": "put",
+ "uri": "/cloud-infrastructure/complexes/complex/my-complex",
+ "body": {
+ "city": "my-city"
+ }
+ },
+ {
+ "action": "delete",
+ "uri": "/cloud-infrastructure/complexes/complex/my-complex2?resource-version=1234",
+ "body" : {
+ }
+ }
+ ]
+} \ No newline at end of file