@itentialopensource/adapter-openstack_neutron 1.0.0 → 2.0.1

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 (63) hide show
  1. package/AUTH.md +11 -6
  2. package/CALLS.md +305 -305
  3. package/CHANGELOG.md +18 -0
  4. package/entities/APIVersions/action.json +2 -4
  5. package/entities/AddressGroups/action.json +7 -28
  6. package/entities/AddressScopes/action.json +5 -10
  7. package/entities/Agents/action.json +4 -8
  8. package/entities/AutoAllocatedTopologies/action.json +2 -4
  9. package/entities/AvailabilityZones/action.json +1 -2
  10. package/entities/BGPPeer/action.json +5 -10
  11. package/entities/BGPSpeaker/action.json +11 -22
  12. package/entities/BGPVPNs/action.json +5 -10
  13. package/entities/DHCPAgentScheduler/action.json +4 -8
  14. package/entities/Extensions/action.json +2 -4
  15. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +17 -34
  16. package/entities/FirewallLogs/action.json +5 -10
  17. package/entities/FloatingIPPoolsFloatingipPools/action.json +1 -2
  18. package/entities/FloatingIPsFloatingips/action.json +5 -10
  19. package/entities/FloatingIPsPortForwarding/action.json +5 -10
  20. package/entities/L3AgentScheduler/action.json +4 -8
  21. package/entities/LocalIPAssociationsPortAssociations/action.json +3 -6
  22. package/entities/LocalIPsLocalIps/action.json +5 -10
  23. package/entities/LogResource/action.json +5 -10
  24. package/entities/LoggableResource/action.json +1 -2
  25. package/entities/LoggingResources/action.json +5 -10
  26. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +8 -16
  27. package/entities/NetworkAssociations/action.json +4 -8
  28. package/entities/NetworkIPAvailabilityAndUsageStats/action.json +2 -4
  29. package/entities/NetworkSegmentRanges/action.json +5 -10
  30. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +12 -24
  31. package/entities/Networks/action.json +5 -10
  32. package/entities/PortAssociations/action.json +5 -10
  33. package/entities/Ports/action.json +5 -10
  34. package/entities/QoSBandwidthLimitRules/action.json +5 -10
  35. package/entities/QoSDSCPMarkingRules/action.json +5 -10
  36. package/entities/QoSMinimumBandwidthRules/action.json +5 -10
  37. package/entities/QoSMinimumPacketRateRules/action.json +5 -10
  38. package/entities/QoSPacketRateLimitRules/action.json +5 -10
  39. package/entities/QoSPoliciesQos/action.json +5 -10
  40. package/entities/QoSRuleTypes/action.json +2 -4
  41. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +3 -6
  42. package/entities/QualityOfServiceRulesAliasAPI/action.json +9 -18
  43. package/entities/QuotasDetailsExtensionQuotaDetails/action.json +1 -2
  44. package/entities/QuotasExtensionQuotas/action.json +5 -10
  45. package/entities/RBACPolicies/action.json +5 -10
  46. package/entities/RouterAssociations/action.json +5 -10
  47. package/entities/RouterNDPProxyNdpProxies/action.json +5 -10
  48. package/entities/RoutersConntrackHelperCTTargetRules/action.json +5 -10
  49. package/entities/RoutersRouters/action.json +9 -18
  50. package/entities/SecurityGroupRulesSecurityGroupRules/action.json +4 -8
  51. package/entities/SecurityGroupsSecurityGroups/action.json +5 -10
  52. package/entities/Segments/action.json +5 -10
  53. package/entities/ServiceProviders/action.json +1 -2
  54. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +2 -4
  55. package/entities/SubnetPoolsExtensionSubnetpools/action.json +5 -10
  56. package/entities/Subnets/action.json +5 -10
  57. package/entities/TagExtensionTags/action.json +6 -12
  58. package/entities/TapAsAService/action.json +10 -20
  59. package/entities/TrunkNetworking/action.json +8 -16
  60. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +25 -50
  61. package/package.json +1 -1
  62. package/refs?service=git-upload-pack +0 -0
  63. package/report/adapterInfo.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,22 @@
1
1
 
2
+ ## 2.0.1 [12-02-2022]
3
+
4
+ * Update AUTH.md for ISD-3993
5
+
6
+ Closes #1
7
+
8
+ See merge request itentialopensource/adapters/cloud/adapter-openstack_neutron!4
9
+
10
+ ---
11
+
12
+ ## 2.0.0 [11-29-2022]
13
+
14
+ * Revert the bug in all paths
15
+
16
+ See merge request itentialopensource/adapters/cloud/adapter-openstack_neutron!2
17
+
18
+ ---
19
+
2
20
  ## 1.0.0 [11-01-2022]
