aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json
new file mode 100644
index 00000000..2a34e279
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json
@@ -0,0 +1,62 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/sdc2/rest/v1/catalog/services/fb8ffb35-a8e3-493f-9b9b-b31321b68dfa/lifecycleState/certify",
+ "headers" : {
+ "Authorization" : "Basic am0wMDA3OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "jm0007",
+ "X-TransactionId" : "req-c6dc01f3-123a-4ec5-b800-6786b1900a2d",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "userRemarks" : "cli-tested"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "uniqueId" : "87d3570a-2d08-4b5a-bb51-c7744b32b8de",
+ "name" : "cli-service",
+ "version" : "1.0",
+ "isHighestVersion" : true,
+ "creationDate" : 1553192910482,
+ "lastUpdateDate" : 1553194117643,
+ "description" : "create service model with cli",
+ "lifecycleState" : "CERTIFIED",
+ "tags" : [ "cli-service" ],
+ "icon" : "defaulticon",
+ "normalizedName" : "cliservice",
+ "systemName" : "CliService",
+ "contactId" : "cs0008",
+ "allVersions" : {
+ "1.0" : "87d3570a-2d08-4b5a-bb51-c7744b32b8de"
+ },
+ "projectCode" : "000000",
+ "invariantUUID" : "4dd682d8-4c3c-4f6c-96b1-9e19eed5987c",
+ "componentType" : "SERVICE",
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "creatorUserId" : "jm0007",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdaterUserId" : "jm0007",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "archiveTime" : 0,
+ "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "environmentContext" : "General_Revenue-Bearing",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "archived" : false,
+ "uuid" : "788289e1-161a-42b8-89ed-14adde63c600"
+ }
+ }
+} ] \ No newline at end of file