SDC service-model commands for onboarding
[cli.git] / products / onap-dublin / features / sdc / src / main / resources / open-cli-sample / service-model / service-model-test-start-schema-dublin-moco.json
1 [ {
2   "request" : {
3     "method" : "post",
4     "uri" : "/sdc2/rest/v1/catalog/services/fb8ffb35-a8e3-493f-9b9b-b31321b68dfa/lifecycleState/startCertification",
5     "headers" : {
6       "Authorization" : "Basic am0wMDA3OmRlbW8xMjM0NTYh",
7       "X-FromAppId" : "ONAP CLI",
8       "Accept" : "application/json",
9       "USER_ID" : "jm0007",
10       "X-TransactionId" : "req-4525f3b4-6bf0-4026-b383-53cfda035336",
11       "Content-Type" : "application/json"
12     },
13     "json" : { }
14   },
15   "response" : {
16     "status" : 200,
17     "json" : {
18       "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa",
19       "name" : "cli-service",
20       "version" : "0.1",
21       "isHighestVersion" : true,
22       "creationDate" : 1553192910482,
23       "lastUpdateDate" : 1553194117643,
24       "description" : "create service model with cli",
25       "lifecycleState" : "CERTIFICATION_IN_PROGRESS",
26       "tags" : [ "cli-service" ],
27       "icon" : "defaulticon",
28       "normalizedName" : "cliservice",
29       "systemName" : "CliService",
30       "contactId" : "cs0008",
31       "allVersions" : {
32         "0.1" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa"
33       },
34       "projectCode" : "000000",
35       "invariantUUID" : "4dd682d8-4c3c-4f6c-96b1-9e19eed5987c",
36       "componentType" : "SERVICE",
37       "categories" : [ {
38         "name" : "Network L1-3",
39         "normalizedName" : "network l1-3",
40         "uniqueId" : "serviceNewCategory.network l1-3",
41         "empty" : false
42       } ],
43       "creatorUserId" : "cs0008",
44       "creatorFullName" : "Carlos Santana",
45       "lastUpdaterUserId" : "jm0007",
46       "lastUpdaterFullName" : "Joni Mitchell",
47       "archiveTime" : 0,
48       "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
49       "ecompGeneratedNaming" : true,
50       "namingPolicy" : "",
51       "serviceType" : "",
52       "serviceRole" : "",
53       "environmentContext" : "General_Revenue-Bearing",
54       "instantiationType" : "A-la-carte",
55       "vspArchived" : false,
56       "archived" : false,
57       "uuid" : "788289e1-161a-42b8-89ed-14adde63c600"
58     }
59   }
60 } ]