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