aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/so/src/main/resources/open-cli-sample/service-create-schema-dublin-moco.json
blob: 15585f101e64e064df6b8c820d319064f8085c0f (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
63
64
65
66
67
68
69
70
71
[ {
  "request" : {
    "method" : "post",
    "uri" : "/onap/so/infra/serviceInstances/v6",
    "headers" : {
      "Authorization" : "Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-bd61dbd5-395b-46e3-b5c9-4f40f9a94a39",
      "Content-Type" : "application/json"
    },
    "json" : {
      "requestDetails" : {
        "modelInfo" : {
          "modelType" : "service",
          "modelInvariantId" : "41d0ebba-4b89-4437-9b22-4d83d2183aaa",
          "modelUuid" : "545bca3c-8cc0-4dac-b464-1720894e0213",
          "modelName" : "vfw-demo-service",
          "modelVersion" : "1.0",
          "modelVersionId" : "545bca3c-8cc0-4dac-b464-1720894e0213",
          "modelInvariantUuid" : "41d0ebba-4b89-4437-9b22-4d83d2183aaa"
        },
        "subscriberInfo" : {
          "globalSubscriberId" : "Demonstration",
          "subscriberName" : "Demonstration"
        },
        "requestInfo" : {
          "requestorId" : "demo",
          "instanceName" : "cli-instance-test",
          "source" : "CLI",
          "suppressRollback" : "false"
        },
        "requestParameters" : {
          "subscriptionServiceType" : "vFW",
          "aLaCarte" : "true",
          "testApi" : "VNF_API",
          "userParams" : [ {
            "name" : "Customer_Location",
            "value" : {
              "customerLatitude" : "32.897480",
              "customerLongitude" : "97.040443",
              "customerName" : "some_company"
            }
          }, {
            "name" : "Homing_Solution",
            "value" : "oof"
          }, {
            "name" : "orchestrator",
            "value" : "multicloud"
          } ]
        },
        "project" : {
          "projectName" : "Project-Demonstration"
        },
        "owningEntity" : {
          "owningEntityId" : "d005274f-d295-4538-a6b0-a090a7807dae",
          "owningEntityName" : "OE-Demonstration"
        }
      }
    }
  },
  "response" : {
    "status" : 202,
    "json" : {
      "requestReferences" : {
        "requestId" : "7f379ef1-bb96-4773-b970-0bf9311c4494",
        "instanceId" : "98a04978-07d2-46b1-bd16-ce48b1511d16"
      }
    }
  }
} ]