summaryrefslogtreecommitdiffstats
path: root/ms/generic-resource-api/src/test/resources/service-assign-rpc.json
blob: a78e1afa57978763df25de581c6e7b805883070e (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
{
    "input": {
      "request-information": {
        "notification-url": "http://dev.null",
        "order-number": "123",
        "order-version": "version1",
        "request-action": "CreateServiceInstance",
        "request-id": "req123",
        "source": "curl"
      },
      "sdnc-request-header": {
        "svc-action": "assign",
        "svc-notification-url": "http://dev.null",
        "svc-request-id": "svcreq123"
      },
      "service-information": {
        "global-customer-id": "cust123",
        "onap-model-information": {
          "model-customization-uuid": "12341234",
          "model-invariant-uuid": "12341234",
          "model-name": "vBNG_0202",
          "model-uuid": "00e50cbd-ef0f-4b28-821e-f2b583752dd3",
          "model-version": "1920"
        },
        "service-id": "service1",
        "service-instance-id": "service1",
        "subscriber-name": "test",
        "subscription-service-type": "test"
      },
      "service-request-input": {
        "service-input-parameters": {
          "param": [
            {
              "name": "test-param",
              "resource-resolution-data": {
                "capability-name": "no-op",
                "payload": "hello-world",
                "resource-key": [
                  {
                    "name": "key",
                    "value": "value"
                  }
                ],
                "status": "pending"
              },
              "value": "hello-world"
            }
          ]
        },
        "service-instance-name": "service-instance-2"
      }
    }
  }