From 16a9c5b8c6b91ea856450d99cdfa6a18c57b7f1b Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Mon, 17 Oct 2016 17:32:25 -0400 Subject: Make first commit Change-Id: I7dd166e4052d48e2b333cfaadb8a0b64009b2cbc Issue-Id: DCAEGEN2-44 Signed-off-by: Michael Hwang --- fixtures/4_insert.json | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 fixtures/4_insert.json (limited to 'fixtures/4_insert.json') diff --git a/fixtures/4_insert.json b/fixtures/4_insert.json new file mode 100644 index 0000000..88918e4 --- /dev/null +++ b/fixtures/4_insert.json @@ -0,0 +1,59 @@ +{ + "uuid": "3ff44fa9-9372-45dc-a432-46f7ff8c5103", + "invariantUUID": "9eaf59ee-2fe0-48a9-8d20-6f9b09ba807b", + "name": "DcaeTestService", + "version": "2.0", + "toscaModelURL": "https://mtanjv9sdcb21.cip.com:8443/sdc/v1/catalog/services/3ff44fa9-9372-45dc-a432-46f7ff8c5103/toscaModel", + "category": "Mobility", + "lifecycleState": "CERTIFIED", + "distributionStatus": "DISTRIBUTED", + "lastUpdaterFullName": "MICHAEL SHITRIT", + "resources": [ + { + "resourceInstanceName": "DcaeTestVF 2", + "resourceName": "DcaeTestVF", + "resourceInvariantUUID": "3d5927fc-a28e-41e9-9e79-57289aa7f754", + "resourceVersion": "2.0", + "resoucreType": "VF", + "resourceUUID": "d8d91013-5bc5-4600-9079-fae3cefd4ca7", + "artifacts": [ + { + "artifactName": "dcaetestvf2_modules.json", + "artifactType": "VF_MODULES_METADATA", + "artifactURL": "/sdc/v1/catalog/services/3ff44fa9-9372-45dc-a432-46f7ff8c5103/resourceInstances/dcaetestvf2/artifacts/a5998f90-7335-4b30-a988-dbfd39147a9c", + "artifactDescription": "Auto-generated VF Modules information artifact", + "artifactChecksum": "ZDc1MTcxMzk4ODk4N2U5MzMxOTgwMzYzZTI0MTg5Y2U=", + "artifactUUID": "a5998f90-7335-4b30-a988-dbfd39147a9c", + "artifactVersion": "1" + }, + { + "artifactName": "sample-blueprint", + "artifactType": "DCAE_INVENTORY_BLUEPRINT", + "artifactURL": "/sdc/v1/catalog/services/3ff44fa9-9372-45dc-a432-46f7ff8c5103/resourceInstances/dcaetestvf2/artifacts/6737fcea-b0ac-4e2f-b7d4-5d224961510e", + "artifactDescription": "sdfsd", + "artifactChecksum": "ZjhmYjVjZDI4MWM5MzA4OTA0MWFjNTYwOWU3NjhhYjY=", + "artifactUUID": "6737fcea-b0ac-4e2f-b7d4-5d224961510e", + "artifactVersion": "2" + }, + { + "artifactName": "fake-out", + "artifactType": "DCAE_DOC", + "artifactURL": "/sdc/v1/catalog/services/3ff44fa9-9372-45dc-a432-46f7ff8c5103/resourceInstances/dcaetestvf2/artifacts/6737fcea-b0ac-4e2f-b7d4-5d224961510e", + "artifactDescription": "sdfsd", + "artifactChecksum": "ZjhmYjVjZDI4MWM5MzA4OTA0MWFjNTYwOWU3NjhhYjY=", + "artifactUUID": "6737fcea-b0ac-4e2f-b7d4-5d224961510f", + "artifactVersion": "2" + }, + { + "artifactName": "sample-blueprint-location", + "artifactType": "DCAE_INVENTORY_JSON", + "artifactURL": "fixtures/location-sample.json", + "artifactDescription": "sdfsd", + "artifactChecksum": "ZjhmYjVjZDI4MWM5MzA4OTA0MWFjNTYwOWU3NjhhYjY=", + "artifactUUID": "6737fcea-b0ac-4e2f-b7d4-5d224961510e", + "artifactVersion": "2" + } + ] + } + ] +} -- cgit 1.2.3-korg