@itentialopensource/adapter-openstack_neutron 0.1.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.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +44 -0
- package/BROKER.md +199 -0
- package/CALLS.md +2000 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +37134 -0
- package/adapterBase.js +1788 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +242 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +49 -0
- package/entities/APIVersions/action.json +46 -0
- package/entities/APIVersions/schema.json +20 -0
- package/entities/AddressGroups/action.json +146 -0
- package/entities/AddressGroups/schema.json +69 -0
- package/entities/AddressScopes/action.json +106 -0
- package/entities/AddressScopes/schema.json +78 -0
- package/entities/Agents/action.json +86 -0
- package/entities/Agents/schema.json +88 -0
- package/entities/AutoAllocatedTopologies/action.json +45 -0
- package/entities/AutoAllocatedTopologies/schema.json +31 -0
- package/entities/AvailabilityZones/action.json +25 -0
- package/entities/AvailabilityZones/schema.json +19 -0
- package/entities/BGPPeer/action.json +106 -0
- package/entities/BGPPeer/schema.json +34 -0
- package/entities/BGPSpeaker/action.json +228 -0
- package/entities/BGPSpeaker/schema.json +40 -0
- package/entities/BGPVPNs/action.json +106 -0
- package/entities/BGPVPNs/schema.json +34 -0
- package/entities/DHCPAgentScheduler/action.json +86 -0
- package/entities/DHCPAgentScheduler/schema.json +44 -0
- package/entities/Extensions/action.json +46 -0
- package/entities/Extensions/schema.json +20 -0
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +350 -0
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/schema.json +68 -0
- package/entities/FirewallLogs/action.json +106 -0
- package/entities/FirewallLogs/schema.json +45 -0
- package/entities/FloatingIPPoolsFloatingipPools/action.json +25 -0
- package/entities/FloatingIPPoolsFloatingipPools/schema.json +19 -0
- package/entities/FloatingIPsFloatingips/action.json +106 -0
- package/entities/FloatingIPsFloatingips/schema.json +177 -0
- package/entities/FloatingIPsPortForwarding/action.json +106 -0
- package/entities/FloatingIPsPortForwarding/schema.json +100 -0
- package/entities/L3AgentScheduler/action.json +86 -0
- package/entities/L3AgentScheduler/schema.json +44 -0
- package/entities/LocalIPAssociationsPortAssociations/action.json +65 -0
- package/entities/LocalIPAssociationsPortAssociations/schema.json +76 -0
- package/entities/LocalIPsLocalIps/action.json +106 -0
- package/entities/LocalIPsLocalIps/schema.json +122 -0
- package/entities/LogResource/action.json +106 -0
- package/entities/LogResource/schema.json +122 -0
- package/entities/LoggableResource/action.json +25 -0
- package/entities/LoggableResource/schema.json +19 -0
- package/entities/LoggingResources/action.json +106 -0
- package/entities/LoggingResources/schema.json +34 -0
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +168 -0
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/schema.json +125 -0
- package/entities/NetworkAssociations/action.json +86 -0
- package/entities/NetworkAssociations/schema.json +44 -0
- package/entities/NetworkIPAvailabilityAndUsageStats/action.json +46 -0
- package/entities/NetworkIPAvailabilityAndUsageStats/schema.json +75 -0
- package/entities/NetworkSegmentRanges/action.json +106 -0
- package/entities/NetworkSegmentRanges/schema.json +133 -0
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +248 -0
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/schema.json +85 -0
- package/entities/Networks/action.json +106 -0
- package/entities/Networks/schema.json +199 -0
- package/entities/PortAssociations/action.json +106 -0
- package/entities/PortAssociations/schema.json +45 -0
- package/entities/Ports/action.json +106 -0
- package/entities/Ports/schema.json +221 -0
- package/entities/QoSBandwidthLimitRules/action.json +106 -0
- package/entities/QoSBandwidthLimitRules/schema.json +89 -0
- package/entities/QoSDSCPMarkingRules/action.json +106 -0
- package/entities/QoSDSCPMarkingRules/schema.json +78 -0
- package/entities/QoSMinimumBandwidthRules/action.json +106 -0
- package/entities/QoSMinimumBandwidthRules/schema.json +78 -0
- package/entities/QoSMinimumPacketRateRules/action.json +106 -0
- package/entities/QoSMinimumPacketRateRules/schema.json +78 -0
- package/entities/QoSPacketRateLimitRules/action.json +106 -0
- package/entities/QoSPacketRateLimitRules/schema.json +89 -0
- package/entities/QoSPoliciesQos/action.json +106 -0
- package/entities/QoSPoliciesQos/schema.json +133 -0
- package/entities/QoSRuleTypes/action.json +46 -0
- package/entities/QoSRuleTypes/schema.json +53 -0
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +65 -0
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/schema.json +32 -0
- package/entities/QualityOfServiceRulesAliasAPI/action.json +187 -0
- package/entities/QualityOfServiceRulesAliasAPI/schema.json +49 -0
- package/entities/QuotasDetailsExtensionQuotaDetails/action.json +25 -0
- package/entities/QuotasDetailsExtensionQuotaDetails/schema.json +30 -0
- package/entities/QuotasExtensionQuotas/action.json +107 -0
- package/entities/QuotasExtensionQuotas/schema.json +34 -0
- package/entities/RBACPolicies/action.json +106 -0
- package/entities/RBACPolicies/schema.json +111 -0
- package/entities/RouterAssociations/action.json +106 -0
- package/entities/RouterAssociations/schema.json +45 -0
- package/entities/RouterNDPProxyNdpProxies/action.json +106 -0
- package/entities/RouterNDPProxyNdpProxies/schema.json +122 -0
- package/entities/RoutersConntrackHelperCTTargetRules/action.json +106 -0
- package/entities/RoutersConntrackHelperCTTargetRules/schema.json +67 -0
- package/entities/RoutersRouters/action.json +186 -0
- package/entities/RoutersRouters/schema.json +137 -0
- package/entities/SecurityGroupRulesSecurityGroupRules/action.json +86 -0
- package/entities/SecurityGroupRulesSecurityGroupRules/schema.json +143 -0
- package/entities/SecurityGroupsSecurityGroups/action.json +106 -0
- package/entities/SecurityGroupsSecurityGroups/schema.json +122 -0
- package/entities/Segments/action.json +106 -0
- package/entities/Segments/schema.json +111 -0
- package/entities/ServiceProviders/action.json +25 -0
- package/entities/ServiceProviders/schema.json +19 -0
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +44 -0
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/schema.json +31 -0
- package/entities/SubnetPoolsExtensionSubnetpools/action.json +106 -0
- package/entities/SubnetPoolsExtensionSubnetpools/schema.json +199 -0
- package/entities/Subnets/action.json +106 -0
- package/entities/Subnets/schema.json +221 -0
- package/entities/TagExtensionTags/action.json +126 -0
- package/entities/TagExtensionTags/schema.json +46 -0
- package/entities/TapAsAService/action.json +208 -0
- package/entities/TapAsAService/schema.json +72 -0
- package/entities/TrunkNetworking/action.json +167 -0
- package/entities/TrunkNetworking/schema.json +147 -0
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +514 -0
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/schema.json +98 -0
- package/error.json +190 -0
- package/package.json +87 -0
- package/pronghorn.json +17931 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1284 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +2575 -0
- package/report/neutron-openapi.json +14594 -0
- package/report/updateReport1662381141928.json +120 -0
- package/sampleProperties.json +198 -0
- package/test/integration/adapterTestBasicGet.js +85 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +8868 -0
- package/test/unit/adapterBaseTestUnit.js +952 -0
- package/test/unit/adapterTestUnit.js +9550 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +184 -0
- package/utils/tbUtils.js +469 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +190 -0
- package/workflows/README.md +3 -0
package/CALLS.md
ADDED
|
@@ -0,0 +1,2000 @@
|
|
|
1
|
+
## Using this Adapter
|
|
2
|
+
|
|
3
|
+
The `adapter.js` file contains the calls the adapter makes available to the rest of the Itential Platform. The API detailed for these calls should be available through JSDOC. The following is a brief summary of the calls.
|
|
4
|
+
|
|
5
|
+
### Generic Adapter Calls
|
|
6
|
+
|
|
7
|
+
These are adapter methods that IAP or you might use. There are some other methods not shown here that might be used for internal adapter functionality.
|
|
8
|
+
|
|
9
|
+
<table border="1" class="bordered-table">
|
|
10
|
+
<tr>
|
|
11
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
12
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
13
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
14
|
+
</tr>
|
|
15
|
+
<tr>
|
|
16
|
+
<td style="padding:15px">connect()</td>
|
|
17
|
+
<td style="padding:15px">This call is run when the Adapter is first loaded by he Itential Platform. It validates the properties have been provided correctly.</td>
|
|
18
|
+
<td style="padding:15px">No</td>
|
|
19
|
+
</tr>
|
|
20
|
+
<tr>
|
|
21
|
+
<td style="padding:15px">healthCheck(callback)</td>
|
|
22
|
+
<td style="padding:15px">This call ensures that the adapter can communicate with Openstack_neutron. The actual call that is used is defined in the adapter properties and .system entities action.json file.</td>
|
|
23
|
+
<td style="padding:15px">No</td>
|
|
24
|
+
</tr>
|
|
25
|
+
<tr>
|
|
26
|
+
<td style="padding:15px">refreshProperties(properties)</td>
|
|
27
|
+
<td style="padding:15px">This call provides the adapter the ability to accept property changes without having to restart the adapter.</td>
|
|
28
|
+
<td style="padding:15px">No</td>
|
|
29
|
+
</tr>
|
|
30
|
+
<tr>
|
|
31
|
+
<td style="padding:15px">encryptProperty(property, technique, callback)</td>
|
|
32
|
+
<td style="padding:15px">This call will take the provided property and technique, and return the property encrypted with the technique. This allows the property to be used in the adapterProps section for the credential password so that the password does not have to be in clear text. The adapter will decrypt the property as needed for communications with Openstack_neutron.</td>
|
|
33
|
+
<td style="padding:15px">No</td>
|
|
34
|
+
</tr>
|
|
35
|
+
<tr>
|
|
36
|
+
<td style="padding:15px">iapUpdateAdapterConfiguration(configFile, changes, entity, type, action, callback)</td>
|
|
37
|
+
<td style="padding:15px">This call provides the ability to update the adapter configuration from IAP - includes actions, schema, mockdata and other configurations.</td>
|
|
38
|
+
<td style="padding:15px">Yes</td>
|
|
39
|
+
</tr>
|
|
40
|
+
<tr>
|
|
41
|
+
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
42
|
+
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
43
|
+
<td style="padding:15px">Yes</td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr>
|
|
46
|
+
<td style="padding:15px">iapSuspendAdapter(mode, callback)</td>
|
|
47
|
+
<td style="padding:15px">This call provides the ability to suspend the adapter and either have requests rejected or put into a queue to be processed after the adapter is resumed.</td>
|
|
48
|
+
<td style="padding:15px">Yes</td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr>
|
|
51
|
+
<td style="padding:15px">iapUnsuspendAdapter(callback)</td>
|
|
52
|
+
<td style="padding:15px">This call provides the ability to resume a suspended adapter. Any requests in queue will be processed before new requests.</td>
|
|
53
|
+
<td style="padding:15px">Yes</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td style="padding:15px">iapGetAdapterQueue(callback)</td>
|
|
57
|
+
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
|
|
58
|
+
<td style="padding:15px">Yes</td>
|
|
59
|
+
</tr>
|
|
60
|
+
<tr>
|
|
61
|
+
<td style="padding:15px">iapTroubleshootAdapter(props, persistFlag, adapter, callback)</td>
|
|
62
|
+
<td style="padding:15px">This call can be used to check on the performance of the adapter - it checks connectivity, healthcheck and basic get calls.</td>
|
|
63
|
+
<td style="padding:15px">Yes</td>
|
|
64
|
+
</tr>
|
|
65
|
+
|
|
66
|
+
<tr>
|
|
67
|
+
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
|
|
68
|
+
<td style="padding:15px">This call will return the results of a healthcheck.</td>
|
|
69
|
+
<td style="padding:15px">Yes</td>
|
|
70
|
+
</tr>
|
|
71
|
+
<tr>
|
|
72
|
+
<td style="padding:15px">iapRunAdapterConnectivity(callback)</td>
|
|
73
|
+
<td style="padding:15px">This call will return the results of a connectivity check.</td>
|
|
74
|
+
<td style="padding:15px">Yes</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr>
|
|
77
|
+
<td style="padding:15px">iapRunAdapterBasicGet(callback)</td>
|
|
78
|
+
<td style="padding:15px">This call will return the results of running basic get API calls.</td>
|
|
79
|
+
<td style="padding:15px">Yes</td>
|
|
80
|
+
</tr>
|
|
81
|
+
<tr>
|
|
82
|
+
<td style="padding:15px">iapMoveAdapterEntitiesToDB(callback)</td>
|
|
83
|
+
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or IAP Database.</td>
|
|
84
|
+
<td style="padding:15px">Yes</td>
|
|
85
|
+
</tr>
|
|
86
|
+
<tr>
|
|
87
|
+
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
88
|
+
<td style="padding:15px">This call allows you to provide the path to have the adapter call. It is an easy way to incorporate paths that have not been built into the adapter yet.</td>
|
|
89
|
+
<td style="padding:15px">Yes</td>
|
|
90
|
+
</tr>
|
|
91
|
+
<tr>
|
|
92
|
+
<td style="padding:15px">genericAdapterRequestNoBasePath(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
93
|
+
<td style="padding:15px">This call is the same as the genericAdapterRequest only it does not add a base_path or version to the call.</td>
|
|
94
|
+
<td style="padding:15px">Yes</td>
|
|
95
|
+
</tr>
|
|
96
|
+
<tr>
|
|
97
|
+
<td style="padding:15px">iapHasAdapterEntity(entityType, entityId, callback)</td>
|
|
98
|
+
<td style="padding:15px">This call verifies the adapter has the specific entity.</td>
|
|
99
|
+
<td style="padding:15px">No</td>
|
|
100
|
+
</tr>
|
|
101
|
+
<tr>
|
|
102
|
+
<td style="padding:15px">iapVerifyAdapterCapability(entityType, actionType, entityId, callback)</td>
|
|
103
|
+
<td style="padding:15px">This call verifies the adapter can perform the provided action on the specific entity.</td>
|
|
104
|
+
<td style="padding:15px">No</td>
|
|
105
|
+
</tr>
|
|
106
|
+
<tr>
|
|
107
|
+
<td style="padding:15px">iapUpdateAdapterEntityCache()</td>
|
|
108
|
+
<td style="padding:15px">This call will update the entity cache.</td>
|
|
109
|
+
<td style="padding:15px">No</td>
|
|
110
|
+
</tr>
|
|
111
|
+
</table>
|
|
112
|
+
<br>
|
|
113
|
+
|
|
114
|
+
### Adapter Broker Calls
|
|
115
|
+
|
|
116
|
+
These are adapter methods that are used to integrate to IAP Brokers. This adapter currently supports the following broker calls.
|
|
117
|
+
|
|
118
|
+
<table border="1" class="bordered-table">
|
|
119
|
+
<tr>
|
|
120
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
121
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
122
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
123
|
+
</tr>
|
|
124
|
+
<tr>
|
|
125
|
+
<td style="padding:15px">hasEntities(entityType, entityList, callback)</td>
|
|
126
|
+
<td style="padding:15px">This call is utilized by the IAP Device Broker to determine if the adapter has a specific entity and item of the entity.</td>
|
|
127
|
+
<td style="padding:15px">No</td>
|
|
128
|
+
</tr>
|
|
129
|
+
<tr>
|
|
130
|
+
<td style="padding:15px">getDevice(deviceName, callback)</td>
|
|
131
|
+
<td style="padding:15px">This call returns the details of the requested device.</td>
|
|
132
|
+
<td style="padding:15px">Yes</td>
|
|
133
|
+
</tr>
|
|
134
|
+
<tr>
|
|
135
|
+
<td style="padding:15px">getDevicesFiltered(options, callback)</td>
|
|
136
|
+
<td style="padding:15px">This call returns the list of devices that match the criteria provided in the options filter.</td>
|
|
137
|
+
<td style="padding:15px">Yes</td>
|
|
138
|
+
</tr>
|
|
139
|
+
<tr>
|
|
140
|
+
<td style="padding:15px">isAlive(deviceName, callback)</td>
|
|
141
|
+
<td style="padding:15px">This call returns whether the device status is active</td>
|
|
142
|
+
<td style="padding:15px">Yes</td>
|
|
143
|
+
</tr>
|
|
144
|
+
<tr>
|
|
145
|
+
<td style="padding:15px">getConfig(deviceName, format, callback)</td>
|
|
146
|
+
<td style="padding:15px">This call returns the configuration for the selected device.</td>
|
|
147
|
+
<td style="padding:15px">Yes</td>
|
|
148
|
+
</tr>
|
|
149
|
+
<tr>
|
|
150
|
+
<td style="padding:15px">iapGetDeviceCount(callback)</td>
|
|
151
|
+
<td style="padding:15px">This call returns the count of devices.</td>
|
|
152
|
+
<td style="padding:15px">Yes</td>
|
|
153
|
+
</tr>
|
|
154
|
+
</table>
|
|
155
|
+
<br>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Specific Adapter Calls
|
|
159
|
+
|
|
160
|
+
Specific adapter calls are built based on the API of the Openstack_neutron. The Adapter Builder creates the proper method comments for generating JS-DOC for the adapter. This is the best way to get information on the calls.
|
|
161
|
+
|
|
162
|
+
<table border="1" class="bordered-table">
|
|
163
|
+
<tr>
|
|
164
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
165
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
166
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
167
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
168
|
+
</tr>
|
|
169
|
+
<tr>
|
|
170
|
+
<td style="padding:15px">listAPIVersions(callback)</td>
|
|
171
|
+
<td style="padding:15px">List API versions</td>
|
|
172
|
+
<td style="padding:15px">{base_path}/{version}/?{query}</td>
|
|
173
|
+
<td style="padding:15px">Yes</td>
|
|
174
|
+
</tr>
|
|
175
|
+
<tr>
|
|
176
|
+
<td style="padding:15px">showAPIV2Details(callback)</td>
|
|
177
|
+
<td style="padding:15px">Show API v2 details</td>
|
|
178
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/?{query}</td>
|
|
179
|
+
<td style="padding:15px">Yes</td>
|
|
180
|
+
</tr>
|
|
181
|
+
<tr>
|
|
182
|
+
<td style="padding:15px">listExtensions(callback)</td>
|
|
183
|
+
<td style="padding:15px">List extensions</td>
|
|
184
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/extensions?{query}</td>
|
|
185
|
+
<td style="padding:15px">Yes</td>
|
|
186
|
+
</tr>
|
|
187
|
+
<tr>
|
|
188
|
+
<td style="padding:15px">showExtensionDetails(alias, callback)</td>
|
|
189
|
+
<td style="padding:15px">Show extension details</td>
|
|
190
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/extensions/{pathv1}?{query}</td>
|
|
191
|
+
<td style="padding:15px">Yes</td>
|
|
192
|
+
</tr>
|
|
193
|
+
<tr>
|
|
194
|
+
<td style="padding:15px">showNetworkDetails(fields, networkId, callback)</td>
|
|
195
|
+
<td style="padding:15px">Show network details</td>
|
|
196
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/networks/{pathv1}?{query}</td>
|
|
197
|
+
<td style="padding:15px">Yes</td>
|
|
198
|
+
</tr>
|
|
199
|
+
<tr>
|
|
200
|
+
<td style="padding:15px">updateNetwork(networkId, body, callback)</td>
|
|
201
|
+
<td style="padding:15px">Update network</td>
|
|
202
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/networks/{pathv1}?{query}</td>
|
|
203
|
+
<td style="padding:15px">Yes</td>
|
|
204
|
+
</tr>
|
|
205
|
+
<tr>
|
|
206
|
+
<td style="padding:15px">deleteNetwork(networkId, callback)</td>
|
|
207
|
+
<td style="padding:15px">Delete network</td>
|
|
208
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/networks/{pathv1}?{query}</td>
|
|
209
|
+
<td style="padding:15px">Yes</td>
|
|
210
|
+
</tr>
|
|
211
|
+
<tr>
|
|
212
|
+
<td style="padding:15px">listNetworks(adminStateUp, id, mtu, name, projectId, providerNetworkType, providerPhysicalNetwork, providerSegmentationId, revisionNumber, routerExternal, shared, status, tenantId, vlanTransparent, description, isDefault, tags, tagsAny, notTags, notTagsAny, sortDir, sortKey, fields, callback)</td>
|
|
213
|
+
<td style="padding:15px">List networks</td>
|
|
214
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/networks?{query}</td>
|
|
215
|
+
<td style="padding:15px">Yes</td>
|
|
216
|
+
</tr>
|
|
217
|
+
<tr>
|
|
218
|
+
<td style="padding:15px">createNetwork(body, callback)</td>
|
|
219
|
+
<td style="padding:15px">Create network</td>
|
|
220
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/networks?{query}</td>
|
|
221
|
+
<td style="padding:15px">Yes</td>
|
|
222
|
+
</tr>
|
|
223
|
+
<tr>
|
|
224
|
+
<td style="padding:15px">showNetworkSegmentRangeDetails(networkSegmentRangeId, callback)</td>
|
|
225
|
+
<td style="padding:15px">Show network segment range details</td>
|
|
226
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}</td>
|
|
227
|
+
<td style="padding:15px">Yes</td>
|
|
228
|
+
</tr>
|
|
229
|
+
<tr>
|
|
230
|
+
<td style="padding:15px">updateNetworkSegmentRange(tags, tagsAny, notTags, notTagsAny, networkSegmentRangeId, body, callback)</td>
|
|
231
|
+
<td style="padding:15px">Update network segment range</td>
|
|
232
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}</td>
|
|
233
|
+
<td style="padding:15px">Yes</td>
|
|
234
|
+
</tr>
|
|
235
|
+
<tr>
|
|
236
|
+
<td style="padding:15px">deleteNetworkSegmentRange(networkSegmentRangeId, callback)</td>
|
|
237
|
+
<td style="padding:15px">Delete network segment range</td>
|
|
238
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}</td>
|
|
239
|
+
<td style="padding:15px">Yes</td>
|
|
240
|
+
</tr>
|
|
241
|
+
<tr>
|
|
242
|
+
<td style="padding:15px">listNetworkSegmentRanges(id, name, tenantId, projectId, networkType, physicalNetwork, sortDir, sortKey, tags, tagsAny, notTags, notTagsAny, fields, callback)</td>
|
|
243
|
+
<td style="padding:15px">List network segment ranges</td>
|
|
244
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/network_segment_ranges?{query}</td>
|
|
245
|
+
<td style="padding:15px">Yes</td>
|
|
246
|
+
</tr>
|
|
247
|
+
<tr>
|
|
248
|
+
<td style="padding:15px">createNetworkSegmentRange(body, callback)</td>
|
|
249
|
+
<td style="padding:15px">Create network segment range</td>
|
|
250
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/network_segment_ranges?{query}</td>
|
|
251
|
+
<td style="padding:15px">Yes</td>
|
|
252
|
+
</tr>
|
|
253
|
+
<tr>
|
|
254
|
+
<td style="padding:15px">showPortDetails(fields, portId, callback)</td>
|
|
255
|
+
<td style="padding:15px">Show port details</td>
|
|
256
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ports/{pathv1}?{query}</td>
|
|
257
|
+
<td style="padding:15px">Yes</td>
|
|
258
|
+
</tr>
|
|
259
|
+
<tr>
|
|
260
|
+
<td style="padding:15px">updatePort(portId, body, callback)</td>
|
|
261
|
+
<td style="padding:15px">Update port</td>
|
|
262
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ports/{pathv1}?{query}</td>
|
|
263
|
+
<td style="padding:15px">Yes</td>
|
|
264
|
+
</tr>
|
|
265
|
+
<tr>
|
|
266
|
+
<td style="padding:15px">deletePort(portId, callback)</td>
|
|
267
|
+
<td style="padding:15px">Delete port</td>
|
|
268
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ports/{pathv1}?{query}</td>
|
|
269
|
+
<td style="padding:15px">Yes</td>
|
|
270
|
+
</tr>
|
|
271
|
+
<tr>
|
|
272
|
+
<td style="padding:15px">listPorts(adminStateUp, bindingHostId, description, deviceId, deviceOwner, fixedIps, id, ipAllocation, macAddress, name, networkId, projectId, revisionNumber, sortDir, sortKey, status, tenantId, tags, tagsAny, notTags, notTagsAny, fields, macLearningEnabled, callback)</td>
|
|
273
|
+
<td style="padding:15px">List ports</td>
|
|
274
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ports?{query}</td>
|
|
275
|
+
<td style="padding:15px">Yes</td>
|
|
276
|
+
</tr>
|
|
277
|
+
<tr>
|
|
278
|
+
<td style="padding:15px">createPort(body, callback)</td>
|
|
279
|
+
<td style="padding:15px">Create port</td>
|
|
280
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ports?{query}</td>
|
|
281
|
+
<td style="padding:15px">Yes</td>
|
|
282
|
+
</tr>
|
|
283
|
+
<tr>
|
|
284
|
+
<td style="padding:15px">showSegmentDetails(segmentId, callback)</td>
|
|
285
|
+
<td style="padding:15px">Show segment details</td>
|
|
286
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/segments/{pathv1}?{query}</td>
|
|
287
|
+
<td style="padding:15px">Yes</td>
|
|
288
|
+
</tr>
|
|
289
|
+
<tr>
|
|
290
|
+
<td style="padding:15px">updateSegment(segmentId, body, callback)</td>
|
|
291
|
+
<td style="padding:15px">Update segment</td>
|
|
292
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/segments/{pathv1}?{query}</td>
|
|
293
|
+
<td style="padding:15px">Yes</td>
|
|
294
|
+
</tr>
|
|
295
|
+
<tr>
|
|
296
|
+
<td style="padding:15px">deleteSegment(segmentId, callback)</td>
|
|
297
|
+
<td style="padding:15px">Delete segment</td>
|
|
298
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/segments/{pathv1}?{query}</td>
|
|
299
|
+
<td style="padding:15px">Yes</td>
|
|
300
|
+
</tr>
|
|
301
|
+
<tr>
|
|
302
|
+
<td style="padding:15px">listSegments(id, networkId, physicalNetwork, networkType, revisionNumber, segmentationId, name, description, sortDir, sortKey, fields, callback)</td>
|
|
303
|
+
<td style="padding:15px">List segments</td>
|
|
304
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/segments?{query}</td>
|
|
305
|
+
<td style="padding:15px">Yes</td>
|
|
306
|
+
</tr>
|
|
307
|
+
<tr>
|
|
308
|
+
<td style="padding:15px">createSegment(body, callback)</td>
|
|
309
|
+
<td style="padding:15px">Create segment</td>
|
|
310
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/segments?{query}</td>
|
|
311
|
+
<td style="padding:15px">Yes</td>
|
|
312
|
+
</tr>
|
|
313
|
+
<tr>
|
|
314
|
+
<td style="padding:15px">listTrunks(adminStateUp, description, id, name, portId, revisionNumber, status, tenantId, projectId, sortDir, sortKey, tags, tagsAny, notTags, notTagsAny, callback)</td>
|
|
315
|
+
<td style="padding:15px">List trunks</td>
|
|
316
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks?{query}</td>
|
|
317
|
+
<td style="padding:15px">Yes</td>
|
|
318
|
+
</tr>
|
|
319
|
+
<tr>
|
|
320
|
+
<td style="padding:15px">createTrunk(body, callback)</td>
|
|
321
|
+
<td style="padding:15px">Create trunk</td>
|
|
322
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks?{query}</td>
|
|
323
|
+
<td style="padding:15px">Yes</td>
|
|
324
|
+
</tr>
|
|
325
|
+
<tr>
|
|
326
|
+
<td style="padding:15px">addSubportsToTrunk(trunkId, body, callback)</td>
|
|
327
|
+
<td style="padding:15px">Add subports to trunk</td>
|
|
328
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks/{pathv1}/add_subports?{query}</td>
|
|
329
|
+
<td style="padding:15px">Yes</td>
|
|
330
|
+
</tr>
|
|
331
|
+
<tr>
|
|
332
|
+
<td style="padding:15px">deleteSubportsFromTrunk(trunkId, body, callback)</td>
|
|
333
|
+
<td style="padding:15px">Delete subports from trunk</td>
|
|
334
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks/{pathv1}/remove_subports?{query}</td>
|
|
335
|
+
<td style="padding:15px">Yes</td>
|
|
336
|
+
</tr>
|
|
337
|
+
<tr>
|
|
338
|
+
<td style="padding:15px">listSubportsForTrunk(trunkId, callback)</td>
|
|
339
|
+
<td style="padding:15px">List subports for trunk</td>
|
|
340
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks/{pathv1}/get_subports?{query}</td>
|
|
341
|
+
<td style="padding:15px">Yes</td>
|
|
342
|
+
</tr>
|
|
343
|
+
<tr>
|
|
344
|
+
<td style="padding:15px">updateTrunk(trunkId, body, callback)</td>
|
|
345
|
+
<td style="padding:15px">Update trunk</td>
|
|
346
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks/{pathv1}?{query}</td>
|
|
347
|
+
<td style="padding:15px">Yes</td>
|
|
348
|
+
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td style="padding:15px">showTrunk(trunkId, callback)</td>
|
|
351
|
+
<td style="padding:15px">Show trunk</td>
|
|
352
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks/{pathv1}?{query}</td>
|
|
353
|
+
<td style="padding:15px">Yes</td>
|
|
354
|
+
</tr>
|
|
355
|
+
<tr>
|
|
356
|
+
<td style="padding:15px">deleteTrunk(trunkId, callback)</td>
|
|
357
|
+
<td style="padding:15px">Delete trunk</td>
|
|
358
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/trunks/{pathv1}?{query}</td>
|
|
359
|
+
<td style="padding:15px">Yes</td>
|
|
360
|
+
</tr>
|
|
361
|
+
<tr>
|
|
362
|
+
<td style="padding:15px">showAddressScope(fields, addressScopeId, callback)</td>
|
|
363
|
+
<td style="padding:15px">Show address scope</td>
|
|
364
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}</td>
|
|
365
|
+
<td style="padding:15px">Yes</td>
|
|
366
|
+
</tr>
|
|
367
|
+
<tr>
|
|
368
|
+
<td style="padding:15px">updateAnAddressScope(addressScopeId, body, callback)</td>
|
|
369
|
+
<td style="padding:15px">Update an address scope</td>
|
|
370
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}</td>
|
|
371
|
+
<td style="padding:15px">Yes</td>
|
|
372
|
+
</tr>
|
|
373
|
+
<tr>
|
|
374
|
+
<td style="padding:15px">deleteAnAddressScope(addressScopeId, callback)</td>
|
|
375
|
+
<td style="padding:15px">Delete an address scope</td>
|
|
376
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}</td>
|
|
377
|
+
<td style="padding:15px">Yes</td>
|
|
378
|
+
</tr>
|
|
379
|
+
<tr>
|
|
380
|
+
<td style="padding:15px">listAddressScopes(id, name, tenantId, projectId, ipVersion, shared, sortKey, fields, callback)</td>
|
|
381
|
+
<td style="padding:15px">List address scopes</td>
|
|
382
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-scopes?{query}</td>
|
|
383
|
+
<td style="padding:15px">Yes</td>
|
|
384
|
+
</tr>
|
|
385
|
+
<tr>
|
|
386
|
+
<td style="padding:15px">createAddressScope(body, callback)</td>
|
|
387
|
+
<td style="padding:15px">Create address scope</td>
|
|
388
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-scopes?{query}</td>
|
|
389
|
+
<td style="padding:15px">Yes</td>
|
|
390
|
+
</tr>
|
|
391
|
+
<tr>
|
|
392
|
+
<td style="padding:15px">showConntrackHelper(fields, routerId, conntrackHelperId, callback)</td>
|
|
393
|
+
<td style="padding:15px">Show conntrack helper</td>
|
|
394
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}</td>
|
|
395
|
+
<td style="padding:15px">Yes</td>
|
|
396
|
+
</tr>
|
|
397
|
+
<tr>
|
|
398
|
+
<td style="padding:15px">updateAConntrackHelper(routerId, conntrackHelperId, body, callback)</td>
|
|
399
|
+
<td style="padding:15px">Update a conntrack helper</td>
|
|
400
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}</td>
|
|
401
|
+
<td style="padding:15px">Yes</td>
|
|
402
|
+
</tr>
|
|
403
|
+
<tr>
|
|
404
|
+
<td style="padding:15px">deleteAConntrackHelper(routerId, conntrackHelperId, callback)</td>
|
|
405
|
+
<td style="padding:15px">Delete a conntrack helper</td>
|
|
406
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}</td>
|
|
407
|
+
<td style="padding:15px">Yes</td>
|
|
408
|
+
</tr>
|
|
409
|
+
<tr>
|
|
410
|
+
<td style="padding:15px">listRouterConntrackHelpers(id, helper, protocol, port, sortKey, sortDir, fields, routerId, callback)</td>
|
|
411
|
+
<td style="padding:15px">List router conntrack helpers</td>
|
|
412
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}</td>
|
|
413
|
+
<td style="padding:15px">Yes</td>
|
|
414
|
+
</tr>
|
|
415
|
+
<tr>
|
|
416
|
+
<td style="padding:15px">createConntrackHelper(routerId, body, callback)</td>
|
|
417
|
+
<td style="padding:15px">Create conntrack helper</td>
|
|
418
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}</td>
|
|
419
|
+
<td style="padding:15px">Yes</td>
|
|
420
|
+
</tr>
|
|
421
|
+
<tr>
|
|
422
|
+
<td style="padding:15px">listFloatingIPs(id, routerId, status, tenantId, projectId, revisionNumber, description, floatingNetworkId, fixedIpAddress, floatingIpAddress, portId, sortDir, sortKey, tags, tagsAny, notTags, notTagsAny, fields, callback)</td>
|
|
423
|
+
<td style="padding:15px">List floating IPs</td>
|
|
424
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips?{query}</td>
|
|
425
|
+
<td style="padding:15px">Yes</td>
|
|
426
|
+
</tr>
|
|
427
|
+
<tr>
|
|
428
|
+
<td style="padding:15px">createFloatingIP(body, callback)</td>
|
|
429
|
+
<td style="padding:15px">Create floating IP</td>
|
|
430
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips?{query}</td>
|
|
431
|
+
<td style="padding:15px">Yes</td>
|
|
432
|
+
</tr>
|
|
433
|
+
<tr>
|
|
434
|
+
<td style="padding:15px">showFloatingIPDetails(floatingipId, callback)</td>
|
|
435
|
+
<td style="padding:15px">Show floating IP details</td>
|
|
436
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}</td>
|
|
437
|
+
<td style="padding:15px">Yes</td>
|
|
438
|
+
</tr>
|
|
439
|
+
<tr>
|
|
440
|
+
<td style="padding:15px">updateFloatingIP(floatingipId, body, callback)</td>
|
|
441
|
+
<td style="padding:15px">Update floating IP</td>
|
|
442
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}</td>
|
|
443
|
+
<td style="padding:15px">Yes</td>
|
|
444
|
+
</tr>
|
|
445
|
+
<tr>
|
|
446
|
+
<td style="padding:15px">deleteFloatingIP(floatingipId, callback)</td>
|
|
447
|
+
<td style="padding:15px">Delete floating IP</td>
|
|
448
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}</td>
|
|
449
|
+
<td style="padding:15px">Yes</td>
|
|
450
|
+
</tr>
|
|
451
|
+
<tr>
|
|
452
|
+
<td style="padding:15px">listFloatingIPPools(callback)</td>
|
|
453
|
+
<td style="padding:15px">List floating IP Pools</td>
|
|
454
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingip_pools?{query}</td>
|
|
455
|
+
<td style="padding:15px">Yes</td>
|
|
456
|
+
</tr>
|
|
457
|
+
<tr>
|
|
458
|
+
<td style="padding:15px">showPortForwarding(fields, floatingipId, portForwardingId, callback)</td>
|
|
459
|
+
<td style="padding:15px">Show port forwarding</td>
|
|
460
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}</td>
|
|
461
|
+
<td style="padding:15px">Yes</td>
|
|
462
|
+
</tr>
|
|
463
|
+
<tr>
|
|
464
|
+
<td style="padding:15px">updateAPortForwarding(floatingipId, portForwardingId, body, callback)</td>
|
|
465
|
+
<td style="padding:15px">Update a port forwarding</td>
|
|
466
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}</td>
|
|
467
|
+
<td style="padding:15px">Yes</td>
|
|
468
|
+
</tr>
|
|
469
|
+
<tr>
|
|
470
|
+
<td style="padding:15px">deleteAFloatingIPPortForwarding(floatingipId, portForwardingId, callback)</td>
|
|
471
|
+
<td style="padding:15px">Delete a floating IP port forwarding</td>
|
|
472
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}</td>
|
|
473
|
+
<td style="padding:15px">Yes</td>
|
|
474
|
+
</tr>
|
|
475
|
+
<tr>
|
|
476
|
+
<td style="padding:15px">listFloatingIPPortForwardings(id, internalPortId, externalPort, externalPortRange, protocol, sortKey, sortDir, fields, floatingipId, callback)</td>
|
|
477
|
+
<td style="padding:15px">List floating IP port forwardings</td>
|
|
478
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings?{query}</td>
|
|
479
|
+
<td style="padding:15px">Yes</td>
|
|
480
|
+
</tr>
|
|
481
|
+
<tr>
|
|
482
|
+
<td style="padding:15px">createPortForwarding(floatingipId, body, callback)</td>
|
|
483
|
+
<td style="padding:15px">Create port forwarding</td>
|
|
484
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings?{query}</td>
|
|
485
|
+
<td style="padding:15px">Yes</td>
|
|
486
|
+
</tr>
|
|
487
|
+
<tr>
|
|
488
|
+
<td style="padding:15px">listRouters(id, tenantId, projectId, name, description, adminStateUp, revisionNumber, sortDir, sortKey, tags, tagsAny, notTags, notTagsAny, fields, callback)</td>
|
|
489
|
+
<td style="padding:15px">List routers</td>
|
|
490
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers?{query}</td>
|
|
491
|
+
<td style="padding:15px">Yes</td>
|
|
492
|
+
</tr>
|
|
493
|
+
<tr>
|
|
494
|
+
<td style="padding:15px">createRouter(body, callback)</td>
|
|
495
|
+
<td style="padding:15px">Create router</td>
|
|
496
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers?{query}</td>
|
|
497
|
+
<td style="padding:15px">Yes</td>
|
|
498
|
+
</tr>
|
|
499
|
+
<tr>
|
|
500
|
+
<td style="padding:15px">showRouterDetails(fields, routerId, callback)</td>
|
|
501
|
+
<td style="padding:15px">Show router details</td>
|
|
502
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}?{query}</td>
|
|
503
|
+
<td style="padding:15px">Yes</td>
|
|
504
|
+
</tr>
|
|
505
|
+
<tr>
|
|
506
|
+
<td style="padding:15px">updateRouter(routerId, body, callback)</td>
|
|
507
|
+
<td style="padding:15px">Update router</td>
|
|
508
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}?{query}</td>
|
|
509
|
+
<td style="padding:15px">Yes</td>
|
|
510
|
+
</tr>
|
|
511
|
+
<tr>
|
|
512
|
+
<td style="padding:15px">deleteRouter(routerId, callback)</td>
|
|
513
|
+
<td style="padding:15px">Delete router</td>
|
|
514
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}?{query}</td>
|
|
515
|
+
<td style="padding:15px">Yes</td>
|
|
516
|
+
</tr>
|
|
517
|
+
<tr>
|
|
518
|
+
<td style="padding:15px">addInterfaceToRouter(routerId, body, callback)</td>
|
|
519
|
+
<td style="padding:15px">Add interface to router</td>
|
|
520
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/add_router_interface?{query}</td>
|
|
521
|
+
<td style="padding:15px">Yes</td>
|
|
522
|
+
</tr>
|
|
523
|
+
<tr>
|
|
524
|
+
<td style="padding:15px">removeInterfaceFromRouter(routerId, body, callback)</td>
|
|
525
|
+
<td style="padding:15px">Remove interface from router</td>
|
|
526
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/remove_router_interface?{query}</td>
|
|
527
|
+
<td style="padding:15px">Yes</td>
|
|
528
|
+
</tr>
|
|
529
|
+
<tr>
|
|
530
|
+
<td style="padding:15px">addExtraRoutesToRouter(routerId, body, callback)</td>
|
|
531
|
+
<td style="padding:15px">Add extra routes to router</td>
|
|
532
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/add_extraroutes?{query}</td>
|
|
533
|
+
<td style="padding:15px">Yes</td>
|
|
534
|
+
</tr>
|
|
535
|
+
<tr>
|
|
536
|
+
<td style="padding:15px">removeExtraRoutesFromRouter(routerId, body, callback)</td>
|
|
537
|
+
<td style="padding:15px">Remove extra routes from router</td>
|
|
538
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/remove_extraroutes?{query}</td>
|
|
539
|
+
<td style="padding:15px">Yes</td>
|
|
540
|
+
</tr>
|
|
541
|
+
<tr>
|
|
542
|
+
<td style="padding:15px">listNdpProxies(id, tenantId, projectId, name, description, routerId, portId, ipAddress, revisionNumber, sortDir, sortKey, fields, callback)</td>
|
|
543
|
+
<td style="padding:15px">List ndp proxies</td>
|
|
544
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ndp_proxies?{query}</td>
|
|
545
|
+
<td style="padding:15px">Yes</td>
|
|
546
|
+
</tr>
|
|
547
|
+
<tr>
|
|
548
|
+
<td style="padding:15px">createNdpProxy(body, callback)</td>
|
|
549
|
+
<td style="padding:15px">Create ndp proxy</td>
|
|
550
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ndp_proxies?{query}</td>
|
|
551
|
+
<td style="padding:15px">Yes</td>
|
|
552
|
+
</tr>
|
|
553
|
+
<tr>
|
|
554
|
+
<td style="padding:15px">showNdpProxyDetails(fields, ndpProxyId, callback)</td>
|
|
555
|
+
<td style="padding:15px">Show ndp proxy details</td>
|
|
556
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}</td>
|
|
557
|
+
<td style="padding:15px">Yes</td>
|
|
558
|
+
</tr>
|
|
559
|
+
<tr>
|
|
560
|
+
<td style="padding:15px">updateANdpProxy(ndpProxyId, body, callback)</td>
|
|
561
|
+
<td style="padding:15px">Update a ndp proxy</td>
|
|
562
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}</td>
|
|
563
|
+
<td style="padding:15px">Yes</td>
|
|
564
|
+
</tr>
|
|
565
|
+
<tr>
|
|
566
|
+
<td style="padding:15px">deleteANdpProxy(ndpProxyId, callback)</td>
|
|
567
|
+
<td style="padding:15px">Delete a ndp proxy</td>
|
|
568
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}</td>
|
|
569
|
+
<td style="padding:15px">Yes</td>
|
|
570
|
+
</tr>
|
|
571
|
+
<tr>
|
|
572
|
+
<td style="padding:15px">showSubnetPool(fields, subnetpoolId, callback)</td>
|
|
573
|
+
<td style="padding:15px">Show subnet pool</td>
|
|
574
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}</td>
|
|
575
|
+
<td style="padding:15px">Yes</td>
|
|
576
|
+
</tr>
|
|
577
|
+
<tr>
|
|
578
|
+
<td style="padding:15px">updateSubnetPool(subnetpoolId, body, callback)</td>
|
|
579
|
+
<td style="padding:15px">Update subnet pool</td>
|
|
580
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}</td>
|
|
581
|
+
<td style="padding:15px">Yes</td>
|
|
582
|
+
</tr>
|
|
583
|
+
<tr>
|
|
584
|
+
<td style="padding:15px">deleteSubnetPool(subnetpoolId, callback)</td>
|
|
585
|
+
<td style="padding:15px">Delete subnet pool</td>
|
|
586
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}</td>
|
|
587
|
+
<td style="padding:15px">Yes</td>
|
|
588
|
+
</tr>
|
|
589
|
+
<tr>
|
|
590
|
+
<td style="padding:15px">listSubnetPools(id, name, defaultQuota, tenantId, projectId, minPrefixlen, addressScopeId, ipVersion, shared, defaultPrefixlen, maxPrefixlen, description, isDefault, revisionNumber, sortDir, sortKey, tags, tagsAny, notTags, notTagsAny, fields, callback)</td>
|
|
591
|
+
<td style="padding:15px">List subnet pools</td>
|
|
592
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnetpools?{query}</td>
|
|
593
|
+
<td style="padding:15px">Yes</td>
|
|
594
|
+
</tr>
|
|
595
|
+
<tr>
|
|
596
|
+
<td style="padding:15px">createSubnetPool(body, callback)</td>
|
|
597
|
+
<td style="padding:15px">Create subnet pool</td>
|
|
598
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnetpools?{query}</td>
|
|
599
|
+
<td style="padding:15px">Yes</td>
|
|
600
|
+
</tr>
|
|
601
|
+
<tr>
|
|
602
|
+
<td style="padding:15px">addPrefixes(subnetpoolId, body, callback)</td>
|
|
603
|
+
<td style="padding:15px">Add prefixes</td>
|
|
604
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnetpools/{pathv1}/add_prefixes?{query}</td>
|
|
605
|
+
<td style="padding:15px">Yes</td>
|
|
606
|
+
</tr>
|
|
607
|
+
<tr>
|
|
608
|
+
<td style="padding:15px">removePrefixes(subnetpoolId, body, callback)</td>
|
|
609
|
+
<td style="padding:15px">Remove prefixes</td>
|
|
610
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnetpools/{pathv1}/remove_prefixes?{query}</td>
|
|
611
|
+
<td style="padding:15px">Yes</td>
|
|
612
|
+
</tr>
|
|
613
|
+
<tr>
|
|
614
|
+
<td style="padding:15px">listSubnets(id, tenantId, projectId, name, enableDhcp, networkId, ipVersion, gatewayIp, cidr, description, ipv6AddressMode, ipv6RaMode, revisionNumber, segmentId, shared, sortDir, sortKey, subnetpoolId, tags, tagsAny, notTags, notTagsAny, dnsPublishFixedIp, fields, callback)</td>
|
|
615
|
+
<td style="padding:15px">List subnets</td>
|
|
616
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnets?{query}</td>
|
|
617
|
+
<td style="padding:15px">Yes</td>
|
|
618
|
+
</tr>
|
|
619
|
+
<tr>
|
|
620
|
+
<td style="padding:15px">createSubnet(body, callback)</td>
|
|
621
|
+
<td style="padding:15px">Create subnet</td>
|
|
622
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnets?{query}</td>
|
|
623
|
+
<td style="padding:15px">Yes</td>
|
|
624
|
+
</tr>
|
|
625
|
+
<tr>
|
|
626
|
+
<td style="padding:15px">showSubnetDetails(subnetId, callback)</td>
|
|
627
|
+
<td style="padding:15px">Show subnet details</td>
|
|
628
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnets/{pathv1}?{query}</td>
|
|
629
|
+
<td style="padding:15px">Yes</td>
|
|
630
|
+
</tr>
|
|
631
|
+
<tr>
|
|
632
|
+
<td style="padding:15px">updateSubnet(subnetId, body, callback)</td>
|
|
633
|
+
<td style="padding:15px">Update subnet</td>
|
|
634
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnets/{pathv1}?{query}</td>
|
|
635
|
+
<td style="padding:15px">Yes</td>
|
|
636
|
+
</tr>
|
|
637
|
+
<tr>
|
|
638
|
+
<td style="padding:15px">deleteSubnet(subnetId, callback)</td>
|
|
639
|
+
<td style="padding:15px">Delete subnet</td>
|
|
640
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/subnets/{pathv1}?{query}</td>
|
|
641
|
+
<td style="padding:15px">Yes</td>
|
|
642
|
+
</tr>
|
|
643
|
+
<tr>
|
|
644
|
+
<td style="padding:15px">listLocalIPs(id, name, description, projectId, localPortId, networkId, localIpAddress, ipMode, revisionNumber, sortDir, sortKey, fields, callback)</td>
|
|
645
|
+
<td style="padding:15px">List Local IPs</td>
|
|
646
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips?{query}</td>
|
|
647
|
+
<td style="padding:15px">Yes</td>
|
|
648
|
+
</tr>
|
|
649
|
+
<tr>
|
|
650
|
+
<td style="padding:15px">createLocalIP(body, callback)</td>
|
|
651
|
+
<td style="padding:15px">Create Local IP</td>
|
|
652
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips?{query}</td>
|
|
653
|
+
<td style="padding:15px">Yes</td>
|
|
654
|
+
</tr>
|
|
655
|
+
<tr>
|
|
656
|
+
<td style="padding:15px">showLocalIPDetails(fields, localIpId, callback)</td>
|
|
657
|
+
<td style="padding:15px">Show Local IP details</td>
|
|
658
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}</td>
|
|
659
|
+
<td style="padding:15px">Yes</td>
|
|
660
|
+
</tr>
|
|
661
|
+
<tr>
|
|
662
|
+
<td style="padding:15px">updateLocalIP(localIpId, body, callback)</td>
|
|
663
|
+
<td style="padding:15px">Update Local IP</td>
|
|
664
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}</td>
|
|
665
|
+
<td style="padding:15px">Yes</td>
|
|
666
|
+
</tr>
|
|
667
|
+
<tr>
|
|
668
|
+
<td style="padding:15px">deleteLocalIP(localIpId, callback)</td>
|
|
669
|
+
<td style="padding:15px">Delete Local IP</td>
|
|
670
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}</td>
|
|
671
|
+
<td style="padding:15px">Yes</td>
|
|
672
|
+
</tr>
|
|
673
|
+
<tr>
|
|
674
|
+
<td style="padding:15px">listLocalIPAssociations(fixedPortId, fixedIp, host, sortDir, sortKey, fields, localIpId, callback)</td>
|
|
675
|
+
<td style="padding:15px">List Local IP Associations</td>
|
|
676
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations?{query}</td>
|
|
677
|
+
<td style="padding:15px">Yes</td>
|
|
678
|
+
</tr>
|
|
679
|
+
<tr>
|
|
680
|
+
<td style="padding:15px">createLocalIPAssociation(localIpId, body, callback)</td>
|
|
681
|
+
<td style="padding:15px">Create Local IP Association</td>
|
|
682
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations?{query}</td>
|
|
683
|
+
<td style="padding:15px">Yes</td>
|
|
684
|
+
</tr>
|
|
685
|
+
<tr>
|
|
686
|
+
<td style="padding:15px">deleteLocalIPAssociation(localIpId, fixedPortId, callback)</td>
|
|
687
|
+
<td style="padding:15px">Delete Local IP Association</td>
|
|
688
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations/{pathv2}?{query}</td>
|
|
689
|
+
<td style="padding:15px">Yes</td>
|
|
690
|
+
</tr>
|
|
691
|
+
<tr>
|
|
692
|
+
<td style="padding:15px">showAddressGroup(fields, addressGroupId, callback)</td>
|
|
693
|
+
<td style="padding:15px">Show address group</td>
|
|
694
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}</td>
|
|
695
|
+
<td style="padding:15px">Yes</td>
|
|
696
|
+
</tr>
|
|
697
|
+
<tr>
|
|
698
|
+
<td style="padding:15px">createAddressGroup(addressGroupId, body, callback)</td>
|
|
699
|
+
<td style="padding:15px">Create address group</td>
|
|
700
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}</td>
|
|
701
|
+
<td style="padding:15px">Yes</td>
|
|
702
|
+
</tr>
|
|
703
|
+
<tr>
|
|
704
|
+
<td style="padding:15px">updateAnAddressGroup(addressGroupId, body, callback)</td>
|
|
705
|
+
<td style="padding:15px">Update an address group</td>
|
|
706
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}</td>
|
|
707
|
+
<td style="padding:15px">Yes</td>
|
|
708
|
+
</tr>
|
|
709
|
+
<tr>
|
|
710
|
+
<td style="padding:15px">deleteAnAddressGroup(addressGroupId, callback)</td>
|
|
711
|
+
<td style="padding:15px">Delete an address group</td>
|
|
712
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}</td>
|
|
713
|
+
<td style="padding:15px">Yes</td>
|
|
714
|
+
</tr>
|
|
715
|
+
<tr>
|
|
716
|
+
<td style="padding:15px">listAddressGroups(id, name, tenantId, projectId, sortKey, fields, callback)</td>
|
|
717
|
+
<td style="padding:15px">List address groups</td>
|
|
718
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-groups?{query}</td>
|
|
719
|
+
<td style="padding:15px">Yes</td>
|
|
720
|
+
</tr>
|
|
721
|
+
<tr>
|
|
722
|
+
<td style="padding:15px">addIPAddressesToAddressGroup(addressGroupId, body, callback)</td>
|
|
723
|
+
<td style="padding:15px">Add IP addresses to address group</td>
|
|
724
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-group/{pathv1}/add_addresses?{query}</td>
|
|
725
|
+
<td style="padding:15px">Yes</td>
|
|
726
|
+
</tr>
|
|
727
|
+
<tr>
|
|
728
|
+
<td style="padding:15px">removeIPAddressesToAddressGroup(addressGroupId, body, callback)</td>
|
|
729
|
+
<td style="padding:15px">Remove IP addresses to address group</td>
|
|
730
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/address-group/{pathv1}/remove_addresses?{query}</td>
|
|
731
|
+
<td style="padding:15px">Yes</td>
|
|
732
|
+
</tr>
|
|
733
|
+
<tr>
|
|
734
|
+
<td style="padding:15px">listFirewallGroups(fields, callback)</td>
|
|
735
|
+
<td style="padding:15px">List firewall groups</td>
|
|
736
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_groups?{query}</td>
|
|
737
|
+
<td style="padding:15px">Yes</td>
|
|
738
|
+
</tr>
|
|
739
|
+
<tr>
|
|
740
|
+
<td style="padding:15px">createFirewallGroup(body, callback)</td>
|
|
741
|
+
<td style="padding:15px">Create firewall group</td>
|
|
742
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_groups?{query}</td>
|
|
743
|
+
<td style="padding:15px">Yes</td>
|
|
744
|
+
</tr>
|
|
745
|
+
<tr>
|
|
746
|
+
<td style="padding:15px">showFirewallGroupDetails(firewallGroupId, callback)</td>
|
|
747
|
+
<td style="padding:15px">Show firewall group details</td>
|
|
748
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}</td>
|
|
749
|
+
<td style="padding:15px">Yes</td>
|
|
750
|
+
</tr>
|
|
751
|
+
<tr>
|
|
752
|
+
<td style="padding:15px">updateFirewallGroup(firewallGroupId, body, callback)</td>
|
|
753
|
+
<td style="padding:15px">Update firewall group</td>
|
|
754
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}</td>
|
|
755
|
+
<td style="padding:15px">Yes</td>
|
|
756
|
+
</tr>
|
|
757
|
+
<tr>
|
|
758
|
+
<td style="padding:15px">deleteFirewallGroup(firewallGroupId, callback)</td>
|
|
759
|
+
<td style="padding:15px">Delete firewall group</td>
|
|
760
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}</td>
|
|
761
|
+
<td style="padding:15px">Yes</td>
|
|
762
|
+
</tr>
|
|
763
|
+
<tr>
|
|
764
|
+
<td style="padding:15px">listFirewallPolicies(fields, callback)</td>
|
|
765
|
+
<td style="padding:15px">List firewall policies</td>
|
|
766
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_policies?{query}</td>
|
|
767
|
+
<td style="padding:15px">Yes</td>
|
|
768
|
+
</tr>
|
|
769
|
+
<tr>
|
|
770
|
+
<td style="padding:15px">createFirewallPolicy(body, callback)</td>
|
|
771
|
+
<td style="padding:15px">Create firewall policy</td>
|
|
772
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_policies?{query}</td>
|
|
773
|
+
<td style="padding:15px">Yes</td>
|
|
774
|
+
</tr>
|
|
775
|
+
<tr>
|
|
776
|
+
<td style="padding:15px">showFirewallPolicyDetails(firewallPolicyId, callback)</td>
|
|
777
|
+
<td style="padding:15px">Show firewall policy details</td>
|
|
778
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}</td>
|
|
779
|
+
<td style="padding:15px">Yes</td>
|
|
780
|
+
</tr>
|
|
781
|
+
<tr>
|
|
782
|
+
<td style="padding:15px">updateFirewallPolicy(firewallPolicyId, body, callback)</td>
|
|
783
|
+
<td style="padding:15px">Update firewall policy</td>
|
|
784
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}</td>
|
|
785
|
+
<td style="padding:15px">Yes</td>
|
|
786
|
+
</tr>
|
|
787
|
+
<tr>
|
|
788
|
+
<td style="padding:15px">deleteFirewallPolicy(firewallPolicyId, callback)</td>
|
|
789
|
+
<td style="padding:15px">Delete firewall policy</td>
|
|
790
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}</td>
|
|
791
|
+
<td style="padding:15px">Yes</td>
|
|
792
|
+
</tr>
|
|
793
|
+
<tr>
|
|
794
|
+
<td style="padding:15px">listFirewallRules(fields, callback)</td>
|
|
795
|
+
<td style="padding:15px">List firewall rules</td>
|
|
796
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_rules?{query}</td>
|
|
797
|
+
<td style="padding:15px">Yes</td>
|
|
798
|
+
</tr>
|
|
799
|
+
<tr>
|
|
800
|
+
<td style="padding:15px">createFirewallRule(body, callback)</td>
|
|
801
|
+
<td style="padding:15px">Create firewall rule</td>
|
|
802
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_rules?{query}</td>
|
|
803
|
+
<td style="padding:15px">Yes</td>
|
|
804
|
+
</tr>
|
|
805
|
+
<tr>
|
|
806
|
+
<td style="padding:15px">showFirewallRuleDetails(firewallRuleId, callback)</td>
|
|
807
|
+
<td style="padding:15px">Show firewall rule details</td>
|
|
808
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}</td>
|
|
809
|
+
<td style="padding:15px">Yes</td>
|
|
810
|
+
</tr>
|
|
811
|
+
<tr>
|
|
812
|
+
<td style="padding:15px">updateFirewallRule(firewallRuleId, body, callback)</td>
|
|
813
|
+
<td style="padding:15px">Update firewall rule</td>
|
|
814
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}</td>
|
|
815
|
+
<td style="padding:15px">Yes</td>
|
|
816
|
+
</tr>
|
|
817
|
+
<tr>
|
|
818
|
+
<td style="padding:15px">deleteFirewallRule(firewallRuleId, callback)</td>
|
|
819
|
+
<td style="padding:15px">Delete firewall rule</td>
|
|
820
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}</td>
|
|
821
|
+
<td style="padding:15px">Yes</td>
|
|
822
|
+
</tr>
|
|
823
|
+
<tr>
|
|
824
|
+
<td style="padding:15px">insertRuleIntoAFirewallPolicy(firewallPolicyId, body, callback)</td>
|
|
825
|
+
<td style="padding:15px">Insert rule into a firewall policy</td>
|
|
826
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}/insert_rule?{query}</td>
|
|
827
|
+
<td style="padding:15px">Yes</td>
|
|
828
|
+
</tr>
|
|
829
|
+
<tr>
|
|
830
|
+
<td style="padding:15px">removeRuleFromFirewallPolicy(firewallPolicyId, body, callback)</td>
|
|
831
|
+
<td style="padding:15px">Remove rule from firewall policy</td>
|
|
832
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}/remove_rule?{query}</td>
|
|
833
|
+
<td style="padding:15px">Yes</td>
|
|
834
|
+
</tr>
|
|
835
|
+
<tr>
|
|
836
|
+
<td style="padding:15px">showRBACPolicyDetails(rbacPolicyId, callback)</td>
|
|
837
|
+
<td style="padding:15px">Show RBAC policy details</td>
|
|
838
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}</td>
|
|
839
|
+
<td style="padding:15px">Yes</td>
|
|
840
|
+
</tr>
|
|
841
|
+
<tr>
|
|
842
|
+
<td style="padding:15px">updateRBACPolicy(rbacPolicyId, body, callback)</td>
|
|
843
|
+
<td style="padding:15px">Update RBAC policy</td>
|
|
844
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}</td>
|
|
845
|
+
<td style="padding:15px">Yes</td>
|
|
846
|
+
</tr>
|
|
847
|
+
<tr>
|
|
848
|
+
<td style="padding:15px">deleteRBACPolicy(rbacPolicyId, callback)</td>
|
|
849
|
+
<td style="padding:15px">Delete RBAC policy</td>
|
|
850
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}</td>
|
|
851
|
+
<td style="padding:15px">Yes</td>
|
|
852
|
+
</tr>
|
|
853
|
+
<tr>
|
|
854
|
+
<td style="padding:15px">listRBACPolicies(targetTenant, tenantId, objectType, objectId, action, projectId, id, sortDir, sortKey, fields, callback)</td>
|
|
855
|
+
<td style="padding:15px">List RBAC policies</td>
|
|
856
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/rbac-policies?{query}</td>
|
|
857
|
+
<td style="padding:15px">Yes</td>
|
|
858
|
+
</tr>
|
|
859
|
+
<tr>
|
|
860
|
+
<td style="padding:15px">createRBACPolicy(body, callback)</td>
|
|
861
|
+
<td style="padding:15px">Create RBAC policy</td>
|
|
862
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/rbac-policies?{query}</td>
|
|
863
|
+
<td style="padding:15px">Yes</td>
|
|
864
|
+
</tr>
|
|
865
|
+
<tr>
|
|
866
|
+
<td style="padding:15px">listSecurityGroupRules(remoteGroupId, direction, protocol, ethertype, portRangeMax, securityGroupId, tenantId, projectId, portRangeMin, remoteIpPrefix, revisionNumber, id, description, sortDir, sortKey, fields, callback)</td>
|
|
867
|
+
<td style="padding:15px">List security group rules</td>
|
|
868
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-group-rules?{query}</td>
|
|
869
|
+
<td style="padding:15px">Yes</td>
|
|
870
|
+
</tr>
|
|
871
|
+
<tr>
|
|
872
|
+
<td style="padding:15px">createSecurityGroupRule(body, callback)</td>
|
|
873
|
+
<td style="padding:15px">Create security group rule</td>
|
|
874
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-group-rules?{query}</td>
|
|
875
|
+
<td style="padding:15px">Yes</td>
|
|
876
|
+
</tr>
|
|
877
|
+
<tr>
|
|
878
|
+
<td style="padding:15px">showSecurityGroupRule(verbose, fields, securityGroupRuleId, callback)</td>
|
|
879
|
+
<td style="padding:15px">Show security group rule</td>
|
|
880
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}</td>
|
|
881
|
+
<td style="padding:15px">Yes</td>
|
|
882
|
+
</tr>
|
|
883
|
+
<tr>
|
|
884
|
+
<td style="padding:15px">deleteSecurityGroupRule(securityGroupRuleId, callback)</td>
|
|
885
|
+
<td style="padding:15px">Delete security group rule</td>
|
|
886
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}</td>
|
|
887
|
+
<td style="padding:15px">Yes</td>
|
|
888
|
+
</tr>
|
|
889
|
+
<tr>
|
|
890
|
+
<td style="padding:15px">listSecurityGroups(id, tenantId, projectId, revisionNumber, name, description, sortDir, sortKey, shared, tags, tagsAny, notTags, notTagsAny, fields, callback)</td>
|
|
891
|
+
<td style="padding:15px">List security groups</td>
|
|
892
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-groups?{query}</td>
|
|
893
|
+
<td style="padding:15px">Yes</td>
|
|
894
|
+
</tr>
|
|
895
|
+
<tr>
|
|
896
|
+
<td style="padding:15px">createSecurityGroup(body, callback)</td>
|
|
897
|
+
<td style="padding:15px">Create security group</td>
|
|
898
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-groups?{query}</td>
|
|
899
|
+
<td style="padding:15px">Yes</td>
|
|
900
|
+
</tr>
|
|
901
|
+
<tr>
|
|
902
|
+
<td style="padding:15px">showSecurityGroup(verbose, fields, securityGroupId, callback)</td>
|
|
903
|
+
<td style="padding:15px">Show security group</td>
|
|
904
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}</td>
|
|
905
|
+
<td style="padding:15px">Yes</td>
|
|
906
|
+
</tr>
|
|
907
|
+
<tr>
|
|
908
|
+
<td style="padding:15px">updateSecurityGroup(securityGroupId, body, callback)</td>
|
|
909
|
+
<td style="padding:15px">Update security group</td>
|
|
910
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}</td>
|
|
911
|
+
<td style="padding:15px">Yes</td>
|
|
912
|
+
</tr>
|
|
913
|
+
<tr>
|
|
914
|
+
<td style="padding:15px">deleteSecurityGroup(securityGroupId, callback)</td>
|
|
915
|
+
<td style="padding:15px">Delete security group</td>
|
|
916
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}</td>
|
|
917
|
+
<td style="padding:15px">Yes</td>
|
|
918
|
+
</tr>
|
|
919
|
+
<tr>
|
|
920
|
+
<td style="padding:15px">listIKEPolicies(fields, callback)</td>
|
|
921
|
+
<td style="padding:15px">List IKE policies</td>
|
|
922
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ikepolicies?{query}</td>
|
|
923
|
+
<td style="padding:15px">Yes</td>
|
|
924
|
+
</tr>
|
|
925
|
+
<tr>
|
|
926
|
+
<td style="padding:15px">createIKEPolicy(body, callback)</td>
|
|
927
|
+
<td style="padding:15px">Create IKE policy</td>
|
|
928
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ikepolicies?{query}</td>
|
|
929
|
+
<td style="padding:15px">Yes</td>
|
|
930
|
+
</tr>
|
|
931
|
+
<tr>
|
|
932
|
+
<td style="padding:15px">showIKEPolicyDetails(ikepolicyId, callback)</td>
|
|
933
|
+
<td style="padding:15px">Show IKE policy details</td>
|
|
934
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}</td>
|
|
935
|
+
<td style="padding:15px">Yes</td>
|
|
936
|
+
</tr>
|
|
937
|
+
<tr>
|
|
938
|
+
<td style="padding:15px">updateIKEPolicy(ikepolicyId, body, callback)</td>
|
|
939
|
+
<td style="padding:15px">Update IKE policy</td>
|
|
940
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}</td>
|
|
941
|
+
<td style="padding:15px">Yes</td>
|
|
942
|
+
</tr>
|
|
943
|
+
<tr>
|
|
944
|
+
<td style="padding:15px">removeIKEPolicy(ikepolicyId, callback)</td>
|
|
945
|
+
<td style="padding:15px">Remove IKE policy</td>
|
|
946
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}</td>
|
|
947
|
+
<td style="padding:15px">Yes</td>
|
|
948
|
+
</tr>
|
|
949
|
+
<tr>
|
|
950
|
+
<td style="padding:15px">listIPsecPolicies(fields, callback)</td>
|
|
951
|
+
<td style="padding:15px">List IPsec policies</td>
|
|
952
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsecpolicies?{query}</td>
|
|
953
|
+
<td style="padding:15px">Yes</td>
|
|
954
|
+
</tr>
|
|
955
|
+
<tr>
|
|
956
|
+
<td style="padding:15px">createIPsecPolicy(body, callback)</td>
|
|
957
|
+
<td style="padding:15px">Create IPsec policy</td>
|
|
958
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsecpolicies?{query}</td>
|
|
959
|
+
<td style="padding:15px">Yes</td>
|
|
960
|
+
</tr>
|
|
961
|
+
<tr>
|
|
962
|
+
<td style="padding:15px">showIPsecPolicy(ipsecpolicyId, callback)</td>
|
|
963
|
+
<td style="padding:15px">Show IPsec policy</td>
|
|
964
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}</td>
|
|
965
|
+
<td style="padding:15px">Yes</td>
|
|
966
|
+
</tr>
|
|
967
|
+
<tr>
|
|
968
|
+
<td style="padding:15px">updateIPsecPolicy(ipsecpolicyId, body, callback)</td>
|
|
969
|
+
<td style="padding:15px">Update IPsec policy</td>
|
|
970
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}</td>
|
|
971
|
+
<td style="padding:15px">Yes</td>
|
|
972
|
+
</tr>
|
|
973
|
+
<tr>
|
|
974
|
+
<td style="padding:15px">removeIPsecPolicy(ipsecpolicyId, callback)</td>
|
|
975
|
+
<td style="padding:15px">Remove IPsec policy</td>
|
|
976
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}</td>
|
|
977
|
+
<td style="padding:15px">Yes</td>
|
|
978
|
+
</tr>
|
|
979
|
+
<tr>
|
|
980
|
+
<td style="padding:15px">listIPsecConnections(fields, callback)</td>
|
|
981
|
+
<td style="padding:15px">List IPsec connections</td>
|
|
982
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsec-site-connections?{query}</td>
|
|
983
|
+
<td style="padding:15px">Yes</td>
|
|
984
|
+
</tr>
|
|
985
|
+
<tr>
|
|
986
|
+
<td style="padding:15px">createIPsecConnection(body, callback)</td>
|
|
987
|
+
<td style="padding:15px">Create IPsec connection</td>
|
|
988
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsec-site-connections?{query}</td>
|
|
989
|
+
<td style="padding:15px">Yes</td>
|
|
990
|
+
</tr>
|
|
991
|
+
<tr>
|
|
992
|
+
<td style="padding:15px">showIPsecConnection(connectionId, callback)</td>
|
|
993
|
+
<td style="padding:15px">Show IPsec connection</td>
|
|
994
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}</td>
|
|
995
|
+
<td style="padding:15px">Yes</td>
|
|
996
|
+
</tr>
|
|
997
|
+
<tr>
|
|
998
|
+
<td style="padding:15px">updateIPsecConnection(connectionId, body, callback)</td>
|
|
999
|
+
<td style="padding:15px">Update IPsec connection</td>
|
|
1000
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}</td>
|
|
1001
|
+
<td style="padding:15px">Yes</td>
|
|
1002
|
+
</tr>
|
|
1003
|
+
<tr>
|
|
1004
|
+
<td style="padding:15px">removeIPsecConnection(connectionId, callback)</td>
|
|
1005
|
+
<td style="padding:15px">Remove IPsec connection</td>
|
|
1006
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}</td>
|
|
1007
|
+
<td style="padding:15px">Yes</td>
|
|
1008
|
+
</tr>
|
|
1009
|
+
<tr>
|
|
1010
|
+
<td style="padding:15px">listVPNEndpointGroups(fields, callback)</td>
|
|
1011
|
+
<td style="padding:15px">List VPN endpoint groups</td>
|
|
1012
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/endpoint-groups?{query}</td>
|
|
1013
|
+
<td style="padding:15px">Yes</td>
|
|
1014
|
+
</tr>
|
|
1015
|
+
<tr>
|
|
1016
|
+
<td style="padding:15px">createVPNEndpointGroup(body, callback)</td>
|
|
1017
|
+
<td style="padding:15px">Create VPN endpoint group</td>
|
|
1018
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/endpoint-groups?{query}</td>
|
|
1019
|
+
<td style="padding:15px">Yes</td>
|
|
1020
|
+
</tr>
|
|
1021
|
+
<tr>
|
|
1022
|
+
<td style="padding:15px">showVPNEndpointGroup(endpointGroupId, callback)</td>
|
|
1023
|
+
<td style="padding:15px">Show VPN endpoint group</td>
|
|
1024
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}</td>
|
|
1025
|
+
<td style="padding:15px">Yes</td>
|
|
1026
|
+
</tr>
|
|
1027
|
+
<tr>
|
|
1028
|
+
<td style="padding:15px">updateVPNEndpointGroup(endpointGroupId, body, callback)</td>
|
|
1029
|
+
<td style="padding:15px">Update VPN endpoint group</td>
|
|
1030
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}</td>
|
|
1031
|
+
<td style="padding:15px">Yes</td>
|
|
1032
|
+
</tr>
|
|
1033
|
+
<tr>
|
|
1034
|
+
<td style="padding:15px">removeVPNEndpointGroup(endpointGroupId, callback)</td>
|
|
1035
|
+
<td style="padding:15px">Remove VPN endpoint group</td>
|
|
1036
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}</td>
|
|
1037
|
+
<td style="padding:15px">Yes</td>
|
|
1038
|
+
</tr>
|
|
1039
|
+
<tr>
|
|
1040
|
+
<td style="padding:15px">listVPNServices(fields, callback)</td>
|
|
1041
|
+
<td style="padding:15px">List VPN services</td>
|
|
1042
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/vpnservices?{query}</td>
|
|
1043
|
+
<td style="padding:15px">Yes</td>
|
|
1044
|
+
</tr>
|
|
1045
|
+
<tr>
|
|
1046
|
+
<td style="padding:15px">createVPNService(body, callback)</td>
|
|
1047
|
+
<td style="padding:15px">Create VPN service</td>
|
|
1048
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/vpnservices?{query}</td>
|
|
1049
|
+
<td style="padding:15px">Yes</td>
|
|
1050
|
+
</tr>
|
|
1051
|
+
<tr>
|
|
1052
|
+
<td style="padding:15px">showVPNServiceDetails(serviceId, callback)</td>
|
|
1053
|
+
<td style="padding:15px">Show VPN service details</td>
|
|
1054
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}</td>
|
|
1055
|
+
<td style="padding:15px">Yes</td>
|
|
1056
|
+
</tr>
|
|
1057
|
+
<tr>
|
|
1058
|
+
<td style="padding:15px">updateVPNService(serviceId, body, callback)</td>
|
|
1059
|
+
<td style="padding:15px">Update VPN service</td>
|
|
1060
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}</td>
|
|
1061
|
+
<td style="padding:15px">Yes</td>
|
|
1062
|
+
</tr>
|
|
1063
|
+
<tr>
|
|
1064
|
+
<td style="padding:15px">removeVPNService(serviceId, callback)</td>
|
|
1065
|
+
<td style="padding:15px">Remove VPN service</td>
|
|
1066
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}</td>
|
|
1067
|
+
<td style="padding:15px">Yes</td>
|
|
1068
|
+
</tr>
|
|
1069
|
+
<tr>
|
|
1070
|
+
<td style="padding:15px">listFlavors(id, serviceType, name, description, enabled, sortDir, sortKey, fields, callback)</td>
|
|
1071
|
+
<td style="padding:15px">List flavors</td>
|
|
1072
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/flavors?{query}</td>
|
|
1073
|
+
<td style="padding:15px">Yes</td>
|
|
1074
|
+
</tr>
|
|
1075
|
+
<tr>
|
|
1076
|
+
<td style="padding:15px">createFlavor(body, callback)</td>
|
|
1077
|
+
<td style="padding:15px">Create flavor</td>
|
|
1078
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/flavors?{query}</td>
|
|
1079
|
+
<td style="padding:15px">Yes</td>
|
|
1080
|
+
</tr>
|
|
1081
|
+
<tr>
|
|
1082
|
+
<td style="padding:15px">showFlavorDetails(flavorId, callback)</td>
|
|
1083
|
+
<td style="padding:15px">Show flavor details</td>
|
|
1084
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/flavors/{pathv1}?{query}</td>
|
|
1085
|
+
<td style="padding:15px">Yes</td>
|
|
1086
|
+
</tr>
|
|
1087
|
+
<tr>
|
|
1088
|
+
<td style="padding:15px">updateFlavor(flavorId, body, callback)</td>
|
|
1089
|
+
<td style="padding:15px">Update flavor</td>
|
|
1090
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/flavors/{pathv1}?{query}</td>
|
|
1091
|
+
<td style="padding:15px">Yes</td>
|
|
1092
|
+
</tr>
|
|
1093
|
+
<tr>
|
|
1094
|
+
<td style="padding:15px">deleteFlavor(flavorId, callback)</td>
|
|
1095
|
+
<td style="padding:15px">Delete flavor</td>
|
|
1096
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/flavors/{pathv1}?{query}</td>
|
|
1097
|
+
<td style="padding:15px">Yes</td>
|
|
1098
|
+
</tr>
|
|
1099
|
+
<tr>
|
|
1100
|
+
<td style="padding:15px">associateFlavorWithAServiceProfile(flavorId, body, callback)</td>
|
|
1101
|
+
<td style="padding:15px">Associate flavor with a service profile</td>
|
|
1102
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles?{query}</td>
|
|
1103
|
+
<td style="padding:15px">Yes</td>
|
|
1104
|
+
</tr>
|
|
1105
|
+
<tr>
|
|
1106
|
+
<td style="padding:15px">disassociateAFlavor(profileId, flavorId, callback)</td>
|
|
1107
|
+
<td style="padding:15px">Disassociate a flavor.</td>
|
|
1108
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles/{pathv2}?{query}</td>
|
|
1109
|
+
<td style="padding:15px">Yes</td>
|
|
1110
|
+
</tr>
|
|
1111
|
+
<tr>
|
|
1112
|
+
<td style="padding:15px">listServiceProfiles(id, enabled, driver, description, sortDir, sortKey, callback)</td>
|
|
1113
|
+
<td style="padding:15px">List service profiles</td>
|
|
1114
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/service_profiles?{query}</td>
|
|
1115
|
+
<td style="padding:15px">Yes</td>
|
|
1116
|
+
</tr>
|
|
1117
|
+
<tr>
|
|
1118
|
+
<td style="padding:15px">createServiceProfile(body, callback)</td>
|
|
1119
|
+
<td style="padding:15px">Create service profile</td>
|
|
1120
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/service_profiles?{query}</td>
|
|
1121
|
+
<td style="padding:15px">Yes</td>
|
|
1122
|
+
</tr>
|
|
1123
|
+
<tr>
|
|
1124
|
+
<td style="padding:15px">showServiceProfileDetails(profileId, callback)</td>
|
|
1125
|
+
<td style="padding:15px">Show service profile details</td>
|
|
1126
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}</td>
|
|
1127
|
+
<td style="padding:15px">Yes</td>
|
|
1128
|
+
</tr>
|
|
1129
|
+
<tr>
|
|
1130
|
+
<td style="padding:15px">updateServiceProfile(profileId, body, callback)</td>
|
|
1131
|
+
<td style="padding:15px">Update service profile</td>
|
|
1132
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}</td>
|
|
1133
|
+
<td style="padding:15px">Yes</td>
|
|
1134
|
+
</tr>
|
|
1135
|
+
<tr>
|
|
1136
|
+
<td style="padding:15px">deleteServiceProfile(profileId, callback)</td>
|
|
1137
|
+
<td style="padding:15px">Delete service profile</td>
|
|
1138
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}</td>
|
|
1139
|
+
<td style="padding:15px">Yes</td>
|
|
1140
|
+
</tr>
|
|
1141
|
+
<tr>
|
|
1142
|
+
<td style="padding:15px">listMeteringLabels(description, tenantId, projectId, shared, id, name, sortDir, sortKey, fields, callback)</td>
|
|
1143
|
+
<td style="padding:15px">List metering labels</td>
|
|
1144
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-labels?{query}</td>
|
|
1145
|
+
<td style="padding:15px">Yes</td>
|
|
1146
|
+
</tr>
|
|
1147
|
+
<tr>
|
|
1148
|
+
<td style="padding:15px">createMeteringLabel(body, callback)</td>
|
|
1149
|
+
<td style="padding:15px">Create metering label</td>
|
|
1150
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-labels?{query}</td>
|
|
1151
|
+
<td style="padding:15px">Yes</td>
|
|
1152
|
+
</tr>
|
|
1153
|
+
<tr>
|
|
1154
|
+
<td style="padding:15px">showMeteringLabelDetails(meteringLabelId, callback)</td>
|
|
1155
|
+
<td style="padding:15px">Show metering label details</td>
|
|
1156
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}</td>
|
|
1157
|
+
<td style="padding:15px">Yes</td>
|
|
1158
|
+
</tr>
|
|
1159
|
+
<tr>
|
|
1160
|
+
<td style="padding:15px">deleteMeteringLabel(meteringLabelId, callback)</td>
|
|
1161
|
+
<td style="padding:15px">Delete metering label</td>
|
|
1162
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}</td>
|
|
1163
|
+
<td style="padding:15px">Yes</td>
|
|
1164
|
+
</tr>
|
|
1165
|
+
<tr>
|
|
1166
|
+
<td style="padding:15px">listMeteringLabelRules(direction, remoteIpPrefix, sourceIpPrefix, destinationIpPrefix, excluded, meteringLabelId, id, sortDir, sortKey, fields, callback)</td>
|
|
1167
|
+
<td style="padding:15px">List metering label rules</td>
|
|
1168
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-label-rules?{query}</td>
|
|
1169
|
+
<td style="padding:15px">Yes</td>
|
|
1170
|
+
</tr>
|
|
1171
|
+
<tr>
|
|
1172
|
+
<td style="padding:15px">createMeteringLabelRule(sourceIpPrefix, destinationIpPrefix, body, callback)</td>
|
|
1173
|
+
<td style="padding:15px">Create metering label rule</td>
|
|
1174
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-label-rules?{query}</td>
|
|
1175
|
+
<td style="padding:15px">Yes</td>
|
|
1176
|
+
</tr>
|
|
1177
|
+
<tr>
|
|
1178
|
+
<td style="padding:15px">showMeteringLabelRuleDetails(meteringLabelRuleId, callback)</td>
|
|
1179
|
+
<td style="padding:15px">Show metering label rule details</td>
|
|
1180
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}</td>
|
|
1181
|
+
<td style="padding:15px">Yes</td>
|
|
1182
|
+
</tr>
|
|
1183
|
+
<tr>
|
|
1184
|
+
<td style="padding:15px">deleteMeteringLabelRule(meteringLabelRuleId, callback)</td>
|
|
1185
|
+
<td style="padding:15px">Delete metering label rule</td>
|
|
1186
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}</td>
|
|
1187
|
+
<td style="padding:15px">Yes</td>
|
|
1188
|
+
</tr>
|
|
1189
|
+
<tr>
|
|
1190
|
+
<td style="padding:15px">showNetworkIPAvailability(networkId, callback)</td>
|
|
1191
|
+
<td style="padding:15px">Show Network IP Availability</td>
|
|
1192
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/network-ip-availabilities/{pathv1}?{query}</td>
|
|
1193
|
+
<td style="padding:15px">Yes</td>
|
|
1194
|
+
</tr>
|
|
1195
|
+
<tr>
|
|
1196
|
+
<td style="padding:15px">listNetworkIPAvailability(networkId, networkName, tenantId, projectId, ipVersion, callback)</td>
|
|
1197
|
+
<td style="padding:15px">List Network IP Availability</td>
|
|
1198
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/network-ip-availabilities?{query}</td>
|
|
1199
|
+
<td style="padding:15px">Yes</td>
|
|
1200
|
+
</tr>
|
|
1201
|
+
<tr>
|
|
1202
|
+
<td style="padding:15px">listQuotasForProjectsWithNonDefaultQuotaValues(callback)</td>
|
|
1203
|
+
<td style="padding:15px">List quotas for projects with non-default quota values</td>
|
|
1204
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/quotas?{query}</td>
|
|
1205
|
+
<td style="padding:15px">Yes</td>
|
|
1206
|
+
</tr>
|
|
1207
|
+
<tr>
|
|
1208
|
+
<td style="padding:15px">listQuotasForAProject(projectId, callback)</td>
|
|
1209
|
+
<td style="padding:15px">List quotas for a project</td>
|
|
1210
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/quotas/{pathv1}?{query}</td>
|
|
1211
|
+
<td style="padding:15px">Yes</td>
|
|
1212
|
+
</tr>
|
|
1213
|
+
<tr>
|
|
1214
|
+
<td style="padding:15px">updateQuotaForAProject(projectId, body, callback)</td>
|
|
1215
|
+
<td style="padding:15px">Update quota for a project</td>
|
|
1216
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/quotas/{pathv1}?{query}</td>
|
|
1217
|
+
<td style="padding:15px">Yes</td>
|
|
1218
|
+
</tr>
|
|
1219
|
+
<tr>
|
|
1220
|
+
<td style="padding:15px">resetQuotaForAProject(projectId, callback)</td>
|
|
1221
|
+
<td style="padding:15px">Reset quota for a project</td>
|
|
1222
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/quotas/{pathv1}?{query}</td>
|
|
1223
|
+
<td style="padding:15px">Yes</td>
|
|
1224
|
+
</tr>
|
|
1225
|
+
<tr>
|
|
1226
|
+
<td style="padding:15px">listDefaultQuotasForAProject(projectId, callback)</td>
|
|
1227
|
+
<td style="padding:15px">List default quotas for a project</td>
|
|
1228
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/quotas/{pathv1}/default?{query}</td>
|
|
1229
|
+
<td style="padding:15px">Yes</td>
|
|
1230
|
+
</tr>
|
|
1231
|
+
<tr>
|
|
1232
|
+
<td style="padding:15px">showQuotaDetailsForATenant(projectId, callback)</td>
|
|
1233
|
+
<td style="padding:15px">Show quota details for a tenant</td>
|
|
1234
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/quotas/{pathv1}/details.json?{query}</td>
|
|
1235
|
+
<td style="padding:15px">Yes</td>
|
|
1236
|
+
</tr>
|
|
1237
|
+
<tr>
|
|
1238
|
+
<td style="padding:15px">listServiceProviders(fields, callback)</td>
|
|
1239
|
+
<td style="padding:15px">List service providers</td>
|
|
1240
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/service-providers?{query}</td>
|
|
1241
|
+
<td style="padding:15px">Yes</td>
|
|
1242
|
+
</tr>
|
|
1243
|
+
<tr>
|
|
1244
|
+
<td style="padding:15px">replaceAllTags(resourceType, resourceId, body, callback)</td>
|
|
1245
|
+
<td style="padding:15px">Replace all tags</td>
|
|
1246
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}</td>
|
|
1247
|
+
<td style="padding:15px">Yes</td>
|
|
1248
|
+
</tr>
|
|
1249
|
+
<tr>
|
|
1250
|
+
<td style="padding:15px">removeAllTags(resourceType, resourceId, callback)</td>
|
|
1251
|
+
<td style="padding:15px">Remove all tags</td>
|
|
1252
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}</td>
|
|
1253
|
+
<td style="padding:15px">Yes</td>
|
|
1254
|
+
</tr>
|
|
1255
|
+
<tr>
|
|
1256
|
+
<td style="padding:15px">obtainTagList(resourceType, resourceId, callback)</td>
|
|
1257
|
+
<td style="padding:15px">Obtain Tag List</td>
|
|
1258
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}</td>
|
|
1259
|
+
<td style="padding:15px">Yes</td>
|
|
1260
|
+
</tr>
|
|
1261
|
+
<tr>
|
|
1262
|
+
<td style="padding:15px">confirmATag(resourceType, resourceId, tag, callback)</td>
|
|
1263
|
+
<td style="padding:15px">Confirm a tag</td>
|
|
1264
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}</td>
|
|
1265
|
+
<td style="padding:15px">Yes</td>
|
|
1266
|
+
</tr>
|
|
1267
|
+
<tr>
|
|
1268
|
+
<td style="padding:15px">addATag(resourceType, resourceId, tag, callback)</td>
|
|
1269
|
+
<td style="padding:15px">Add a tag</td>
|
|
1270
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}</td>
|
|
1271
|
+
<td style="padding:15px">Yes</td>
|
|
1272
|
+
</tr>
|
|
1273
|
+
<tr>
|
|
1274
|
+
<td style="padding:15px">removeATag(resourceType, resourceId, tag, callback)</td>
|
|
1275
|
+
<td style="padding:15px">Remove a tag</td>
|
|
1276
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}</td>
|
|
1277
|
+
<td style="padding:15px">Yes</td>
|
|
1278
|
+
</tr>
|
|
1279
|
+
<tr>
|
|
1280
|
+
<td style="padding:15px">listQoSRuleTypes(allSupported, allRules, callback)</td>
|
|
1281
|
+
<td style="padding:15px">List QoS rule types</td>
|
|
1282
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/rule-types?{query}</td>
|
|
1283
|
+
<td style="padding:15px">Yes</td>
|
|
1284
|
+
</tr>
|
|
1285
|
+
<tr>
|
|
1286
|
+
<td style="padding:15px">showQoSRuleTypeDetails(ruleType, callback)</td>
|
|
1287
|
+
<td style="padding:15px">Show QoS rule type details</td>
|
|
1288
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/rule-types/{pathv1}?{query}</td>
|
|
1289
|
+
<td style="padding:15px">Yes</td>
|
|
1290
|
+
</tr>
|
|
1291
|
+
<tr>
|
|
1292
|
+
<td style="padding:15px">listQoSPolicies(description, tenantId, projectId, revisionNumber, shared, id, isDefault, name, tags, tagsAny, notTags, notTagsAny, sortDir, sortKey, fields, callback)</td>
|
|
1293
|
+
<td style="padding:15px">List QoS policies</td>
|
|
1294
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies?{query}</td>
|
|
1295
|
+
<td style="padding:15px">Yes</td>
|
|
1296
|
+
</tr>
|
|
1297
|
+
<tr>
|
|
1298
|
+
<td style="padding:15px">createQoSPolicy(body, callback)</td>
|
|
1299
|
+
<td style="padding:15px">Create QoS policy</td>
|
|
1300
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies?{query}</td>
|
|
1301
|
+
<td style="padding:15px">Yes</td>
|
|
1302
|
+
</tr>
|
|
1303
|
+
<tr>
|
|
1304
|
+
<td style="padding:15px">showQoSPolicyDetails(policyId, callback)</td>
|
|
1305
|
+
<td style="padding:15px">Show QoS policy details</td>
|
|
1306
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}?{query}</td>
|
|
1307
|
+
<td style="padding:15px">Yes</td>
|
|
1308
|
+
</tr>
|
|
1309
|
+
<tr>
|
|
1310
|
+
<td style="padding:15px">updateQoSPolicy(policyId, body, callback)</td>
|
|
1311
|
+
<td style="padding:15px">Update QoS policy</td>
|
|
1312
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}?{query}</td>
|
|
1313
|
+
<td style="padding:15px">Yes</td>
|
|
1314
|
+
</tr>
|
|
1315
|
+
<tr>
|
|
1316
|
+
<td style="padding:15px">deleteQoSPolicy(policyId, callback)</td>
|
|
1317
|
+
<td style="padding:15px">Delete QoS policy</td>
|
|
1318
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}?{query}</td>
|
|
1319
|
+
<td style="padding:15px">Yes</td>
|
|
1320
|
+
</tr>
|
|
1321
|
+
<tr>
|
|
1322
|
+
<td style="padding:15px">listBandwidthLimitRulesForQoSPolicy(maxKbps, id, maxBurstKbps, direction, sortDir, sortKey, policyId, callback)</td>
|
|
1323
|
+
<td style="padding:15px">List bandwidth limit rules for QoS policy</td>
|
|
1324
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules?{query}</td>
|
|
1325
|
+
<td style="padding:15px">Yes</td>
|
|
1326
|
+
</tr>
|
|
1327
|
+
<tr>
|
|
1328
|
+
<td style="padding:15px">createBandwidthLimitRule(policyId, body, callback)</td>
|
|
1329
|
+
<td style="padding:15px">Create bandwidth limit rule</td>
|
|
1330
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules?{query}</td>
|
|
1331
|
+
<td style="padding:15px">Yes</td>
|
|
1332
|
+
</tr>
|
|
1333
|
+
<tr>
|
|
1334
|
+
<td style="padding:15px">showBandwidthLimitRuleDetails(policyId, ruleId, callback)</td>
|
|
1335
|
+
<td style="padding:15px">Show bandwidth limit rule details</td>
|
|
1336
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}</td>
|
|
1337
|
+
<td style="padding:15px">Yes</td>
|
|
1338
|
+
</tr>
|
|
1339
|
+
<tr>
|
|
1340
|
+
<td style="padding:15px">updateBandwidthLimitRule(policyId, ruleId, body, callback)</td>
|
|
1341
|
+
<td style="padding:15px">Update bandwidth limit rule</td>
|
|
1342
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}</td>
|
|
1343
|
+
<td style="padding:15px">Yes</td>
|
|
1344
|
+
</tr>
|
|
1345
|
+
<tr>
|
|
1346
|
+
<td style="padding:15px">deleteBandwidthLimitRule(policyId, ruleId, callback)</td>
|
|
1347
|
+
<td style="padding:15px">Delete bandwidth limit rule</td>
|
|
1348
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}</td>
|
|
1349
|
+
<td style="padding:15px">Yes</td>
|
|
1350
|
+
</tr>
|
|
1351
|
+
<tr>
|
|
1352
|
+
<td style="padding:15px">listDSCPMarkingRulesForQoSPolicy(dscpMark, id, sortDir, sortKey, policyId, callback)</td>
|
|
1353
|
+
<td style="padding:15px">List DSCP marking rules for QoS policy</td>
|
|
1354
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules?{query}</td>
|
|
1355
|
+
<td style="padding:15px">Yes</td>
|
|
1356
|
+
</tr>
|
|
1357
|
+
<tr>
|
|
1358
|
+
<td style="padding:15px">createDSCPMarkingRule(policyId, body, callback)</td>
|
|
1359
|
+
<td style="padding:15px">Create DSCP marking rule</td>
|
|
1360
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules?{query}</td>
|
|
1361
|
+
<td style="padding:15px">Yes</td>
|
|
1362
|
+
</tr>
|
|
1363
|
+
<tr>
|
|
1364
|
+
<td style="padding:15px">showDSCPMarkingRuleDetails(policyId, dscpRuleId, callback)</td>
|
|
1365
|
+
<td style="padding:15px">Show DSCP marking rule details</td>
|
|
1366
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}</td>
|
|
1367
|
+
<td style="padding:15px">Yes</td>
|
|
1368
|
+
</tr>
|
|
1369
|
+
<tr>
|
|
1370
|
+
<td style="padding:15px">updateDSCPMarkingRule(policyId, dscpRuleId, body, callback)</td>
|
|
1371
|
+
<td style="padding:15px">Update DSCP marking rule</td>
|
|
1372
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}</td>
|
|
1373
|
+
<td style="padding:15px">Yes</td>
|
|
1374
|
+
</tr>
|
|
1375
|
+
<tr>
|
|
1376
|
+
<td style="padding:15px">deleteDSCPMarkingRule(policyId, dscpRuleId, callback)</td>
|
|
1377
|
+
<td style="padding:15px">Delete DSCP marking rule</td>
|
|
1378
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}</td>
|
|
1379
|
+
<td style="padding:15px">Yes</td>
|
|
1380
|
+
</tr>
|
|
1381
|
+
<tr>
|
|
1382
|
+
<td style="padding:15px">listMinimumBandwidthRulesForQoSPolicy(minKbps, id, direction, sortDir, sortKey, policyId, callback)</td>
|
|
1383
|
+
<td style="padding:15px">List minimum bandwidth rules for QoS policy</td>
|
|
1384
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}</td>
|
|
1385
|
+
<td style="padding:15px">Yes</td>
|
|
1386
|
+
</tr>
|
|
1387
|
+
<tr>
|
|
1388
|
+
<td style="padding:15px">createMinimumBandwidthRule(policyId, body, callback)</td>
|
|
1389
|
+
<td style="padding:15px">Create minimum bandwidth rule</td>
|
|
1390
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}</td>
|
|
1391
|
+
<td style="padding:15px">Yes</td>
|
|
1392
|
+
</tr>
|
|
1393
|
+
<tr>
|
|
1394
|
+
<td style="padding:15px">showMinimumBandwidthRuleDetails(policyId, ruleId, callback)</td>
|
|
1395
|
+
<td style="padding:15px">Show minimum bandwidth rule details</td>
|
|
1396
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}</td>
|
|
1397
|
+
<td style="padding:15px">Yes</td>
|
|
1398
|
+
</tr>
|
|
1399
|
+
<tr>
|
|
1400
|
+
<td style="padding:15px">updateMinimumBandwidthRule(policyId, ruleId, body, callback)</td>
|
|
1401
|
+
<td style="padding:15px">Update minimum bandwidth rule</td>
|
|
1402
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}</td>
|
|
1403
|
+
<td style="padding:15px">Yes</td>
|
|
1404
|
+
</tr>
|
|
1405
|
+
<tr>
|
|
1406
|
+
<td style="padding:15px">deleteMinimumBandwidthRule(policyId, ruleId, callback)</td>
|
|
1407
|
+
<td style="padding:15px">Delete minimum bandwidth rule</td>
|
|
1408
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}</td>
|
|
1409
|
+
<td style="padding:15px">Yes</td>
|
|
1410
|
+
</tr>
|
|
1411
|
+
<tr>
|
|
1412
|
+
<td style="padding:15px">listMinimumPacketRateRulesForQoSPolicy(minKpps, id, direction, sortDir, sortKey, policyId, callback)</td>
|
|
1413
|
+
<td style="padding:15px">List minimum packet rate rules for QoS policy</td>
|
|
1414
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules?{query}</td>
|
|
1415
|
+
<td style="padding:15px">Yes</td>
|
|
1416
|
+
</tr>
|
|
1417
|
+
<tr>
|
|
1418
|
+
<td style="padding:15px">createMinimumPacketRateRule(policyId, body, callback)</td>
|
|
1419
|
+
<td style="padding:15px">Create minimum packet rate rule</td>
|
|
1420
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules?{query}</td>
|
|
1421
|
+
<td style="padding:15px">Yes</td>
|
|
1422
|
+
</tr>
|
|
1423
|
+
<tr>
|
|
1424
|
+
<td style="padding:15px">showMinimumPacketRateRuleDetails(policyId, ruleId, callback)</td>
|
|
1425
|
+
<td style="padding:15px">Show minimum packet rate rule details</td>
|
|
1426
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}</td>
|
|
1427
|
+
<td style="padding:15px">Yes</td>
|
|
1428
|
+
</tr>
|
|
1429
|
+
<tr>
|
|
1430
|
+
<td style="padding:15px">updateMinimumPacketRateRule(policyId, ruleId, body, callback)</td>
|
|
1431
|
+
<td style="padding:15px">Update minimum packet rate rule</td>
|
|
1432
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}</td>
|
|
1433
|
+
<td style="padding:15px">Yes</td>
|
|
1434
|
+
</tr>
|
|
1435
|
+
<tr>
|
|
1436
|
+
<td style="padding:15px">deleteMinimumPacketRateRule(policyId, ruleId, callback)</td>
|
|
1437
|
+
<td style="padding:15px">Delete minimum packet rate rule</td>
|
|
1438
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}</td>
|
|
1439
|
+
<td style="padding:15px">Yes</td>
|
|
1440
|
+
</tr>
|
|
1441
|
+
<tr>
|
|
1442
|
+
<td style="padding:15px">listPacketRateLimitRulesForQoSPolicy(maxKpps, maxBurstKpps, id, direction, sortDir, sortKey, policyId, callback)</td>
|
|
1443
|
+
<td style="padding:15px">List packet rate limit rules for QoS policy</td>
|
|
1444
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules?{query}</td>
|
|
1445
|
+
<td style="padding:15px">Yes</td>
|
|
1446
|
+
</tr>
|
|
1447
|
+
<tr>
|
|
1448
|
+
<td style="padding:15px">createPacketRateLimitRule(policyId, body, callback)</td>
|
|
1449
|
+
<td style="padding:15px">Create packet rate limit rule</td>
|
|
1450
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules?{query}</td>
|
|
1451
|
+
<td style="padding:15px">Yes</td>
|
|
1452
|
+
</tr>
|
|
1453
|
+
<tr>
|
|
1454
|
+
<td style="padding:15px">showPacketRateLimitRuleDetails(policyId, ruleId, callback)</td>
|
|
1455
|
+
<td style="padding:15px">Show packet rate limit rule details</td>
|
|
1456
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}</td>
|
|
1457
|
+
<td style="padding:15px">Yes</td>
|
|
1458
|
+
</tr>
|
|
1459
|
+
<tr>
|
|
1460
|
+
<td style="padding:15px">updatePacketRateLimitRule(policyId, ruleId, body, callback)</td>
|
|
1461
|
+
<td style="padding:15px">Update packet rate limit rule</td>
|
|
1462
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}</td>
|
|
1463
|
+
<td style="padding:15px">Yes</td>
|
|
1464
|
+
</tr>
|
|
1465
|
+
<tr>
|
|
1466
|
+
<td style="padding:15px">deletePacketRateLimitRule(policyId, ruleId, callback)</td>
|
|
1467
|
+
<td style="padding:15px">Delete packet rate limit rule</td>
|
|
1468
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}</td>
|
|
1469
|
+
<td style="padding:15px">Yes</td>
|
|
1470
|
+
</tr>
|
|
1471
|
+
<tr>
|
|
1472
|
+
<td style="padding:15px">showBandwidthLimitRuleDetailsAlias(ruleId, callback)</td>
|
|
1473
|
+
<td style="padding:15px">Show bandwidth limit rule details alias</td>
|
|
1474
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_bandwidth_limit_rules/{pathv1}?{query}</td>
|
|
1475
|
+
<td style="padding:15px">Yes</td>
|
|
1476
|
+
</tr>
|
|
1477
|
+
<tr>
|
|
1478
|
+
<td style="padding:15px">updateBandwidthLimitRuleAlias(ruleId, callback)</td>
|
|
1479
|
+
<td style="padding:15px">Update bandwidth limit rule alias</td>
|
|
1480
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_bandwidth_limit_rules/{pathv1}?{query}</td>
|
|
1481
|
+
<td style="padding:15px">Yes</td>
|
|
1482
|
+
</tr>
|
|
1483
|
+
<tr>
|
|
1484
|
+
<td style="padding:15px">deleteBandwidthLimitRuleAlias(ruleId, callback)</td>
|
|
1485
|
+
<td style="padding:15px">Delete bandwidth limit rule alias</td>
|
|
1486
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_bandwidth_limit_rules/{pathv1}?{query}</td>
|
|
1487
|
+
<td style="padding:15px">Yes</td>
|
|
1488
|
+
</tr>
|
|
1489
|
+
<tr>
|
|
1490
|
+
<td style="padding:15px">showDSCPMarkingRuleDetailsAlias(dscpRuleId, callback)</td>
|
|
1491
|
+
<td style="padding:15px">Show DSCP marking rule details alias</td>
|
|
1492
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_dscp_marking_rules/{pathv1}?{query}</td>
|
|
1493
|
+
<td style="padding:15px">Yes</td>
|
|
1494
|
+
</tr>
|
|
1495
|
+
<tr>
|
|
1496
|
+
<td style="padding:15px">updateDSCPMarkingRuleAlias(dscpRuleId, callback)</td>
|
|
1497
|
+
<td style="padding:15px">Update DSCP marking rule alias</td>
|
|
1498
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_dscp_marking_rules/{pathv1}?{query}</td>
|
|
1499
|
+
<td style="padding:15px">Yes</td>
|
|
1500
|
+
</tr>
|
|
1501
|
+
<tr>
|
|
1502
|
+
<td style="padding:15px">deleteDSCPMarkingRuleAlias(dscpRuleId, callback)</td>
|
|
1503
|
+
<td style="padding:15px">Delete DSCP marking rule alias</td>
|
|
1504
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_dscp_marking_rules/{pathv1}?{query}</td>
|
|
1505
|
+
<td style="padding:15px">Yes</td>
|
|
1506
|
+
</tr>
|
|
1507
|
+
<tr>
|
|
1508
|
+
<td style="padding:15px">showMinimumBandwidthRuleDetailsAlias(ruleId, callback)</td>
|
|
1509
|
+
<td style="padding:15px">Show minimum bandwidth rule details alias</td>
|
|
1510
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}</td>
|
|
1511
|
+
<td style="padding:15px">Yes</td>
|
|
1512
|
+
</tr>
|
|
1513
|
+
<tr>
|
|
1514
|
+
<td style="padding:15px">updateMinimumBandwidthRuleAlias(ruleId, callback)</td>
|
|
1515
|
+
<td style="padding:15px">Update minimum bandwidth rule alias</td>
|
|
1516
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}</td>
|
|
1517
|
+
<td style="padding:15px">Yes</td>
|
|
1518
|
+
</tr>
|
|
1519
|
+
<tr>
|
|
1520
|
+
<td style="padding:15px">deleteMinimumBandwidthRuleAlias(ruleId, callback)</td>
|
|
1521
|
+
<td style="padding:15px">Delete minimum bandwidth rule alias</td>
|
|
1522
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}</td>
|
|
1523
|
+
<td style="padding:15px">Yes</td>
|
|
1524
|
+
</tr>
|
|
1525
|
+
<tr>
|
|
1526
|
+
<td style="padding:15px">showMinimumPacketRateRuleDetailsAlias(ruleId, callback)</td>
|
|
1527
|
+
<td style="padding:15px">Show minimum packet rate rule details alias</td>
|
|
1528
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}</td>
|
|
1529
|
+
<td style="padding:15px">Yes</td>
|
|
1530
|
+
</tr>
|
|
1531
|
+
<tr>
|
|
1532
|
+
<td style="padding:15px">updateMinimumPacketRateRuleAlias(ruleId, callback)</td>
|
|
1533
|
+
<td style="padding:15px">Update minimum packet rate rule alias</td>
|
|
1534
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}</td>
|
|
1535
|
+
<td style="padding:15px">Yes</td>
|
|
1536
|
+
</tr>
|
|
1537
|
+
<tr>
|
|
1538
|
+
<td style="padding:15px">deleteMinimumPacketRateRuleAlias(ruleId, callback)</td>
|
|
1539
|
+
<td style="padding:15px">Delete minimum packet rate rule alias</td>
|
|
1540
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}</td>
|
|
1541
|
+
<td style="padding:15px">Yes</td>
|
|
1542
|
+
</tr>
|
|
1543
|
+
<tr>
|
|
1544
|
+
<td style="padding:15px">listLoggingResources(fields, callback)</td>
|
|
1545
|
+
<td style="padding:15px">List Logging Resources</td>
|
|
1546
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources?{query}</td>
|
|
1547
|
+
<td style="padding:15px">Yes</td>
|
|
1548
|
+
</tr>
|
|
1549
|
+
<tr>
|
|
1550
|
+
<td style="padding:15px">createLoggingResource(body, callback)</td>
|
|
1551
|
+
<td style="padding:15px">Create Logging Resource</td>
|
|
1552
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources?{query}</td>
|
|
1553
|
+
<td style="padding:15px">Yes</td>
|
|
1554
|
+
</tr>
|
|
1555
|
+
<tr>
|
|
1556
|
+
<td style="padding:15px">showLoggingResourceDetails(fields, loggingResourceId, callback)</td>
|
|
1557
|
+
<td style="padding:15px">Show Logging Resource Details</td>
|
|
1558
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}</td>
|
|
1559
|
+
<td style="padding:15px">Yes</td>
|
|
1560
|
+
</tr>
|
|
1561
|
+
<tr>
|
|
1562
|
+
<td style="padding:15px">updateLoggingResource(loggingResourceId, body, callback)</td>
|
|
1563
|
+
<td style="padding:15px">Update Logging Resource</td>
|
|
1564
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}</td>
|
|
1565
|
+
<td style="padding:15px">Yes</td>
|
|
1566
|
+
</tr>
|
|
1567
|
+
<tr>
|
|
1568
|
+
<td style="padding:15px">deleteLoggingResource(loggingResourceId, callback)</td>
|
|
1569
|
+
<td style="padding:15px">Delete Logging Resource</td>
|
|
1570
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}?{query}</td>
|
|
1571
|
+
<td style="padding:15px">Yes</td>
|
|
1572
|
+
</tr>
|
|
1573
|
+
<tr>
|
|
1574
|
+
<td style="padding:15px">listFirewallLogs(fields, loggingResourceId, callback)</td>
|
|
1575
|
+
<td style="padding:15px">List Firewall Logs</td>
|
|
1576
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}</td>
|
|
1577
|
+
<td style="padding:15px">Yes</td>
|
|
1578
|
+
</tr>
|
|
1579
|
+
<tr>
|
|
1580
|
+
<td style="padding:15px">createFirewallLog(loggingResourceId, body, callback)</td>
|
|
1581
|
+
<td style="padding:15px">Create Firewall Log</td>
|
|
1582
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}</td>
|
|
1583
|
+
<td style="padding:15px">Yes</td>
|
|
1584
|
+
</tr>
|
|
1585
|
+
<tr>
|
|
1586
|
+
<td style="padding:15px">showFirewallLogDetails(fields, loggingResourceId, firewallLogId, callback)</td>
|
|
1587
|
+
<td style="padding:15px">Show Firewall Log Details</td>
|
|
1588
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}</td>
|
|
1589
|
+
<td style="padding:15px">Yes</td>
|
|
1590
|
+
</tr>
|
|
1591
|
+
<tr>
|
|
1592
|
+
<td style="padding:15px">updateFirewallLog(loggingResourceId, firewallLogId, body, callback)</td>
|
|
1593
|
+
<td style="padding:15px">Update Firewall Log</td>
|
|
1594
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}</td>
|
|
1595
|
+
<td style="padding:15px">Yes</td>
|
|
1596
|
+
</tr>
|
|
1597
|
+
<tr>
|
|
1598
|
+
<td style="padding:15px">deleteFirewallLog(loggingResourceId, firewallLogId, callback)</td>
|
|
1599
|
+
<td style="padding:15px">Delete Firewall Log</td>
|
|
1600
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}</td>
|
|
1601
|
+
<td style="padding:15px">Yes</td>
|
|
1602
|
+
</tr>
|
|
1603
|
+
<tr>
|
|
1604
|
+
<td style="padding:15px">listBGPVPNs(fields, callback)</td>
|
|
1605
|
+
<td style="padding:15px">List BGP VPNs</td>
|
|
1606
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns?{query}</td>
|
|
1607
|
+
<td style="padding:15px">Yes</td>
|
|
1608
|
+
</tr>
|
|
1609
|
+
<tr>
|
|
1610
|
+
<td style="padding:15px">createBGPVPNS(body, callback)</td>
|
|
1611
|
+
<td style="padding:15px">Create BGP VPNS</td>
|
|
1612
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns?{query}</td>
|
|
1613
|
+
<td style="padding:15px">Yes</td>
|
|
1614
|
+
</tr>
|
|
1615
|
+
<tr>
|
|
1616
|
+
<td style="padding:15px">showBGPVPNDetails(bgpvpnId, callback)</td>
|
|
1617
|
+
<td style="padding:15px">Show BGP VPN details</td>
|
|
1618
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}</td>
|
|
1619
|
+
<td style="padding:15px">Yes</td>
|
|
1620
|
+
</tr>
|
|
1621
|
+
<tr>
|
|
1622
|
+
<td style="padding:15px">updateABGPVPN(bgpvpnId, body, callback)</td>
|
|
1623
|
+
<td style="padding:15px">Update a BGP VPN</td>
|
|
1624
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}</td>
|
|
1625
|
+
<td style="padding:15px">Yes</td>
|
|
1626
|
+
</tr>
|
|
1627
|
+
<tr>
|
|
1628
|
+
<td style="padding:15px">deleteBGPVPN(bgpvpnId, callback)</td>
|
|
1629
|
+
<td style="padding:15px">Delete BGP VPN</td>
|
|
1630
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}</td>
|
|
1631
|
+
<td style="padding:15px">Yes</td>
|
|
1632
|
+
</tr>
|
|
1633
|
+
<tr>
|
|
1634
|
+
<td style="padding:15px">listNetworkAssociations(fields, bgpvpnId, callback)</td>
|
|
1635
|
+
<td style="padding:15px">List Network Associations</td>
|
|
1636
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}</td>
|
|
1637
|
+
<td style="padding:15px">Yes</td>
|
|
1638
|
+
</tr>
|
|
1639
|
+
<tr>
|
|
1640
|
+
<td style="padding:15px">createNetworkAssociation(bgpvpnId, body, callback)</td>
|
|
1641
|
+
<td style="padding:15px">Create Network Association</td>
|
|
1642
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}</td>
|
|
1643
|
+
<td style="padding:15px">Yes</td>
|
|
1644
|
+
</tr>
|
|
1645
|
+
<tr>
|
|
1646
|
+
<td style="padding:15px">showNetworkAssociationDetails(bgpvpnId, networkAssociationId, callback)</td>
|
|
1647
|
+
<td style="padding:15px">Show Network Association details</td>
|
|
1648
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}</td>
|
|
1649
|
+
<td style="padding:15px">Yes</td>
|
|
1650
|
+
</tr>
|
|
1651
|
+
<tr>
|
|
1652
|
+
<td style="padding:15px">deleteNetworkAssociation(bgpvpnId, networkAssociationId, callback)</td>
|
|
1653
|
+
<td style="padding:15px">Delete Network Association</td>
|
|
1654
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}</td>
|
|
1655
|
+
<td style="padding:15px">Yes</td>
|
|
1656
|
+
</tr>
|
|
1657
|
+
<tr>
|
|
1658
|
+
<td style="padding:15px">listRouterAssociations(fields, bgpvpnId, callback)</td>
|
|
1659
|
+
<td style="padding:15px">List Router Associations</td>
|
|
1660
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}</td>
|
|
1661
|
+
<td style="padding:15px">Yes</td>
|
|
1662
|
+
</tr>
|
|
1663
|
+
<tr>
|
|
1664
|
+
<td style="padding:15px">createRouterAssociation(bgpvpnId, body, callback)</td>
|
|
1665
|
+
<td style="padding:15px">Create Router Association</td>
|
|
1666
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}</td>
|
|
1667
|
+
<td style="padding:15px">Yes</td>
|
|
1668
|
+
</tr>
|
|
1669
|
+
<tr>
|
|
1670
|
+
<td style="padding:15px">showRouterAssociationDetails(bgpvpnId, routerAssociationId, callback)</td>
|
|
1671
|
+
<td style="padding:15px">Show Router Association details</td>
|
|
1672
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}</td>
|
|
1673
|
+
<td style="padding:15px">Yes</td>
|
|
1674
|
+
</tr>
|
|
1675
|
+
<tr>
|
|
1676
|
+
<td style="padding:15px">updateARouterAssociationBgpvpnRoutesControlExtension(bgpvpnId, routerAssociationId, body, callback)</td>
|
|
1677
|
+
<td style="padding:15px">Update a Router Association (‘bgpvpn-routes-control’ extension)</td>
|
|
1678
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}</td>
|
|
1679
|
+
<td style="padding:15px">Yes</td>
|
|
1680
|
+
</tr>
|
|
1681
|
+
<tr>
|
|
1682
|
+
<td style="padding:15px">deleteRouterAssociation(bgpvpnId, routerAssociationId, callback)</td>
|
|
1683
|
+
<td style="padding:15px">Delete Router Association</td>
|
|
1684
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}</td>
|
|
1685
|
+
<td style="padding:15px">Yes</td>
|
|
1686
|
+
</tr>
|
|
1687
|
+
<tr>
|
|
1688
|
+
<td style="padding:15px">listPortAssociations(fields, bgpvpnId, callback)</td>
|
|
1689
|
+
<td style="padding:15px">List Port Associations</td>
|
|
1690
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}</td>
|
|
1691
|
+
<td style="padding:15px">Yes</td>
|
|
1692
|
+
</tr>
|
|
1693
|
+
<tr>
|
|
1694
|
+
<td style="padding:15px">createPortAssociation(bgpvpnId, body, callback)</td>
|
|
1695
|
+
<td style="padding:15px">Create Port Association</td>
|
|
1696
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}</td>
|
|
1697
|
+
<td style="padding:15px">Yes</td>
|
|
1698
|
+
</tr>
|
|
1699
|
+
<tr>
|
|
1700
|
+
<td style="padding:15px">showPortAssociationDetails(bgpvpnId, portAssociationId, callback)</td>
|
|
1701
|
+
<td style="padding:15px">Show Port Association details</td>
|
|
1702
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}</td>
|
|
1703
|
+
<td style="padding:15px">Yes</td>
|
|
1704
|
+
</tr>
|
|
1705
|
+
<tr>
|
|
1706
|
+
<td style="padding:15px">updateAPortAssociation(bgpvpnId, portAssociationId, body, callback)</td>
|
|
1707
|
+
<td style="padding:15px">Update a Port Association</td>
|
|
1708
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}</td>
|
|
1709
|
+
<td style="padding:15px">Yes</td>
|
|
1710
|
+
</tr>
|
|
1711
|
+
<tr>
|
|
1712
|
+
<td style="padding:15px">deletePortAssociation(bgpvpnId, portAssociationId, callback)</td>
|
|
1713
|
+
<td style="padding:15px">Delete Port Association</td>
|
|
1714
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}</td>
|
|
1715
|
+
<td style="padding:15px">Yes</td>
|
|
1716
|
+
</tr>
|
|
1717
|
+
<tr>
|
|
1718
|
+
<td style="padding:15px">listBGPSpeakers(fields, callback)</td>
|
|
1719
|
+
<td style="padding:15px">List BGP Speakers</td>
|
|
1720
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers?{query}</td>
|
|
1721
|
+
<td style="padding:15px">Yes</td>
|
|
1722
|
+
</tr>
|
|
1723
|
+
<tr>
|
|
1724
|
+
<td style="padding:15px">createBGPSpeaker(body, callback)</td>
|
|
1725
|
+
<td style="padding:15px">Create BGP Speaker</td>
|
|
1726
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers?{query}</td>
|
|
1727
|
+
<td style="padding:15px">Yes</td>
|
|
1728
|
+
</tr>
|
|
1729
|
+
<tr>
|
|
1730
|
+
<td style="padding:15px">showBGPSpeakerDetails(bgpSpeakerId, callback)</td>
|
|
1731
|
+
<td style="padding:15px">Show BGP Speaker details</td>
|
|
1732
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}</td>
|
|
1733
|
+
<td style="padding:15px">Yes</td>
|
|
1734
|
+
</tr>
|
|
1735
|
+
<tr>
|
|
1736
|
+
<td style="padding:15px">updateABGPSpeaker(bgpSpeakerId, body, callback)</td>
|
|
1737
|
+
<td style="padding:15px">Update a BGP Speaker</td>
|
|
1738
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}</td>
|
|
1739
|
+
<td style="padding:15px">Yes</td>
|
|
1740
|
+
</tr>
|
|
1741
|
+
<tr>
|
|
1742
|
+
<td style="padding:15px">deleteABGPSpeaker(bgpSpeakerId, callback)</td>
|
|
1743
|
+
<td style="padding:15px">Delete a BGP Speaker</td>
|
|
1744
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}</td>
|
|
1745
|
+
<td style="padding:15px">Yes</td>
|
|
1746
|
+
</tr>
|
|
1747
|
+
<tr>
|
|
1748
|
+
<td style="padding:15px">addBGPPeerToABGPSpeaker(bgpSpeakerId, body, callback)</td>
|
|
1749
|
+
<td style="padding:15px">Add BGP Peer to a BGP Speaker</td>
|
|
1750
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/add-bgp-peer?{query}</td>
|
|
1751
|
+
<td style="padding:15px">Yes</td>
|
|
1752
|
+
</tr>
|
|
1753
|
+
<tr>
|
|
1754
|
+
<td style="padding:15px">removeBGPPeerFromABGPSpeaker(bgpSpeakerId, body, callback)</td>
|
|
1755
|
+
<td style="padding:15px">Remove BGP Peer from a BGP Speaker</td>
|
|
1756
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/remove-bgp-peer?{query}</td>
|
|
1757
|
+
<td style="padding:15px">Yes</td>
|
|
1758
|
+
</tr>
|
|
1759
|
+
<tr>
|
|
1760
|
+
<td style="padding:15px">addNetworkToABGPSpeaker(bgpSpeakerId, body, callback)</td>
|
|
1761
|
+
<td style="padding:15px">Add Network to a BGP Speaker</td>
|
|
1762
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/add_gateway_network?{query}</td>
|
|
1763
|
+
<td style="padding:15px">Yes</td>
|
|
1764
|
+
</tr>
|
|
1765
|
+
<tr>
|
|
1766
|
+
<td style="padding:15px">deleteNetworkFromABGPSpeaker(callback)</td>
|
|
1767
|
+
<td style="padding:15px">Delete Network from a BGP Speaker</td>
|
|
1768
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/remove_gateway_network?{query}</td>
|
|
1769
|
+
<td style="padding:15px">Yes</td>
|
|
1770
|
+
</tr>
|
|
1771
|
+
<tr>
|
|
1772
|
+
<td style="padding:15px">listRoutesAdvertisedByABGPSpeaker(callback)</td>
|
|
1773
|
+
<td style="padding:15px">List routes advertised by a BGP Speaker</td>
|
|
1774
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/get_advertised_routes?{query}</td>
|
|
1775
|
+
<td style="padding:15px">Yes</td>
|
|
1776
|
+
</tr>
|
|
1777
|
+
<tr>
|
|
1778
|
+
<td style="padding:15px">listDynamicRoutingAgentsHostingASpecificBGPSpeaker(callback)</td>
|
|
1779
|
+
<td style="padding:15px">List Dynamic Routing Agents hosting a specific BGP Speaker</td>
|
|
1780
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-speakers/bgp-dragents?{query}</td>
|
|
1781
|
+
<td style="padding:15px">Yes</td>
|
|
1782
|
+
</tr>
|
|
1783
|
+
<tr>
|
|
1784
|
+
<td style="padding:15px">listBGPPeers(fields, callback)</td>
|
|
1785
|
+
<td style="padding:15px">List BGP Peers</td>
|
|
1786
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-peers?{query}</td>
|
|
1787
|
+
<td style="padding:15px">Yes</td>
|
|
1788
|
+
</tr>
|
|
1789
|
+
<tr>
|
|
1790
|
+
<td style="padding:15px">createABGPPeer(body, callback)</td>
|
|
1791
|
+
<td style="padding:15px">Create a BGP Peer</td>
|
|
1792
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-peers?{query}</td>
|
|
1793
|
+
<td style="padding:15px">Yes</td>
|
|
1794
|
+
</tr>
|
|
1795
|
+
<tr>
|
|
1796
|
+
<td style="padding:15px">showBGPPeerDetails(bgpPeerId, callback)</td>
|
|
1797
|
+
<td style="padding:15px">Show BGP Peer details</td>
|
|
1798
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}</td>
|
|
1799
|
+
<td style="padding:15px">Yes</td>
|
|
1800
|
+
</tr>
|
|
1801
|
+
<tr>
|
|
1802
|
+
<td style="padding:15px">updateABGPPeer(bgpPeerId, body, callback)</td>
|
|
1803
|
+
<td style="padding:15px">Update a BGP Peer</td>
|
|
1804
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}</td>
|
|
1805
|
+
<td style="padding:15px">Yes</td>
|
|
1806
|
+
</tr>
|
|
1807
|
+
<tr>
|
|
1808
|
+
<td style="padding:15px">deleteABGPPeer(bgpPeerId, callback)</td>
|
|
1809
|
+
<td style="padding:15px">Delete a BGP Peer</td>
|
|
1810
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}</td>
|
|
1811
|
+
<td style="padding:15px">Yes</td>
|
|
1812
|
+
</tr>
|
|
1813
|
+
<tr>
|
|
1814
|
+
<td style="padding:15px">listLogs(id, name, description, tenantId, projectId, event, revisionNumber, resourceType, resourceId, targetId, enabled, sortDir, sortKey, fields, callback)</td>
|
|
1815
|
+
<td style="padding:15px">List logs</td>
|
|
1816
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/log/logs?{query}</td>
|
|
1817
|
+
<td style="padding:15px">Yes</td>
|
|
1818
|
+
</tr>
|
|
1819
|
+
<tr>
|
|
1820
|
+
<td style="padding:15px">createLog(body, callback)</td>
|
|
1821
|
+
<td style="padding:15px">Create log</td>
|
|
1822
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/log/logs?{query}</td>
|
|
1823
|
+
<td style="padding:15px">Yes</td>
|
|
1824
|
+
</tr>
|
|
1825
|
+
<tr>
|
|
1826
|
+
<td style="padding:15px">showLog(logId, callback)</td>
|
|
1827
|
+
<td style="padding:15px">Show log</td>
|
|
1828
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}</td>
|
|
1829
|
+
<td style="padding:15px">Yes</td>
|
|
1830
|
+
</tr>
|
|
1831
|
+
<tr>
|
|
1832
|
+
<td style="padding:15px">updateLog(logId, body, callback)</td>
|
|
1833
|
+
<td style="padding:15px">Update log</td>
|
|
1834
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}</td>
|
|
1835
|
+
<td style="padding:15px">Yes</td>
|
|
1836
|
+
</tr>
|
|
1837
|
+
<tr>
|
|
1838
|
+
<td style="padding:15px">deleteLog(logId, callback)</td>
|
|
1839
|
+
<td style="padding:15px">Delete log</td>
|
|
1840
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}</td>
|
|
1841
|
+
<td style="padding:15px">Yes</td>
|
|
1842
|
+
</tr>
|
|
1843
|
+
<tr>
|
|
1844
|
+
<td style="padding:15px">listLoggableResources(callback)</td>
|
|
1845
|
+
<td style="padding:15px">List loggable resources</td>
|
|
1846
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/log/loggable-resources?{query}</td>
|
|
1847
|
+
<td style="padding:15px">Yes</td>
|
|
1848
|
+
</tr>
|
|
1849
|
+
<tr>
|
|
1850
|
+
<td style="padding:15px">listAllAgents(adminStateUp, agentType, alive, availabilityZone, binary, description, host, id, topic, fields, sortDir, sortKey, callback)</td>
|
|
1851
|
+
<td style="padding:15px">List all agents</td>
|
|
1852
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents?{query}</td>
|
|
1853
|
+
<td style="padding:15px">Yes</td>
|
|
1854
|
+
</tr>
|
|
1855
|
+
<tr>
|
|
1856
|
+
<td style="padding:15px">showAgentDetails(fields, agentId, callback)</td>
|
|
1857
|
+
<td style="padding:15px">Show agent details</td>
|
|
1858
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}?{query}</td>
|
|
1859
|
+
<td style="padding:15px">Yes</td>
|
|
1860
|
+
</tr>
|
|
1861
|
+
<tr>
|
|
1862
|
+
<td style="padding:15px">updateAgent(agentId, body, callback)</td>
|
|
1863
|
+
<td style="padding:15px">Update agent</td>
|
|
1864
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}?{query}</td>
|
|
1865
|
+
<td style="padding:15px">Yes</td>
|
|
1866
|
+
</tr>
|
|
1867
|
+
<tr>
|
|
1868
|
+
<td style="padding:15px">deleteAgent(agentId, callback)</td>
|
|
1869
|
+
<td style="padding:15px">Delete agent</td>
|
|
1870
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}?{query}</td>
|
|
1871
|
+
<td style="padding:15px">Yes</td>
|
|
1872
|
+
</tr>
|
|
1873
|
+
<tr>
|
|
1874
|
+
<td style="padding:15px">listAllAvailabilityZones(state, resource, name, callback)</td>
|
|
1875
|
+
<td style="padding:15px">List all availability zones</td>
|
|
1876
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/availability_zones?{query}</td>
|
|
1877
|
+
<td style="padding:15px">Yes</td>
|
|
1878
|
+
</tr>
|
|
1879
|
+
<tr>
|
|
1880
|
+
<td style="padding:15px">listRoutersHostedByAnL3Agent(agentId, callback)</td>
|
|
1881
|
+
<td style="padding:15px">List routers hosted by an L3 agent</td>
|
|
1882
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}</td>
|
|
1883
|
+
<td style="padding:15px">Yes</td>
|
|
1884
|
+
</tr>
|
|
1885
|
+
<tr>
|
|
1886
|
+
<td style="padding:15px">scheduleRouterToAnL3Agent(agentId, body, callback)</td>
|
|
1887
|
+
<td style="padding:15px">Schedule router to an l3 agent</td>
|
|
1888
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}</td>
|
|
1889
|
+
<td style="padding:15px">Yes</td>
|
|
1890
|
+
</tr>
|
|
1891
|
+
<tr>
|
|
1892
|
+
<td style="padding:15px">removeL3RouterFromAnL3Agent(agentId, routerId, callback)</td>
|
|
1893
|
+
<td style="padding:15px">Remove l3 router from an l3 agent</td>
|
|
1894
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers/{pathv2}?{query}</td>
|
|
1895
|
+
<td style="padding:15px">Yes</td>
|
|
1896
|
+
</tr>
|
|
1897
|
+
<tr>
|
|
1898
|
+
<td style="padding:15px">listL3AgentsHostingARouter(routerId, callback)</td>
|
|
1899
|
+
<td style="padding:15px">List L3 agents hosting a router</td>
|
|
1900
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/routers/{pathv1}/l3-agents?{query}</td>
|
|
1901
|
+
<td style="padding:15px">Yes</td>
|
|
1902
|
+
</tr>
|
|
1903
|
+
<tr>
|
|
1904
|
+
<td style="padding:15px">listNetworksHostedByADHCPAgent(agentId, callback)</td>
|
|
1905
|
+
<td style="padding:15px">List networks hosted by a DHCP agent</td>
|
|
1906
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks?{query}</td>
|
|
1907
|
+
<td style="padding:15px">Yes</td>
|
|
1908
|
+
</tr>
|
|
1909
|
+
<tr>
|
|
1910
|
+
<td style="padding:15px">scheduleANetworkToADHCPAgent(agentId, body, callback)</td>
|
|
1911
|
+
<td style="padding:15px">Schedule a network to a DHCP agent</td>
|
|
1912
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks?{query}</td>
|
|
1913
|
+
<td style="padding:15px">Yes</td>
|
|
1914
|
+
</tr>
|
|
1915
|
+
<tr>
|
|
1916
|
+
<td style="padding:15px">removeNetworkFromADHCPAgent(agentId, networkId, callback)</td>
|
|
1917
|
+
<td style="padding:15px">Remove network from a DHCP agent</td>
|
|
1918
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks/{pathv2}?{query}</td>
|
|
1919
|
+
<td style="padding:15px">Yes</td>
|
|
1920
|
+
</tr>
|
|
1921
|
+
<tr>
|
|
1922
|
+
<td style="padding:15px">listDHCPAgentsHostingANetwork(networkId, callback)</td>
|
|
1923
|
+
<td style="padding:15px">List DHCP agents hosting a network</td>
|
|
1924
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/networks/{pathv1}/dhcp-agents?{query}</td>
|
|
1925
|
+
<td style="padding:15px">Yes</td>
|
|
1926
|
+
</tr>
|
|
1927
|
+
<tr>
|
|
1928
|
+
<td style="padding:15px">showAutoAllocatedTopologyDetails(fields, projectId, callback)</td>
|
|
1929
|
+
<td style="padding:15px">Show auto allocated topology details</td>
|
|
1930
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/auto-allocated-topology/{pathv1}?{query}</td>
|
|
1931
|
+
<td style="padding:15px">Yes</td>
|
|
1932
|
+
</tr>
|
|
1933
|
+
<tr>
|
|
1934
|
+
<td style="padding:15px">deleteTheAutoAllocatedTopology(projectId, callback)</td>
|
|
1935
|
+
<td style="padding:15px">Delete the auto allocated topology</td>
|
|
1936
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/auto-allocated-topology/{pathv1}?{query}</td>
|
|
1937
|
+
<td style="padding:15px">Yes</td>
|
|
1938
|
+
</tr>
|
|
1939
|
+
<tr>
|
|
1940
|
+
<td style="padding:15px">listTapServices(project, projectDomain, callback)</td>
|
|
1941
|
+
<td style="padding:15px">List Tap Services</td>
|
|
1942
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_services?{query}</td>
|
|
1943
|
+
<td style="padding:15px">Yes</td>
|
|
1944
|
+
</tr>
|
|
1945
|
+
<tr>
|
|
1946
|
+
<td style="padding:15px">createTapService(project, projectDomain, tenantId, name, port, description, callback)</td>
|
|
1947
|
+
<td style="padding:15px">Create Tap Service</td>
|
|
1948
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_services?{query}</td>
|
|
1949
|
+
<td style="padding:15px">Yes</td>
|
|
1950
|
+
</tr>
|
|
1951
|
+
<tr>
|
|
1952
|
+
<td style="padding:15px">updateTapService(name, description, callback)</td>
|
|
1953
|
+
<td style="padding:15px">Update Tap Service</td>
|
|
1954
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}</td>
|
|
1955
|
+
<td style="padding:15px">Yes</td>
|
|
1956
|
+
</tr>
|
|
1957
|
+
<tr>
|
|
1958
|
+
<td style="padding:15px">deleteTapService(name, id, callback)</td>
|
|
1959
|
+
<td style="padding:15px">Delete Tap Service</td>
|
|
1960
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}</td>
|
|
1961
|
+
<td style="padding:15px">Yes</td>
|
|
1962
|
+
</tr>
|
|
1963
|
+
<tr>
|
|
1964
|
+
<td style="padding:15px">showTapService(project, projectDomain, name, callback)</td>
|
|
1965
|
+
<td style="padding:15px">Show Tap Service</td>
|
|
1966
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}</td>
|
|
1967
|
+
<td style="padding:15px">Yes</td>
|
|
1968
|
+
</tr>
|
|
1969
|
+
<tr>
|
|
1970
|
+
<td style="padding:15px">listTapFlow(project, projectDomain, callback)</td>
|
|
1971
|
+
<td style="padding:15px">List Tap Flow</td>
|
|
1972
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_flows?{query}</td>
|
|
1973
|
+
<td style="padding:15px">Yes</td>
|
|
1974
|
+
</tr>
|
|
1975
|
+
<tr>
|
|
1976
|
+
<td style="padding:15px">createTapFlow(project, projectDomain, tenantId, name, port, tapService, vlanFilter, direction, description, callback)</td>
|
|
1977
|
+
<td style="padding:15px">Create Tap Flow</td>
|
|
1978
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_flows?{query}</td>
|
|
1979
|
+
<td style="padding:15px">Yes</td>
|
|
1980
|
+
</tr>
|
|
1981
|
+
<tr>
|
|
1982
|
+
<td style="padding:15px">updateTapFlow(name, description, callback)</td>
|
|
1983
|
+
<td style="padding:15px">Update Tap Flow</td>
|
|
1984
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}</td>
|
|
1985
|
+
<td style="padding:15px">Yes</td>
|
|
1986
|
+
</tr>
|
|
1987
|
+
<tr>
|
|
1988
|
+
<td style="padding:15px">deleteTapFlow(id, name, callback)</td>
|
|
1989
|
+
<td style="padding:15px">Delete Tap Flow</td>
|
|
1990
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}</td>
|
|
1991
|
+
<td style="padding:15px">Yes</td>
|
|
1992
|
+
</tr>
|
|
1993
|
+
<tr>
|
|
1994
|
+
<td style="padding:15px">showTapFlow(project, projectDomain, tenantId, id, name, callback)</td>
|
|
1995
|
+
<td style="padding:15px">Show Tap Flow</td>
|
|
1996
|
+
<td style="padding:15px">{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}</td>
|
|
1997
|
+
<td style="padding:15px">Yes</td>
|
|
1998
|
+
</tr>
|
|
1999
|
+
</table>
|
|
2000
|
+
<br>
|