@itentialopensource/adapter-openstack_neutron 2.0.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/entities/APIVersions/action.json +8 -2
  3. package/entities/AddressGroups/action.json +28 -7
  4. package/entities/AddressScopes/action.json +20 -5
  5. package/entities/Agents/action.json +16 -4
  6. package/entities/AutoAllocatedTopologies/action.json +8 -2
  7. package/entities/AvailabilityZones/action.json +4 -1
  8. package/entities/BGPPeer/action.json +20 -5
  9. package/entities/BGPSpeaker/action.json +44 -11
  10. package/entities/BGPVPNs/action.json +20 -5
  11. package/entities/DHCPAgentScheduler/action.json +16 -4
  12. package/entities/Extensions/action.json +8 -2
  13. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +68 -17
  14. package/entities/FirewallLogs/action.json +20 -5
  15. package/entities/FloatingIPPoolsFloatingipPools/action.json +4 -1
  16. package/entities/FloatingIPsFloatingips/action.json +20 -5
  17. package/entities/FloatingIPsPortForwarding/action.json +20 -5
  18. package/entities/L3AgentScheduler/action.json +16 -4
  19. package/entities/LocalIPAssociationsPortAssociations/action.json +12 -3
  20. package/entities/LocalIPsLocalIps/action.json +20 -5
  21. package/entities/LogResource/action.json +20 -5
  22. package/entities/LoggableResource/action.json +4 -1
  23. package/entities/LoggingResources/action.json +20 -5
  24. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +32 -8
  25. package/entities/NetworkAssociations/action.json +16 -4
  26. package/entities/NetworkIPAvailabilityAndUsageStats/action.json +8 -2
  27. package/entities/NetworkSegmentRanges/action.json +20 -5
  28. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +48 -12
  29. package/entities/Networks/action.json +20 -5
  30. package/entities/PortAssociations/action.json +20 -5
  31. package/entities/Ports/action.json +20 -5
  32. package/entities/QoSBandwidthLimitRules/action.json +20 -5
  33. package/entities/QoSDSCPMarkingRules/action.json +20 -5
  34. package/entities/QoSMinimumBandwidthRules/action.json +20 -5
  35. package/entities/QoSMinimumPacketRateRules/action.json +20 -5
  36. package/entities/QoSPacketRateLimitRules/action.json +20 -5
  37. package/entities/QoSPoliciesQos/action.json +20 -5
  38. package/entities/QoSRuleTypes/action.json +8 -2
  39. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +12 -3
  40. package/entities/QualityOfServiceRulesAliasAPI/action.json +36 -9
  41. package/entities/QuotasDetailsExtensionQuotaDetails/action.json +4 -1
  42. package/entities/QuotasExtensionQuotas/action.json +20 -5
  43. package/entities/RBACPolicies/action.json +20 -5
  44. package/entities/RouterAssociations/action.json +20 -5
  45. package/entities/RouterNDPProxyNdpProxies/action.json +20 -5
  46. package/entities/RoutersConntrackHelperCTTargetRules/action.json +20 -5
  47. package/entities/RoutersRouters/action.json +36 -9
  48. package/entities/SecurityGroupRulesSecurityGroupRules/action.json +16 -4
  49. package/entities/SecurityGroupsSecurityGroups/action.json +20 -5
  50. package/entities/Segments/action.json +20 -5
  51. package/entities/ServiceProviders/action.json +4 -1
  52. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +8 -2
  53. package/entities/SubnetPoolsExtensionSubnetpools/action.json +20 -5
  54. package/entities/Subnets/action.json +20 -5
  55. package/entities/TagExtensionTags/action.json +24 -6
  56. package/entities/TapAsAService/action.json +40 -10
  57. package/entities/TrunkNetworking/action.json +32 -8
  58. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +100 -25
  59. package/package.json +1 -1
  60. package/refs?service=git-upload-pack +0 -0
@@ -4,7 +4,10 @@
4
4
  "name": "listLoggingResources",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources?{query}",
