aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/Validation/VpnBondingValidation/NoInstanceId.json
blob: 97e480c8d839db0eee6084d3341c29d8cccf0c36 (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
{
  "requestDetails": {
    "modelInfo": {
      "modelType": "service",
      "modelInvariantId": "1710f6e8-1c29-4990-9aea-e943a2ec3d21",
      "modelVersionId": "1710966e-097c-4d63-afda-e0d3bb7015fb",
      "modelName": "Test",
      "modelVersion": "1.0"
    },
    "cloudConfiguration": {
      "cloudOwner": "test-mgr",
      "lcpCloudRegionId": "abc1",
      "tenantId": "19123c2924c648eb8e42a3c1f14b7682"
    },
    "owningEntity": {
      "owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489",
      "owningEntityName": "PACKET CORE"
    },
    "project": {
      "projectName": "projectName"
    },
    "subscriberInfo": {
      "globalSubscriberId": "TEST_123",
      "subscriberName": "TEST_123"
    },
    "requestInfo": {
      "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
      "requestorId": "xxxxxx",
      "source": "VID",
      "suppressRollback": false
    },
    "relatedInstanceList": [
      {
        "relatedInstance": {
          "instanceName": "vpn-name",
          "modelInfo": {
            "modelType": "vpnBinding"
          }
        }
      },
      {
        "relatedInstance": {
          "instanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff000",
          "instanceName": "network-name",
          "modelInfo": {
            "modelType": "network"
          }
        }
      }
    ],
    "requestParameters": {
      "subscriptionServiceType": "dev-service-type",
      "aLaCarte": false
    }
  }
}