SDC service-model commands for onboarding
[cli.git] / products / onap-dublin / features / sdc / src / main / resources / open-cli-sample / service-model / service-model-checkout-schema-dublin-moco.json
1 [ {
2   "request" : {
3     "method" : "post",
4     "uri" : "/sdc2/rest/v1/catalog/services/2d488818-2e62-46fd-a627-df8677ac4d74/lifecycleState/CHECKOUT",
5     "headers" : {
6       "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
7       "X-FromAppId" : "ONAP CLI",
8       "Accept" : "application/json",
9       "USER_ID" : "cs0008",
10       "X-TransactionId" : "req-2e5b579e-0758-4475-85be-02708ac526ae",
11       "Content-Type" : "application/json"
12     },
13     "json" : { }
14   },
15   "response" : {
16     "status" : 200,
17     "json" : {
18       "uniqueId" : "5b40c623-702e-4f97-9210-126bcfe5e9c6",
19       "name" : "cli-service-mod",
20       "version" : "1.3",
21       "isHighestVersion" : true,
22       "creationDate" : 1553197556870,
23       "lastUpdateDate" : 1553197556870,
24       "description" : "create service model with cli",
25       "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
26       "tags" : [ "cli-service-mod" ],
27       "icon" : "defaulticon",
28       "normalizedName" : "cliservicemod",
29       "systemName" : "CliServiceMod",
30       "contactId" : "cs0008",
31       "allVersions" : {
32         "1.0" : "054425a1-5580-4758-ac33-ce817c8c7903",
33         "1.1" : "116edb11-9707-45d2-af5d-a7de858e1938",
34         "1.2" : "2d488818-2e62-46fd-a627-df8677ac4d74",
35         "1.3" : "5b40c623-702e-4f97-9210-126bcfe5e9c6"
36       },
37       "projectCode" : "000000",
38       "invariantUUID" : "36a18432-57d2-4d67-b67a-19b219cc0113",
39       "componentType" : "SERVICE",
40       "categories" : [ {
41         "name" : "Network L1-3",
42         "normalizedName" : "network l1-3",
43         "uniqueId" : "serviceNewCategory.network l1-3",
44         "empty" : false
45       } ],
46       "creatorUserId" : "cs0008",
47       "creatorFullName" : "Carlos Santana",
48       "lastUpdaterUserId" : "cs0008",
49       "lastUpdaterFullName" : "Carlos Santana",
50       "archiveTime" : 0,
51       "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
52       "ecompGeneratedNaming" : true,
53       "namingPolicy" : "",
54       "serviceType" : "",
55       "serviceRole" : "",
56       "environmentContext" : "General_Revenue-Bearing",
57       "instantiationType" : "A-la-carte",
58       "vspArchived" : false,
59       "archived" : false,
60       "uuid" : "32110371-0b6e-4146-813d-2505008a82d4"
61     }
62   }
63 } ]