9
+ "v1": "{base_path}/{version}/logging/logging_resources?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createLoggingResource",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources?{query}",
33
+ "v1": "{base_path}/{version}/logging/logging_resources?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showLoggingResourceDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateLoggingResource",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteLoggingResource",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listMeteringLabels",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/metering/metering-labels?{query}",
9
+ "v1": "{base_path}/{version}/metering/metering-labels?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createMeteringLabel",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/metering/metering-labels?{query}",
33
+ "v1": "{base_path}/{version}/metering/metering-labels?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showMeteringLabelDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/metering/metering-labels/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "deleteMeteringLabel",
67
76
  "protocol": "REST",
68
77
  "method": "DELETE",
69
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/metering/metering-labels/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "listMeteringLabelRules",
87
99
  "protocol": "REST",
88
100
  "method": "GET",
89
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/metering/metering-label-rules?{query}",
103
+ "v1": "{base_path}/{version}/metering/metering-label-rules?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -107,7 +122,10 @@
107
122
  "name": "createMeteringLabelRule",
108
123
  "protocol": "REST",
109
124
  "method": "POST",
110
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules?{query}",
125
+ "entitypath": {
126
+ "v0": "{base_path}/{version}/v2.0/metering/metering-label-rules?{query}",
127
+ "v1": "{base_path}/{version}/metering/metering-label-rules?{query}"
128
+ },
111
129
  "requestSchema": "schema.json",
112
130
  "responseSchema": "schema.json",
113
131
  "timeout": 0,
@@ -127,7 +145,10 @@
127
145
  "name": "showMeteringLabelRuleDetails",
128
146
  "protocol": "REST",
129
147
  "method": "GET",
130
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}",
148
+ "entitypath": {
149
+ "v0": "{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}",
150
+ "v1": "{base_path}/{version}/metering/metering-label-rules/{pathv1}?{query}"
151
+ },
131
152
  "requestSchema": "schema.json",
132
153
  "responseSchema": "schema.json",
133
154
  "timeout": 0,
@@ -148,7 +169,10 @@
148
169
  "name": "deleteMeteringLabelRule",
149
170
  "protocol": "REST",
150
171
  "method": "DELETE",
151
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}",
172
+ "entitypath": {
173
+ "v0": "{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}",
174
+ "v1": "{base_path}/{version}/metering/metering-label-rules/{pathv1}?{query}"
175
+ },
152
176
  "requestSchema": "schema.json",
153
177
  "responseSchema": "schema.json",
154
178
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listNetworkAssociations",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
9
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createNetworkAssociation",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
33
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showNetworkAssociationDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "deleteNetworkAssociation",
67
76
  "protocol": "REST",
68
77
  "method": "DELETE",
69
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
80
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showNetworkIPAvailability",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/network-ip-availabilities/{pathv1}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/network-ip-availabilities/{pathv1}?{query}",
9
+ "v1": "{base_path}/{version}/network-ip-availabilities/{pathv1}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "listNetworkIPAvailability",
26
29
  "protocol": "REST",
27
30
  "method": "GET",
28
- "entitypath": "{base_path}/{version}/v2.0/network-ip-availabilities?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/network-ip-availabilities?{query}",
33
+ "v1": "{base_path}/{version}/network-ip-availabilities?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showNetworkSegmentRangeDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
9
+ "v1": "{base_path}/{version}/network_segment_ranges/{pathv1}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updateNetworkSegmentRange",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
33
+ "v1": "{base_path}/{version}/network_segment_ranges/{pathv1}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteNetworkSegmentRange",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/network_segment_ranges/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listNetworkSegmentRanges",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/network_segment_ranges?{query}",
79
+ "v1": "{base_path}/{version}/network_segment_ranges?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createNetworkSegmentRange",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/network_segment_ranges?{query}",
103
+ "v1": "{base_path}/{version}/network_segment_ranges?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listFlavors",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/flavors?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/flavors?{query}",
9
+ "v1": "{base_path}/{version}/flavors?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createFlavor",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/flavors?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/flavors?{query}",
33
+ "v1": "{base_path}/{version}/flavors?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showFlavorDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/flavors/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateFlavor",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/flavors/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteFlavor",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/flavors/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -106,7 +121,10 @@
106
121
  "name": "associateFlavorWithAServiceProfile",
107
122
  "protocol": "REST",
108
123
  "method": "POST",
109
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles?{query}",
124
+ "entitypath": {
125
+ "v0": "{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles?{query}",
126
+ "v1": "{base_path}/{version}/flavors/{pathv1}/service_profiles?{query}"
127
+ },
110
128
  "requestSchema": "schema.json",