3
21
 
4
22
  * Major/adapt 2415
@@ -4,8 +4,7 @@
4
4
  "name": "listAPIVersions",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "showAPIV2Details",
27
26
  "protocol": "REST",
28
27
  "method": "GET",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -4,10 +4,7 @@
4
4
  "name": "showAddressGroup",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {
8
- "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
9
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
10
- },
7
+ "entitypath": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
11
8
  "requestSchema": "schema.json",
12
9
  "responseSchema": "schema.json",
13
10
  "timeout": 0,
@@ -28,10 +25,7 @@
28
25
  "name": "createAddressGroup",
29
26
  "protocol": "REST",
30
27
  "method": "POST",
31
- "entitypath": {
32
- "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
33
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
34
- },
28
+ "entitypath": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
35
29
  "requestSchema": "schema.json",
36
30
  "responseSchema": "schema.json",
37
31
  "timeout": 0,
@@ -51,10 +45,7 @@
51
45
  "name": "updateAnAddressGroup",
52
46
  "protocol": "REST",
53
47
  "method": "PUT",
54
- "entitypath": {
55
- "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
56
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
57
- },
48
+ "entitypath": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
58
49
  "requestSchema": "schema.json",
59
50
  "responseSchema": "schema.json",
60
51
  "timeout": 0,
@@ -74,10 +65,7 @@
74
65
  "name": "deleteAnAddressGroup",
75
66
  "protocol": "REST",
76
67
  "method": "DELETE",
77
- "entitypath": {
78
- "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
79
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
80
- },
68
+ "entitypath": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
81
69
  "requestSchema": "schema.json",
82
70
  "responseSchema": "schema.json",
83
71
  "timeout": 0,
@@ -97,10 +85,7 @@
97
85
  "name": "listAddressGroups",
98
86
  "protocol": "REST",
99
87
  "method": "GET",
100
- "entitypath": {
101
- "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
102
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
103
- },
88
+ "entitypath": "{base_path}/{version}/v2.0/address-groups?{query}",
104
89
  "requestSchema": "schema.json",
105
90
  "responseSchema": "schema.json",
106
91
  "timeout": 0,
@@ -121,10 +106,7 @@
121
106
  "name": "addIPAddressesToAddressGroup",
122
107
  "protocol": "REST",
123
108
  "method": "PUT",
124
- "entitypath": {
125
- "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
126
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
127
- },
109
+ "entitypath": "{base_path}/{version}/v2.0/address-group/{pathv1}/add_addresses?{query}",
128
110
  "requestSchema": "schema.json",
129
111
  "responseSchema": "schema.json",
130
112
  "timeout": 0,
@@ -144,10 +126,7 @@
144
126
  "name": "removeIPAddressesToAddressGroup",
145
127
  "protocol": "REST",
146
128
  "method": "PUT",
147
- "entitypath": {
148
- "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
149
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
150
- },
129
+ "entitypath": "{base_path}/{version}/v2.0/address-group/{pathv1}/remove_addresses?{query}",
151
130
  "requestSchema": "schema.json",
152
131
  "responseSchema": "schema.json",
153
132
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showAddressScope",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updateAnAddressScope",
27
26
  "protocol": "REST",
28
27
  "method": "PUT",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deleteAnAddressScope",
48
46
  "protocol": "REST",
49
47
  "method": "DELETE",
50
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
51
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
48
+ "entitypath": "{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "listAddressScopes",
69
66
  "protocol": "REST",
70
67
  "method": "GET",
71
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
72
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
68
+ "entitypath": "{base_path}/{version}/v2.0/address-scopes?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "createAddressScope",
91
87
  "protocol": "REST",
92
88
  "method": "POST",
93
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
94
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
89
+ "entitypath": "{base_path}/{version}/v2.0/address-scopes?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listAllAgents",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/agents?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "showAgentDetails",
27
26
  "protocol": "REST",
28
27
  "method": "GET",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -48,8 +46,7 @@
48
46
  "name": "updateAgent",
49
47
  "protocol": "REST",
50
48
  "method": "PUT",
51
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
52
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
49
+ "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}?{query}",
53
50
  "requestSchema": "schema.json",
54
51
  "responseSchema": "schema.json",
55
52
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "deleteAgent",
70
67
  "protocol": "REST",
71
68
  "method": "DELETE",
72
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
73
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
69
+ "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showAutoAllocatedTopologyDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"},
7
+ "entitypath": "{base_path}/{version}/v2.0/auto-allocated-topology/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "deleteTheAutoAllocatedTopology",
27
26
  "protocol": "REST",
28
27
  "method": "DELETE",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/auto-allocated-topology/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listAllAvailabilityZones",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/availability_zones?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listBGPPeers",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/bgp-peers?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createABGPPeer",
