aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-moco.json
blob: 442c9c1463a9352af09e6273eae8ac274086c9d4 (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/58620731-40a9-4f8e-95db-ef9fc478a705/lifecycleState/certificationRequest",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-18989ac3-bf7d-4c4a-8239-601c400273b2",
      "Content-Type" : "application/json"
    },
    "json" : {
      "userRemarks" : "Created by Open Command Platform - OCOMP"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705",
      "name" : "vgwocompvtp Service",
      "version" : "0.1",
      "isHighestVersion" : true,
      "creationDate" : 1567068764463,
      "lastUpdateDate" : 1567068797890,
      "description" : "Created by Open Command Platform - OCOMP",
      "lifecycleState" : "READY_FOR_CERTIFICATION",
      "tags" : [ "vgwocompvtp Service" ],
      "icon" : "defaulticon",
      "normalizedName" : "vgwocompvtpservice",
      "systemName" : "VgwocompvtpService",
      "contactId" : "cs0008",
      "allVersions" : {
        "0.1" : "58620731-40a9-4f8e-95db-ef9fc478a705"
      },
      "projectCode" : "OCOMP",
      "invariantUUID" : "1b6d7385-916d-4f96-aebd-f2cd03c59079",
      "componentType" : "SERVICE",
      "categories" : [ {
        "name" : "Network L1-3",
        "normalizedName" : "network l1-3",
        "uniqueId" : "serviceNewCategory.network l1-3",
        "empty" : false
      } ],
      "creatorUserId" : "cs0008",
      "creatorFullName" : "Carlos Santana",
      "lastUpdaterUserId" : "cs0008",
      "lastUpdaterFullName" : "Carlos Santana",
      "archiveTime" : 0,
      "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
      "ecompGeneratedNaming" : true,
      "namingPolicy" : "",
      "serviceType" : "",
      "serviceRole" : "",
      "environmentContext" : "General_Revenue-Bearing",
      "instantiationType" : "A-la-carte",
      "vspArchived" : false,
      "uuid" : "ea98398d-1858-4a22-b227-74eb0e60df49",
      "archived" : false
    }
  }
} ]