summaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/NetworkMapper/createNetworkRequest.json
blob: 19d42dddb92b605c5c02a614bbf245116a963321 (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
{
  "cloudSiteId": "cloudRegionPo",
  "tenantId": "testTenantId",
  "networkId": "e87e6df5-6f9b-4aa1-a832-68a42c4277eb",
  "networkName": "APP-C-24595-T-IST-04AShared_data_vDB_net_1",
  "networkType": "CONTRAIL30_BASIC",
  "modelCustomizationUuid": "8edf06ef-fd40-42cf-a054-0fc09108d3f0",
  "networkTechnology": "CONTRAIL",
  "subnets": [
    {
      "subnetName": "APP-C-24595-T-IST-04AShared_data_vDB_net_1_subnet_1",
      "subnetId": "95069612-23af-4181-bf99-8b2bd6096712",
      "cidr": "107.244.64.2/20",
      "gatewayIp": "107.244.64.1",
      "ipVersion": "4",
      "enableDHCP": true,
      "addrFromStart": true,
      "hostRoutes": [],
      "allocationPools": [{
		"start": "107.244.64.2",
		"end": "107.244.64.16"
		}]      
    }
  ],
  "providerVlanNetwork": {
    "physicalNetworkName": "FALSE",
    "vlans": []
  },
  "contrailNetwork": {
    "shared": "false",
    "external": "false",
    "routeTargets": [],
    "policyFqdns": [],
    "routeTableFqdns": []
  },
  "failIfExists": false,
  "backout": false,
  "msoRequest": {
    "requestId": "6cfde724-76c7-4747-bcb3-67a59a46ca95",
    "serviceInstanceId": "testServiceInstanceId1"
  },
  "contrailRequest": true,
  "skipAAI": true,
  "messageId": "175264dc-fb6b-4aae-ba42-8c77a63fec12",
  "synchronous": true
}