summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/cmso/VidCallbackData.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/cmso/VidCallbackData.json.template')
-rw-r--r--robot/assets/templates/cmso/VidCallbackData.json.template36
1 files changed, 36 insertions, 0 deletions
diff --git a/robot/assets/templates/cmso/VidCallbackData.json.template b/robot/assets/templates/cmso/VidCallbackData.json.template
new file mode 100644
index 00000000..9abf9b9b
--- /dev/null
+++ b/robot/assets/templates/cmso/VidCallbackData.json.template
@@ -0,0 +1,36 @@
+{
+ "vnfName" : "${vnfName}",
+ "vnfInstanceId" : "dummy-vnfinstance-id",
+ "modelInfo" : {
+ "modelType" : "vnf",
+ "modelInvariantId" : "dummy-id",
+ "modelVersionId" : "dummy-id",
+ "modelName" : "dummy",
+ "modelCustomizationId" : "dummy-id"
+ },
+ "cloudConfiguration" : {
+ "lcpCloudRegionId" : "dummy",
+ "tenantId" : "dummy-id"
+ },
+ "requestInfo" : {
+ "source" : "VID",
+ "suppressRollback" : false,
+ "requestorId" : "az2016"
+ },
+ "relatedInstanceList" : [{
+ "relatedInstance" : {
+ "instanceId" : "dummy-id",
+ "modelInfo" : {
+ "modelType" : "service",
+ "modelInvariantId" : "dummy-id",
+ "modelVersionId" : "dummy-id",
+ "modelName" : "dummy-id",
+ "modelVersion" : "4.0"
+ }
+ }
+ }
+ ],
+ "requestParameters" : {
+ "usePreload" : true
+ }
+}