111
129
  "responseSchema": "schema.json",
112
130
  "timeout": 0,
@@ -126,7 +144,10 @@
126
144
  "name": "disassociateAFlavor",
127
145
  "protocol": "REST",
128
146
  "method": "DELETE",
129
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles/{pathv2}?{query}",
147
+ "entitypath": {
148
+ "v0": "{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles/{pathv2}?{query}",
149
+ "v1": "{base_path}/{version}/flavors/{pathv1}/service_profiles/{pathv2}?{query}"
150
+ },
130
151
  "requestSchema": "schema.json",
131
152
  "responseSchema": "schema.json",
132
153
  "timeout": 0,
@@ -146,7 +167,10 @@
146
167
  "name": "listServiceProfiles",
147
168
  "protocol": "REST",
148
169
  "method": "GET",
149
- "entitypath": "{base_path}/{version}/v2.0/service_profiles?{query}",
170
+ "entitypath": {
171
+ "v0": "{base_path}/{version}/v2.0/service_profiles?{query}",
172
+ "v1": "{base_path}/{version}/service_profiles?{query}"
173
+ },
150
174
  "requestSchema": "schema.json",
151
175
  "responseSchema": "schema.json",
152
176
  "timeout": 0,
@@ -167,7 +191,10 @@
167
191
  "name": "createServiceProfile",
168
192
  "protocol": "REST",
169
193
  "method": "POST",
170
- "entitypath": "{base_path}/{version}/v2.0/service_profiles?{query}",
194
+ "entitypath": {
195
+ "v0": "{base_path}/{version}/v2.0/service_profiles?{query}",
196
+ "v1": "{base_path}/{version}/service_profiles?{query}"
197
+ },
171
198
  "requestSchema": "schema.json",
172
199
  "responseSchema": "schema.json",
173
200
  "timeout": 0,
@@ -187,7 +214,10 @@
187
214
  "name": "showServiceProfileDetails",
188
215
  "protocol": "REST",
189
216
  "method": "GET",
190
- "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
217
+ "entitypath": {
218
+ "v0": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
219
+ "v1": "{base_path}/{version}/service_profiles/{pathv1}?{query}"
220
+ },
191
221
  "requestSchema": "schema.json",
192
222
  "responseSchema": "schema.json",
193
223
  "timeout": 0,
@@ -208,7 +238,10 @@
208
238
  "name": "updateServiceProfile",
209
239
  "protocol": "REST",
210
240
  "method": "PUT",
211
- "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
241
+ "entitypath": {
242
+ "v0": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
243
+ "v1": "{base_path}/{version}/service_profiles/{pathv1}?{query}"
244
+ },
212
245
  "requestSchema": "schema.json",
213
246
  "responseSchema": "schema.json",
214
247
  "timeout": 0,
@@ -228,7 +261,10 @@
228
261
  "name": "deleteServiceProfile",
229
262
  "protocol": "REST",
230
263
  "method": "DELETE",
231
- "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
264
+ "entitypath": {
265
+ "v0": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
266
+ "v1": "{base_path}/{version}/service_profiles/{pathv1}?{query}"
267
+ },
232
268
  "requestSchema": "schema.json",
233
269
  "responseSchema": "schema.json",
234
270
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showNetworkDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
9
+ "v1": "{base_path}/{version}/networks/{pathv1}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updateNetwork",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
33
+ "v1": "{base_path}/{version}/networks/{pathv1}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteNetwork",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/networks/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listNetworks",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/networks?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/networks?{query}",
79
+ "v1": "{base_path}/{version}/networks?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createNetwork",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/networks?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/networks?{query}",
103
+ "v1": "{base_path}/{version}/networks?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listPortAssociations",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
9
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createPortAssociation",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
33
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showPortAssociationDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateAPortAssociation",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
80
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deletePortAssociation",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
103
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showPortDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
9
+ "v1": "{base_path}/{version}/ports/{pathv1}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updatePort",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
33
+ "v1": "{base_path}/{version}/ports/{pathv1}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deletePort",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/ports/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listPorts",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/ports?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/ports?{query}",
79
+ "v1": "{base_path}/{version}/ports?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createPort",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/ports?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/ports?{query}",
103
+ "v1": "{base_path}/{version}/ports?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,