27
26
  "protocol": "REST",
28
27
  "method": "POST",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/bgp-peers?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showBGPPeerDetails",
48
46
  "protocol": "REST",
49
47
  "method": "GET",
50
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
51
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
48
+ "entitypath": "{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateABGPPeer",
70
67
  "protocol": "REST",
71
68
  "method": "PUT",
72
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
73
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
69
+ "entitypath": "{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteABGPPeer",
91
87
  "protocol": "REST",
92
88
  "method": "DELETE",
93
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
94
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
89
+ "entitypath": "{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listBGPSpeakers",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createBGPSpeaker",
27
26
  "protocol": "REST",
28
27
  "method": "POST",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showBGPSpeakerDetails",
48
46
  "protocol": "REST",
49
47
  "method": "GET",
50
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
51
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
48
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateABGPSpeaker",
70
67
  "protocol": "REST",
71
68
  "method": "PUT",
72
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
73
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
69
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteABGPSpeaker",
91
87
  "protocol": "REST",
92
88
  "method": "DELETE",
93
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
94
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
89
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -111,8 +106,7 @@
111
106
  "name": "addBGPPeerToABGPSpeaker",
112
107
  "protocol": "REST",
113
108
  "method": "PUT",
114
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
115
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
109
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/add-bgp-peer?{query}",
116
110
  "requestSchema": "schema.json",
117
111
  "responseSchema": "schema.json",
118
112
  "timeout": 0,
@@ -132,8 +126,7 @@
132
126
  "name": "removeBGPPeerFromABGPSpeaker",
133
127
  "protocol": "REST",
134
128
  "method": "PUT",
135
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
136
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
129
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/remove-bgp-peer?{query}",
137
130
  "requestSchema": "schema.json",
138
131
  "responseSchema": "schema.json",
139
132
  "timeout": 0,
@@ -153,8 +146,7 @@
153
146
  "name": "addNetworkToABGPSpeaker",
154
147
  "protocol": "REST",
155
148
  "method": "PUT",
156
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
157
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
149
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/add_gateway_network?{query}",
158
150
  "requestSchema": "schema.json",
159
151
  "responseSchema": "schema.json",
160
152
  "timeout": 0,
@@ -174,8 +166,7 @@
174
166
  "name": "deleteNetworkFromABGPSpeaker",
175
167
  "protocol": "REST",
176
168
  "method": "PUT",
177
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
178
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
169
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/remove_gateway_network?{query}",
179
170
  "requestSchema": "schema.json",
180
171
  "responseSchema": "schema.json",
181
172
  "timeout": 0,
@@ -195,8 +186,7 @@
195
186
  "name": "listRoutesAdvertisedByABGPSpeaker",
196
187
  "protocol": "REST",
197
188
  "method": "GET",
198
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
199
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
189
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/get_advertised_routes?{query}",
200
190
  "requestSchema": "schema.json",
201
191
  "responseSchema": "schema.json",
202
192
  "timeout": 0,
@@ -217,8 +207,7 @@
217
207
  "name": "listDynamicRoutingAgentsHostingASpecificBGPSpeaker",
218
208
  "protocol": "REST",
219
209
  "method": "GET",
220
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
221
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
210
+ "entitypath": "{base_path}/{version}/v2.0/bgp-speakers/bgp-dragents?{query}",
222
211
  "requestSchema": "schema.json",
223
212
  "responseSchema": "schema.json",
224
213
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listBGPVPNs",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createBGPVPNS",
27
26
  "protocol": "REST",
28
27
  "method": "POST",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showBGPVPNDetails",
48
46
  "protocol": "REST",
49
47
  "method": "GET",
50
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
51
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
48
+ "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateABGPVPN",
70
67
  "protocol": "REST",
71
68
  "method": "PUT",
72
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
73
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
69
+ "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteBGPVPN",
91
87
  "protocol": "REST",
92
88
  "method": "DELETE",
93
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
94
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
89
+ "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listNetworksHostedByADHCPAgent",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "scheduleANetworkToADHCPAgent",
27
26
  "protocol": "REST",
28
27
  "method": "POST",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "removeNetworkFromADHCPAgent",
48
46
  "protocol": "REST",
49
47
  "method": "DELETE",
50
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
51
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
48
+ "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "listDHCPAgentsHostingANetwork",
69
66
  "protocol": "REST",
70
67
  "method": "GET",
71
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
72
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
68
+ "entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}/dhcp-agents?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listExtensions",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/extensions?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "showExtensionDetails",
27
26
  "protocol": "REST",
28
27
  "method": "GET",
29
- "entitypath":{"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/extensions/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,