aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json
blob: 2a34e279e218cc7a25cfa765129c4745d5e95b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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"
    }
  }
} ]