aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json
new file mode 100644
index 00000000..36f408cf
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json
@@ -0,0 +1,68 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/sdc2/rest/v1/catalog/resources/b3e0f162-5356-4b43-a9c0-3ab7e66638d2/lifecycleState/certify",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-d77560cd-ce34-48fe-9607-327f1eab89b4",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "userRemarks" : "cli vf certification"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "uniqueId" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9",
+ "name" : "cli-vf-3",
+ "version" : "1.0",
+ "isHighestVersion" : true,
+ "creationDate" : 1553125006126,
+ "lastUpdateDate" : 1553125171457,
+ "description" : "cli-vf-3",
+ "lifecycleState" : "CERTIFIED",
+ "tags" : [ "cli-vf-3" ],
+ "icon" : "defaulticon",
+ "normalizedName" : "clivf3",
+ "systemName" : "CliVf3",
+ "contactId" : "cs0008",
+ "allVersions" : {
+ "1.0" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9"
+ },
+ "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767",
+ "csarVersion" : "1.0",
+ "invariantUUID" : "d0046ab0-5789-4a97-b61a-2763acddd180",
+ "componentType" : "RESOURCE",
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "creatorUserId" : "cs0008",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdaterUserId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "archiveTime" : 0,
+ "vendorName" : "itohan-vendor",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "resourceType" : "VF",
+ "toscaResourceName" : "org.openecomp.resource.vf.CliVf3",
+ "vspArchived" : false,
+ "archived" : false,
+ "uuid" : "1119b3ca-ba88-446e-8812-7fe8f8078aef"
+ }
+ }
+} ] \ No newline at end of file