@itentialopensource/adapter-infoblox_universal_ddi 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 +19 -0
- package/.jshintrc +3 -0
- package/AUTH.md +39 -0
- package/BROKER.md +211 -0
- package/CALLS.md +923 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +13 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +661 -0
- package/README.md +344 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +16 -0
- package/TAB1.md +10 -0
- package/TAB2.md +314 -0
- package/TROUBLESHOOT.md +56 -0
- package/UTILITIES.md +473 -0
- package/adapter.js +13131 -0
- package/adapterBase.js +1488 -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 +3 -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 +53 -0
- package/entities/Address/action.json +106 -0
- package/entities/Address/schema.json +122 -0
- package/entities/AddressBlock/action.json +270 -0
- package/entities/AddressBlock/schema.json +163 -0
- package/entities/Asm/action.json +66 -0
- package/entities/Asm/schema.json +43 -0
- package/entities/ConfigProfile/action.json +126 -0
- package/entities/ConfigProfile/schema.json +90 -0
- package/entities/DhcpHost/action.json +87 -0
- package/entities/DhcpHost/schema.json +110 -0
- package/entities/DhcpUniversalService/action.json +46 -0
- package/entities/DhcpUniversalService/schema.json +20 -0
- package/entities/DnsUsage/action.json +46 -0
- package/entities/DnsUsage/schema.json +86 -0
- package/entities/Filter/action.json +25 -0
- package/entities/Filter/schema.json +107 -0
- package/entities/FixedAddress/action.json +106 -0
- package/entities/FixedAddress/schema.json +111 -0
- package/entities/Global/action.json +86 -0
- package/entities/Global/schema.json +33 -0
- package/entities/HaGroup/action.json +106 -0
- package/entities/HaGroup/schema.json +122 -0
- package/entities/HardwareFilter/action.json +106 -0
- package/entities/HardwareFilter/schema.json +111 -0
- package/entities/IpSpace/action.json +167 -0
- package/entities/IpSpace/schema.json +136 -0
- package/entities/IpamHost/action.json +106 -0
- package/entities/IpamHost/schema.json +111 -0
- package/entities/LeasesCommand/action.json +24 -0
- package/entities/LeasesCommand/schema.json +19 -0
- package/entities/MacAddressItem/action.json +146 -0
- package/entities/MacAddressItem/schema.json +91 -0
- package/entities/OptionCode/action.json +106 -0
- package/entities/OptionCode/schema.json +89 -0
- package/entities/OptionFilter/action.json +106 -0
- package/entities/OptionFilter/schema.json +111 -0
- package/entities/OptionGroup/action.json +106 -0
- package/entities/OptionGroup/schema.json +111 -0
- package/entities/OptionSpace/action.json +106 -0
- package/entities/OptionSpace/schema.json +111 -0
- package/entities/Range/action.json +147 -0
- package/entities/Range/schema.json +113 -0
- package/entities/Server/action.json +106 -0
- package/entities/Server/schema.json +111 -0
- package/entities/Service/action.json +46 -0
- package/entities/Service/schema.json +108 -0
- package/entities/Subnet/action.json +188 -0
- package/entities/Subnet/schema.json +137 -0
- package/error.json +190 -0
- package/metadata.json +61 -0
- package/package.json +75 -0
- package/pronghorn.json +8232 -0
- package/propertiesDecorators.json +18 -0
- package/propertiesSchema.json +1727 -0
- package/report/adapterInfo.json +10 -0
- package/report/auto-adapter-openapi.json +6163 -0
- package/report/creationReport.json +1150 -0
- package/report/universal_ddi_v1.json +10288 -0
- package/sampleProperties.json +260 -0
- package/test/integration/adapterTestBasicGet.js +117 -0
- package/test/integration/adapterTestConnectivity.js +117 -0
- package/test/integration/adapterTestIntegration.js +3484 -0
- package/test/unit/adapterBaseTestUnit.js +1628 -0
- package/test/unit/adapterTestUnit.js +4871 -0
- package/utils/adapterInfo.js +156 -0
- package/utils/argParser.js +44 -0
- package/utils/checkMigrate.js +102 -0
- package/utils/entitiesToDB.js +190 -0
- package/utils/findPath.js +74 -0
- package/utils/logger.js +26 -0
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +153 -0
- package/utils/mongoDbConnection.js +79 -0
- package/utils/mongoUtils.js +162 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/taskMover.js +308 -0
- package/utils/tbScript.js +103 -0
- package/utils/tbUtils.js +347 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +177 -0
- package/utils/updateAdapterConfig.js +158 -0
package/CALLS.md
ADDED
|
@@ -0,0 +1,923 @@
|
|
|
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 Itential Platform 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 the 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 Infoblox_universal_ddi. 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 Infoblox_universal_ddi.</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 Itential Platform - includes actions, schema, mockdata and other configurations.</td>
|
|
38
|
+
<td style="padding:15px">Yes</td>
|
|
39
|
+
</tr>
|
|
40
|
+
<tr>
|
|
41
|
+
<td style="padding:15px">iapSuspendAdapter(mode, callback)</td>
|
|
42
|
+
<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>
|
|
43
|
+
<td style="padding:15px">Yes</td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr>
|
|
46
|
+
<td style="padding:15px">iapUnsuspendAdapter(callback)</td>
|
|
47
|
+
<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>
|
|
48
|
+
<td style="padding:15px">Yes</td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr>
|
|
51
|
+
<td style="padding:15px">iapGetAdapterQueue(callback)</td>
|
|
52
|
+
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
|
|
53
|
+
<td style="padding:15px">Yes</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
57
|
+
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
58
|
+
<td style="padding:15px">Yes</td>
|
|
59
|
+
</tr>
|
|
60
|
+
<tr>
|
|
61
|
+
<td style="padding:15px">iapTroubleshootAdapter(props, 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
|
+
<tr>
|
|
66
|
+
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
|
|
67
|
+
<td style="padding:15px">This call will return the results of a healthcheck.</td>
|
|
68
|
+
<td style="padding:15px">Yes</td>
|
|
69
|
+
</tr>
|
|
70
|
+
<tr>
|
|
71
|
+
<td style="padding:15px">iapRunAdapterConnectivity(callback)</td>
|
|
72
|
+
<td style="padding:15px">This call will return the results of a connectivity check.</td>
|
|
73
|
+
<td style="padding:15px">Yes</td>
|
|
74
|
+
</tr>
|
|
75
|
+
<tr>
|
|
76
|
+
<td style="padding:15px">iapRunAdapterBasicGet(maxCalls, callback)</td>
|
|
77
|
+
<td style="padding:15px">This call will return the results of running basic get API calls. By default 5 get calls without parameters will be run. You can ask for more or less by setting maxCalls.</td>
|
|
78
|
+
<td style="padding:15px">Yes</td>
|
|
79
|
+
</tr>
|
|
80
|
+
<tr>
|
|
81
|
+
<td style="padding:15px">iapMoveAdapterEntitiesToDB(callback)</td>
|
|
82
|
+
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or Itential Platform Database.</td>
|
|
83
|
+
<td style="padding:15px">Yes</td>
|
|
84
|
+
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td style="padding:15px">iapDeactivateTasks(tasks, callback)</td>
|
|
87
|
+
<td style="padding:15px">This call provides the ability to remove tasks from the adapter.</td>
|
|
88
|
+
<td style="padding:15px">Yes</td>
|
|
89
|
+
</tr>
|
|
90
|
+
<tr>
|
|
91
|
+
<td style="padding:15px">iapActivateTasks(tasks, callback)</td>
|
|
92
|
+
<td style="padding:15px">This call provides the ability to add deactivated tasks back into the adapter.</td>
|
|
93
|
+
<td style="padding:15px">Yes</td>
|
|
94
|
+
</tr>
|
|
95
|
+
<tr>
|
|
96
|
+
<td style="padding:15px">iapExpandedGenericAdapterRequest(metadata, uriPath, restMethod, pathVars, queryData, requestBody, addlHeaders, callback)</td>
|
|
97
|
+
<td style="padding:15px">This is an expanded Generic Call. The metadata object allows us to provide many new capabilities within the generic request.</td>
|
|
98
|
+
<td style="padding:15px">Yes</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr>
|
|
101
|
+
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
102
|
+
<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>
|
|
103
|
+
<td style="padding:15px">Yes</td>
|
|
104
|
+
</tr>
|
|
105
|
+
<tr>
|
|
106
|
+
<td style="padding:15px">genericAdapterRequestNoBasePath(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
107
|
+
<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>
|
|
108
|
+
<td style="padding:15px">Yes</td>
|
|
109
|
+
</tr>
|
|
110
|
+
<tr>
|
|
111
|
+
<td style="padding:15px">iapRunAdapterLint(callback)</td>
|
|
112
|
+
<td style="padding:15px">Runs lint on the adapter and provides the information back.</td>
|
|
113
|
+
<td style="padding:15px">Yes</td>
|
|
114
|
+
</tr>
|
|
115
|
+
<tr>
|
|
116
|
+
<td style="padding:15px">iapRunAdapterTests(callback)</td>
|
|
117
|
+
<td style="padding:15px">Runs baseunit and unit tests on the adapter and provides the information back.</td>
|
|
118
|
+
<td style="padding:15px">Yes</td>
|
|
119
|
+
</tr>
|
|
120
|
+
<tr>
|
|
121
|
+
<td style="padding:15px">iapGetAdapterInventory(callback)</td>
|
|
122
|
+
<td style="padding:15px">This call provides some inventory related information about the adapter.</td>
|
|
123
|
+
<td style="padding:15px">Yes</td>
|
|
124
|
+
</tr>
|
|
125
|
+
</table>
|
|
126
|
+
<br>
|
|
127
|
+
|
|
128
|
+
### Adapter Cache Calls
|
|
129
|
+
|
|
130
|
+
These are adapter methods that are used for adapter caching. If configured, the adapter will cache based on the interval provided. However, you can force a population of the cache manually as well.
|
|
131
|
+
|
|
132
|
+
<table border="1" class="bordered-table">
|
|
133
|
+
<tr>
|
|
134
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
135
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
136
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
137
|
+
</tr>
|
|
138
|
+
<tr>
|
|
139
|
+
<td style="padding:15px">iapPopulateEntityCache(entityTypes, callback)</td>
|
|
140
|
+
<td style="padding:15px">This call populates the adapter cache.</td>
|
|
141
|
+
<td style="padding:15px">Yes</td>
|
|
142
|
+
</tr>
|
|
143
|
+
<tr>
|
|
144
|
+
<td style="padding:15px">iapRetrieveEntitiesCache(entityType, options, callback)</td>
|
|
145
|
+
<td style="padding:15px">This call retrieves the specific items from the adapter cache.</td>
|
|
146
|
+
<td style="padding:15px">Yes</td>
|
|
147
|
+
</tr>
|
|
148
|
+
</table>
|
|
149
|
+
<br>
|
|
150
|
+
|
|
151
|
+
### Adapter Broker Calls
|
|
152
|
+
|
|
153
|
+
These are adapter methods that are used to integrate to Itential Platform Brokers. This adapter currently supports the following broker calls.
|
|
154
|
+
|
|
155
|
+
<table border="1" class="bordered-table">
|
|
156
|
+
<tr>
|
|
157
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
158
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
159
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
160
|
+
</tr>
|
|
161
|
+
<tr>
|
|
162
|
+
<td style="padding:15px">hasEntities(entityType, entityList, callback)</td>
|
|
163
|
+
<td style="padding:15px">This call is utilized by the Itential Platform Device Broker to determine if the adapter has a specific entity and item of the entity.</td>
|
|
164
|
+
<td style="padding:15px">No</td>
|
|
165
|
+
</tr>
|
|
166
|
+
<tr>
|
|
167
|
+
<td style="padding:15px">getDevice(deviceName, callback)</td>
|
|
168
|
+
<td style="padding:15px">This call returns the details of the requested device.</td>
|
|
169
|
+
<td style="padding:15px">No</td>
|
|
170
|
+
</tr>
|
|
171
|
+
<tr>
|
|
172
|
+
<td style="padding:15px">getDevicesFiltered(options, callback)</td>
|
|
173
|
+
<td style="padding:15px">This call returns the list of devices that match the criteria provided in the options filter.</td>
|
|
174
|
+
<td style="padding:15px">No</td>
|
|
175
|
+
</tr>
|
|
176
|
+
<tr>
|
|
177
|
+
<td style="padding:15px">isAlive(deviceName, callback)</td>
|
|
178
|
+
<td style="padding:15px">This call returns whether the device status is active</td>
|
|
179
|
+
<td style="padding:15px">No</td>
|
|
180
|
+
</tr>
|
|
181
|
+
<tr>
|
|
182
|
+
<td style="padding:15px">getConfig(deviceName, format, callback)</td>
|
|
183
|
+
<td style="padding:15px">This call returns the configuration for the selected device.</td>
|
|
184
|
+
<td style="padding:15px">No</td>
|
|
185
|
+
</tr>
|
|
186
|
+
<tr>
|
|
187
|
+
<td style="padding:15px">iapGetDeviceCount(callback)</td>
|
|
188
|
+
<td style="padding:15px">This call returns the count of devices.</td>
|
|
189
|
+
<td style="padding:15px">No</td>
|
|
190
|
+
</tr>
|
|
191
|
+
</table>
|
|
192
|
+
<br>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
### Specific Adapter Calls
|
|
196
|
+
|
|
197
|
+
Specific adapter calls are built based on the API of the Infoblox_universal_ddi. 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.
|
|
198
|
+
|
|
199
|
+
<table border="1" class="bordered-table">
|
|
200
|
+
<tr>
|
|
201
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
202
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
203
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
204
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
205
|
+
</tr>
|
|
206
|
+
<tr>
|
|
207
|
+
<td style="padding:15px">configProfileDisassociateObjectFromConfigProfiles(body, iapMetadata, callback)</td>
|
|
208
|
+
<td style="padding:15px">config_profileDisassociateObjectFromConfigProfiles</td>
|
|
209
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/config_profile/delink_object?{query}</td>
|
|
210
|
+
<td style="padding:15px">Yes</td>
|
|
211
|
+
</tr>
|
|
212
|
+
<tr>
|
|
213
|
+
<td style="padding:15px">configProfileDisassociateConfigProfileFromObjects(body, iapMetadata, callback)</td>
|
|
214
|
+
<td style="padding:15px">config_profileDisassociateConfigProfileFromObjects</td>
|
|
215
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/config_profile/delink_profile?{query}</td>
|
|
216
|
+
<td style="padding:15px">Yes</td>
|
|
217
|
+
</tr>
|
|
218
|
+
<tr>
|
|
219
|
+
<td style="padding:15px">configProfileAssociateObjectToConfigProfiles(body, iapMetadata, callback)</td>
|
|
220
|
+
<td style="padding:15px">config_profileAssociateObjectToConfigProfiles</td>
|
|
221
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/config_profile/link_object?{query}</td>
|
|
222
|
+
<td style="padding:15px">Yes</td>
|
|
223
|
+
</tr>
|
|
224
|
+
<tr>
|
|
225
|
+
<td style="padding:15px">configProfileAssociateConfigProfileToObjects(body, iapMetadata, callback)</td>
|
|
226
|
+
<td style="padding:15px">config_profileAssociateConfigProfileToObjects</td>
|
|
227
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/config_profile/link_profile?{query}</td>
|
|
228
|
+
<td style="padding:15px">Yes</td>
|
|
229
|
+
</tr>
|
|
230
|
+
<tr>
|
|
231
|
+
<td style="padding:15px">configProfileListConfigProfiles(objectId, iapMetadata, callback)</td>
|
|
232
|
+
<td style="padding:15px">config_profileListConfigProfiles</td>
|
|
233
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/config_profile/profiles?{query}</td>
|
|
234
|
+
<td style="padding:15px">Yes</td>
|
|
235
|
+
</tr>
|
|
236
|
+
<tr>
|
|
237
|
+
<td style="padding:15px">configProfileListSubnets(configProfileId, orderBy, offset, limit, pageToken, iapMetadata, callback)</td>
|
|
238
|
+
<td style="padding:15px">config_profileListSubnets</td>
|
|
239
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/config_profile/subnets?{query}</td>
|
|
240
|
+
<td style="padding:15px">Yes</td>
|
|
241
|
+
</tr>
|
|
242
|
+
<tr>
|
|
243
|
+
<td style="padding:15px">filterList(fields, filter, offset, limit, pageToken, orderBy, torderBy, tfilter, iapMetadata, callback)</td>
|
|
244
|
+
<td style="padding:15px">Retrieve DHCP filters.</td>
|
|
245
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/filter?{query}</td>
|
|
246
|
+
<td style="padding:15px">Yes</td>
|
|
247
|
+
</tr>
|
|
248
|
+
<tr>
|
|
249
|
+
<td style="padding:15px">fixedAddressList(filter, orderBy, fields, offset, limit, pageToken, torderBy, tfilter, iapMetadata, callback)</td>
|
|
250
|
+
<td style="padding:15px">Retrieve fixed addresses.</td>
|
|
251
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/fixed_address?{query}</td>
|
|
252
|
+
<td style="padding:15px">Yes</td>
|
|
253
|
+
</tr>
|
|
254
|
+
<tr>
|
|
255
|
+
<td style="padding:15px">fixedAddressCreate(body, iapMetadata, callback)</td>
|
|
256
|
+
<td style="padding:15px">Create the fixed address.</td>
|
|
257
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/fixed_address?{query}</td>
|
|
258
|
+
<td style="padding:15px">Yes</td>
|
|
259
|
+
</tr>
|
|
260
|
+
<tr>
|
|
261
|
+
<td style="padding:15px">fixedAddressRead(id, fields, iapMetadata, callback)</td>
|
|
262
|
+
<td style="padding:15px">Retrieve the fixed address.</td>
|
|
263
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/fixed_address/{pathv1}?{query}</td>
|
|
264
|
+
<td style="padding:15px">Yes</td>
|
|
265
|
+
</tr>
|
|
266
|
+
<tr>
|
|
267
|
+
<td style="padding:15px">fixedAddressDelete(id, iapMetadata, callback)</td>
|
|
268
|
+
<td style="padding:15px">Move the fixed address to the recycle bin.</td>
|
|
269
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/fixed_address/{pathv1}?{query}</td>
|
|
270
|
+
<td style="padding:15px">Yes</td>
|
|
271
|
+
</tr>
|
|
272
|
+
<tr>
|
|
273
|
+
<td style="padding:15px">fixedAddressUpdate(id, body, iapMetadata, callback)</td>
|
|
274
|
+
<td style="padding:15px">Update the fixed address.</td>
|
|
275
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/fixed_address/{pathv1}?{query}</td>
|
|
276
|
+
<td style="padding:15px">Yes</td>
|
|
277
|
+
</tr>
|
|
278
|
+
<tr>
|
|
279
|
+
<td style="padding:15px">globalRead(fields, iapMetadata, callback)</td>
|
|
280
|
+
<td style="padding:15px">Retrieve the global configuration.</td>
|
|
281
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/global?{query}</td>
|
|
282
|
+
<td style="padding:15px">Yes</td>
|
|
283
|
+
</tr>
|
|
284
|
+
<tr>
|
|
285
|
+
<td style="padding:15px">globalUpdate(body, iapMetadata, callback)</td>
|
|
286
|
+
<td style="padding:15px">Update the global configuration.</td>
|
|
287
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/global?{query}</td>
|
|
288
|
+
<td style="padding:15px">Yes</td>
|
|
289
|
+
</tr>
|
|
290
|
+
<tr>
|
|
291
|
+
<td style="padding:15px">globalRead2(id, fields, iapMetadata, callback)</td>
|
|
292
|
+
<td style="padding:15px">Retrieve the global configuration.</td>
|
|
293
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/global/{pathv1}?{query}</td>
|
|
294
|
+
<td style="padding:15px">Yes</td>
|
|
295
|
+
</tr>
|
|
296
|
+
<tr>
|
|
297
|
+
<td style="padding:15px">globalUpdate2(id, body, iapMetadata, callback)</td>
|
|
298
|
+
<td style="padding:15px">Update the global configuration.</td>
|
|
299
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/global/{pathv1}?{query}</td>
|
|
300
|
+
<td style="padding:15px">Yes</td>
|
|
301
|
+
</tr>
|
|
302
|
+
<tr>
|
|
303
|
+
<td style="padding:15px">haGroupList(filter, orderBy, fields, offset, limit, pageToken, torderBy, tfilter, collectStats, iapMetadata, callback)</td>
|
|
304
|
+
<td style="padding:15px">Retrieve HA groups.</td>
|
|
305
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/ha_group?{query}</td>
|
|
306
|
+
<td style="padding:15px">Yes</td>
|
|
307
|
+
</tr>
|
|
308
|
+
<tr>
|
|
309
|
+
<td style="padding:15px">haGroupCreate(body, iapMetadata, callback)</td>
|
|
310
|
+
<td style="padding:15px">Create the HA group.</td>
|
|
311
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/ha_group?{query}</td>
|
|
312
|
+
<td style="padding:15px">Yes</td>
|
|
313
|
+
</tr>
|
|
314
|
+
<tr>
|
|
315
|
+
<td style="padding:15px">haGroupRead(id, fields, collectStats, iapMetadata, callback)</td>
|
|
316
|
+
<td style="padding:15px">Retrieve the HA group.</td>
|
|
317
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/ha_group/{pathv1}?{query}</td>
|
|
318
|
+
<td style="padding:15px">Yes</td>
|
|
319
|
+
</tr>
|
|
320
|
+
<tr>
|
|
321
|
+
<td style="padding:15px">haGroupDelete(id, iapMetadata, callback)</td>
|
|
322
|
+
<td style="padding:15px">Delete the HA group.</td>
|
|
323
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/ha_group/{pathv1}?{query}</td>
|
|
324
|
+
<td style="padding:15px">Yes</td>
|
|
325
|
+
</tr>
|
|
326
|
+
<tr>
|
|
327
|
+
<td style="padding:15px">haGroupUpdate(id, body, iapMetadata, callback)</td>
|
|
328
|
+
<td style="padding:15px">Update the HA group.</td>
|
|
329
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/ha_group/{pathv1}?{query}</td>
|
|
330
|
+
<td style="padding:15px">Yes</td>
|
|
331
|
+
</tr>
|
|
332
|
+
<tr>
|
|
333
|
+
<td style="padding:15px">hardwareFilterList(filter, orderBy, fields, offset, limit, pageToken, torderBy, tfilter, iapMetadata, callback)</td>
|
|
334
|
+
<td style="padding:15px">Retrieve hardware filters.</td>
|
|
335
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/hardware_filter?{query}</td>
|
|
336
|
+
<td style="padding:15px">Yes</td>
|
|
337
|
+
</tr>
|
|
338
|
+
<tr>
|
|
339
|
+
<td style="padding:15px">hardwareFilterCreate(body, iapMetadata, callback)</td>
|
|
340
|
+
<td style="padding:15px">Create the hardware filter.</td>
|
|
341
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/hardware_filter?{query}</td>
|
|
342
|
+
<td style="padding:15px">Yes</td>
|
|
343
|
+
</tr>
|
|
344
|
+
<tr>
|
|
345
|
+
<td style="padding:15px">hardwareFilterRead(id, fields, iapMetadata, callback)</td>
|
|
346
|
+
<td style="padding:15px">Retrieve the hardware filter.</td>
|
|
347
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/hardware_filter/{pathv1}?{query}</td>
|
|
348
|
+
<td style="padding:15px">Yes</td>
|
|
349
|
+
</tr>
|
|
350
|
+
<tr>
|
|
351
|
+
<td style="padding:15px">hardwareFilterDelete(id, iapMetadata, callback)</td>
|
|
352
|
+
<td style="padding:15px">Move the hardware filter to the recycle bin.</td>
|
|
353
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/hardware_filter/{pathv1}?{query}</td>
|
|
354
|
+
<td style="padding:15px">Yes</td>
|
|
355
|
+
</tr>
|
|
356
|
+
<tr>
|
|
357
|
+
<td style="padding:15px">hardwareFilterUpdate(id, body, iapMetadata, callback)</td>
|
|
358
|
+
<td style="padding:15px">Update the hardware filter.</td>
|
|
359
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/hardware_filter/{pathv1}?{query}</td>
|
|
360
|
+
<td style="padding:15px">Yes</td>
|
|
361
|
+
</tr>
|
|
362
|
+
<tr>
|
|
363
|
+
<td style="padding:15px">getDhcpHost(fields, filter, offset, limit, pageToken, orderBy, tfilter, torderBy, iapMetadata, callback)</td>
|
|
364
|
+
<td style="padding:15px">Retrieve DHCP hosts.</td>
|
|
365
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/host?{query}</td>
|
|
366
|
+
<td style="padding:15px">Yes</td>
|
|
367
|
+
</tr>
|
|
368
|
+
<tr>
|
|
369
|
+
<td style="padding:15px">getDhcpHostId(id, fields, iapMetadata, callback)</td>
|
|
370
|
+
<td style="padding:15px">Retrieve the DHCP host.</td>
|
|
371
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/host/{pathv1}?{query}</td>
|
|
372
|
+
<td style="padding:15px">Yes</td>
|
|
373
|
+
</tr>
|
|
374
|
+
<tr>
|
|
375
|
+
<td style="padding:15px">patchDhcpHostId(id, body, iapMetadata, callback)</td>
|
|
376
|
+
<td style="padding:15px">Update the DHCP hosts.</td>
|
|
377
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/host/{pathv1}?{query}</td>
|
|
378
|
+
<td style="padding:15px">Yes</td>
|
|
379
|
+
</tr>
|
|
380
|
+
<tr>
|
|
381
|
+
<td style="padding:15px">getDhcpHostIdAssociations(id, iapMetadata, callback)</td>
|
|
382
|
+
<td style="padding:15px">Retrieve DHCP host associations.</td>
|
|
383
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/host/{pathv1}/associations?{query}</td>
|
|
384
|
+
<td style="padding:15px">Yes</td>
|
|
385
|
+
</tr>
|
|
386
|
+
<tr>
|
|
387
|
+
<td style="padding:15px">leasesCommandCreate(body, iapMetadata, callback)</td>
|
|
388
|
+
<td style="padding:15px">Perform actions like clearing DHCP lease(s).</td>
|
|
389
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/leases_command?{query}</td>
|
|
390
|
+
<td style="padding:15px">Yes</td>
|
|
391
|
+
</tr>
|
|
392
|
+
<tr>
|
|
393
|
+
<td style="padding:15px">macAddressItemList(filter, orderBy, fields, offset, limit, pageToken, iapMetadata, callback)</td>
|
|
394
|
+
<td style="padding:15px">Retrieve mac address items.</td>
|
|
395
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/mac_address_item?{query}</td>
|
|
396
|
+
<td style="padding:15px">Yes</td>
|
|
397
|
+
</tr>
|
|
398
|
+
<tr>
|
|
399
|
+
<td style="padding:15px">macAddressItemCreate(body, iapMetadata, callback)</td>
|
|
400
|
+
<td style="padding:15px">Create the mac address item.</td>
|
|
401
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/mac_address_item?{query}</td>
|
|
402
|
+
<td style="padding:15px">Yes</td>
|
|
403
|
+
</tr>
|
|
404
|
+
<tr>
|
|
405
|
+
<td style="padding:15px">macAddressItemBulkCreate(body, iapMetadata, callback)</td>
|
|
406
|
+
<td style="padding:15px">Bulk create the mac address items.</td>
|
|
407
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/mac_address_item/bulk_create?{query}</td>
|
|
408
|
+
<td style="padding:15px">Yes</td>
|
|
409
|
+
</tr>
|
|
410
|
+
<tr>
|
|
411
|
+
<td style="padding:15px">macAddressItemUpload(body, iapMetadata, callback)</td>
|
|
412
|
+
<td style="padding:15px">Upload mac addresses to a large scale hardware filter.</td>
|
|
413
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/mac_address_item/upload?{query}</td>
|
|
414
|
+
<td style="padding:15px">Yes</td>
|
|
415
|
+
</tr>
|
|
416
|
+
<tr>
|
|
417
|
+
<td style="padding:15px">macAddressItemRead(id, fields, iapMetadata, callback)</td>
|
|
418
|
+
<td style="padding:15px">Retrieve the mac address item.</td>
|
|
419
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/mac_address_item/{pathv1}?{query}</td>
|
|
420
|
+
<td style="padding:15px">Yes</td>
|
|
421
|
+
</tr>
|
|
422
|
+
<tr>
|
|
423
|
+
<td style="padding:15px">macAddressItemDelete(id, iapMetadata, callback)</td>
|
|
424
|
+
<td style="padding:15px">Delete the mac address item.</td>
|
|
425
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/mac_address_item/{pathv1}?{query}</td>
|
|
426
|
+
<td style="padding:15px">Yes</td>
|
|
427
|
+
</tr>
|
|
428
|
+
<tr>
|
|
429
|
+
<td style="padding:15px">macAddressItemUpdate(id, body, iapMetadata, callback)</td>
|
|
430
|
+
<td style="padding:15px">Update the mac address item.</td>
|
|
431
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/mac_address_item/{pathv1}?{query}</td>
|
|
432
|
+
<td style="padding:15px">Yes</td>
|
|
433
|
+
</tr>
|
|
434
|
+
<tr>
|
|
435
|
+
<td style="padding:15px">optionCodeList(fields, filter, offset, limit, pageToken, orderBy, iapMetadata, callback)</td>
|
|
436
|
+
<td style="padding:15px">Retrieve DHCP option codes.</td>
|
|
437
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_code?{query}</td>
|
|
438
|
+
<td style="padding:15px">Yes</td>
|
|
439
|
+
</tr>
|
|
440
|
+
<tr>
|
|
441
|
+
<td style="padding:15px">optionCodeCreate(body, iapMetadata, callback)</td>
|
|
442
|
+
<td style="padding:15px">Create the DHCP option code.</td>
|
|
443
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_code?{query}</td>
|
|
444
|
+
<td style="padding:15px">Yes</td>
|
|
445
|
+
</tr>
|
|
446
|
+
<tr>
|
|
447
|
+
<td style="padding:15px">optionCodeRead(id, fields, iapMetadata, callback)</td>
|
|
448
|
+
<td style="padding:15px">Retrieve the DHCP option code.</td>
|
|
449
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_code/{pathv1}?{query}</td>
|
|
450
|
+
<td style="padding:15px">Yes</td>
|
|
451
|
+
</tr>
|
|
452
|
+
<tr>
|
|
453
|
+
<td style="padding:15px">optionCodeDelete(id, iapMetadata, callback)</td>
|
|
454
|
+
<td style="padding:15px">Delete the DHCP option code.</td>
|
|
455
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_code/{pathv1}?{query}</td>
|
|
456
|
+
<td style="padding:15px">Yes</td>
|
|
457
|
+
</tr>
|
|
458
|
+
<tr>
|
|
459
|
+
<td style="padding:15px">optionCodeUpdate(id, body, iapMetadata, callback)</td>
|
|
460
|
+
<td style="padding:15px">Update the DHCP option code.</td>
|
|
461
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_code/{pathv1}?{query}</td>
|
|
462
|
+
<td style="padding:15px">Yes</td>
|
|
463
|
+
</tr>
|
|
464
|
+
<tr>
|
|
465
|
+
<td style="padding:15px">optionFilterList(fields, filter, offset, limit, pageToken, orderBy, torderBy, tfilter, iapMetadata, callback)</td>
|
|
466
|
+
<td style="padding:15px">Retrieve DHCP option filters.</td>
|
|
467
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_filter?{query}</td>
|
|
468
|
+
<td style="padding:15px">Yes</td>
|
|
469
|
+
</tr>
|
|
470
|
+
<tr>
|
|
471
|
+
<td style="padding:15px">optionFilterCreate(body, iapMetadata, callback)</td>
|
|
472
|
+
<td style="padding:15px">Create the DHCP option filter.</td>
|
|
473
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_filter?{query}</td>
|
|
474
|
+
<td style="padding:15px">Yes</td>
|
|
475
|
+
</tr>
|
|
476
|
+
<tr>
|
|
477
|
+
<td style="padding:15px">optionFilterRead(id, fields, iapMetadata, callback)</td>
|
|
478
|
+
<td style="padding:15px">Retrieve the DHCP option filter.</td>
|
|
479
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_filter/{pathv1}?{query}</td>
|
|
480
|
+
<td style="padding:15px">Yes</td>
|
|
481
|
+
</tr>
|
|
482
|
+
<tr>
|
|
483
|
+
<td style="padding:15px">optionFilterDelete(id, iapMetadata, callback)</td>
|
|
484
|
+
<td style="padding:15px">Move the DHCP option filter to the recycle bin.</td>
|
|
485
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_filter/{pathv1}?{query}</td>
|
|
486
|
+
<td style="padding:15px">Yes</td>
|
|
487
|
+
</tr>
|
|
488
|
+
<tr>
|
|
489
|
+
<td style="padding:15px">optionFilterUpdate(id, body, iapMetadata, callback)</td>
|
|
490
|
+
<td style="padding:15px">Update the DHCP option filter.</td>
|
|
491
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_filter/{pathv1}?{query}</td>
|
|
492
|
+
<td style="padding:15px">Yes</td>
|
|
493
|
+
</tr>
|
|
494
|
+
<tr>
|
|
495
|
+
<td style="padding:15px">optionGroupList(fields, filter, offset, limit, pageToken, orderBy, torderBy, tfilter, iapMetadata, callback)</td>
|
|
496
|
+
<td style="padding:15px">Retrieve DHCP option groups.</td>
|
|
497
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_group?{query}</td>
|
|
498
|
+
<td style="padding:15px">Yes</td>
|
|
499
|
+
</tr>
|
|
500
|
+
<tr>
|
|
501
|
+
<td style="padding:15px">optionGroupCreate(body, iapMetadata, callback)</td>
|
|
502
|
+
<td style="padding:15px">Create the DHCP option group.</td>
|
|
503
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_group?{query}</td>
|
|
504
|
+
<td style="padding:15px">Yes</td>
|
|
505
|
+
</tr>
|
|
506
|
+
<tr>
|
|
507
|
+
<td style="padding:15px">optionGroupRead(id, fields, iapMetadata, callback)</td>
|
|
508
|
+
<td style="padding:15px">Retrieve the DHCP option group.</td>
|
|
509
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_group/{pathv1}?{query}</td>
|
|
510
|
+
<td style="padding:15px">Yes</td>
|
|
511
|
+
</tr>
|
|
512
|
+
<tr>
|
|
513
|
+
<td style="padding:15px">optionGroupDelete(id, iapMetadata, callback)</td>
|
|
514
|
+
<td style="padding:15px">Move the DHCP option group to the recycle bin.</td>
|
|
515
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_group/{pathv1}?{query}</td>
|
|
516
|
+
<td style="padding:15px">Yes</td>
|
|
517
|
+
</tr>
|
|
518
|
+
<tr>
|
|
519
|
+
<td style="padding:15px">optionGroupUpdate(id, body, iapMetadata, callback)</td>
|
|
520
|
+
<td style="padding:15px">Update the DHCP option group.</td>
|
|
521
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_group/{pathv1}?{query}</td>
|
|
522
|
+
<td style="padding:15px">Yes</td>
|
|
523
|
+
</tr>
|
|
524
|
+
<tr>
|
|
525
|
+
<td style="padding:15px">optionspaceList(fields, filter, offset, limit, pageToken, orderBy, torderBy, tfilter, iapMetadata, callback)</td>
|
|
526
|
+
<td style="padding:15px">Retrieve DHCP option spaces.</td>
|
|
527
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_space?{query}</td>
|
|
528
|
+
<td style="padding:15px">Yes</td>
|
|
529
|
+
</tr>
|
|
530
|
+
<tr>
|
|
531
|
+
<td style="padding:15px">optionspaceCreate(body, iapMetadata, callback)</td>
|
|
532
|
+
<td style="padding:15px">Create the DHCP option space.</td>
|
|
533
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_space?{query}</td>
|
|
534
|
+
<td style="padding:15px">Yes</td>
|
|
535
|
+
</tr>
|
|
536
|
+
<tr>
|
|
537
|
+
<td style="padding:15px">optionspaceRead(id, fields, iapMetadata, callback)</td>
|
|
538
|
+
<td style="padding:15px">Retrieve the DHCP option space.</td>
|
|
539
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_space/{pathv1}?{query}</td>
|
|
540
|
+
<td style="padding:15px">Yes</td>
|
|
541
|
+
</tr>
|
|
542
|
+
<tr>
|
|
543
|
+
<td style="padding:15px">optionspaceDelete(id, iapMetadata, callback)</td>
|
|
544
|
+
<td style="padding:15px">Move the DHCP option space to the recycle bin.</td>
|
|
545
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_space/{pathv1}?{query}</td>
|
|
546
|
+
<td style="padding:15px">Yes</td>
|
|
547
|
+
</tr>
|
|
548
|
+
<tr>
|
|
549
|
+
<td style="padding:15px">optionspaceUpdate(id, body, iapMetadata, callback)</td>
|
|
550
|
+
<td style="padding:15px">Update the DHCP option space.</td>
|
|
551
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/option_space/{pathv1}?{query}</td>
|
|
552
|
+
<td style="padding:15px">Yes</td>
|
|
553
|
+
</tr>
|
|
554
|
+
<tr>
|
|
555
|
+
<td style="padding:15px">serverList(filter, orderBy, fields, offset, limit, pageToken, torderBy, tfilter, iapMetadata, callback)</td>
|
|
556
|
+
<td style="padding:15px">Retrieve DHCP configuration profiles.</td>
|
|
557
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/server?{query}</td>
|
|
558
|
+
<td style="padding:15px">Yes</td>
|
|
559
|
+
</tr>
|
|
560
|
+
<tr>
|
|
561
|
+
<td style="padding:15px">serverCreate(body, iapMetadata, callback)</td>
|
|
562
|
+
<td style="padding:15px">Create the DHCP configuration profile.</td>
|
|
563
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/server?{query}</td>
|
|
564
|
+
<td style="padding:15px">Yes</td>
|
|
565
|
+
</tr>
|
|
566
|
+
<tr>
|
|
567
|
+
<td style="padding:15px">serverRead(id, fields, iapMetadata, callback)</td>
|
|
568
|
+
<td style="padding:15px">Retrieve the DHCP configuration profile.</td>
|
|
569
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/server/{pathv1}?{query}</td>
|
|
570
|
+
<td style="padding:15px">Yes</td>
|
|
571
|
+
</tr>
|
|
572
|
+
<tr>
|
|
573
|
+
<td style="padding:15px">serverDelete(id, iapMetadata, callback)</td>
|
|
574
|
+
<td style="padding:15px">Move the DHCP configuration profile to the recycle bin.</td>
|
|
575
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/server/{pathv1}?{query}</td>
|
|
576
|
+
<td style="padding:15px">Yes</td>
|
|
577
|
+
</tr>
|
|
578
|
+
<tr>
|
|
579
|
+
<td style="padding:15px">serverUpdate(id, body, iapMetadata, callback)</td>
|
|
580
|
+
<td style="padding:15px">Update the DHCP configuration profile.</td>
|
|
581
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/server/{pathv1}?{query}</td>
|
|
582
|
+
<td style="padding:15px">Yes</td>
|
|
583
|
+
</tr>
|
|
584
|
+
<tr>
|
|
585
|
+
<td style="padding:15px">serviceList(fields, filter, offset, limit, pageToken, orderBy, tfilter, torderBy, iapMetadata, callback)</td>
|
|
586
|
+
<td style="padding:15px">List DHCP service instance objects.</td>
|
|
587
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/service?{query}</td>
|
|
588
|
+
<td style="padding:15px">Yes</td>
|
|
589
|
+
</tr>
|
|
590
|
+
<tr>
|
|
591
|
+
<td style="padding:15px">serviceRead(id, fields, iapMetadata, callback)</td>
|
|
592
|
+
<td style="padding:15px">Read the DHCP service instance object.</td>
|
|
593
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/service/{pathv1}?{query}</td>
|
|
594
|
+
<td style="padding:15px">Yes</td>
|
|
595
|
+
</tr>
|
|
596
|
+
<tr>
|
|
597
|
+
<td style="padding:15px">getDhcpUniversalServiceIdAssociations(id, iapMetadata, callback)</td>
|
|
598
|
+
<td style="padding:15px">Retrieve DHCP capability associations.
|
|
599
|
+
Use this method to retrieve associated subnets/ranges with a</td>
|
|
600
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/universal_service/{pathv1}/associations?{query}</td>
|
|
601
|
+
<td style="padding:15px">Yes</td>
|
|
602
|
+
</tr>
|
|
603
|
+
<tr>
|
|
604
|
+
<td style="padding:15px">getDhcpUniversalServiceIdAssociationsCount(id, iapMetadata, callback)</td>
|
|
605
|
+
<td style="padding:15px">Retrieve DHCP capability associations count.
|
|
606
|
+
Use this method to retrieve count of associated subnet</td>
|
|
607
|
+
<td style="padding:15px">{base_path}/{version}/dhcp/universal_service/{pathv1}/associations/count?{query}</td>
|
|
608
|
+
<td style="padding:15px">Yes</td>
|
|
609
|
+
</tr>
|
|
610
|
+
<tr>
|
|
611
|
+
<td style="padding:15px">addressList(filter, orderBy, fields, offset, limit, pageToken, scope, addressState, torderBy, tfilter, iapMetadata, callback)</td>
|
|
612
|
+
<td style="padding:15px">Retrieve IP addresses.</td>
|
|
613
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address?{query}</td>
|
|
614
|
+
<td style="padding:15px">Yes</td>
|
|
615
|
+
</tr>
|
|
616
|
+
<tr>
|
|
617
|
+
<td style="padding:15px">addressCreate(body, iapMetadata, callback)</td>
|
|
618
|
+
<td style="padding:15px">Create the IP address.</td>
|
|
619
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address?{query}</td>
|
|
620
|
+
<td style="padding:15px">Yes</td>
|
|
621
|
+
</tr>
|
|
622
|
+
<tr>
|
|
623
|
+
<td style="padding:15px">addressRead(id, fields, iapMetadata, callback)</td>
|
|
624
|
+
<td style="padding:15px">Retrieve the IP address.</td>
|
|
625
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address/{pathv1}?{query}</td>
|
|
626
|
+
<td style="padding:15px">Yes</td>
|
|
627
|
+
</tr>
|
|
628
|
+
<tr>
|
|
629
|
+
<td style="padding:15px">addressDelete(id, iapMetadata, callback)</td>
|
|
630
|
+
<td style="padding:15px">Move the IP address to the recycle bin.</td>
|
|
631
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address/{pathv1}?{query}</td>
|
|
632
|
+
<td style="padding:15px">Yes</td>
|
|
633
|
+
</tr>
|
|
634
|
+
<tr>
|
|
635
|
+
<td style="padding:15px">addressUpdate(id, body, iapMetadata, callback)</td>
|
|
636
|
+
<td style="padding:15px">Update the IP address.</td>
|
|
637
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address/{pathv1}?{query}</td>
|
|
638
|
+
<td style="padding:15px">Yes</td>
|
|
639
|
+
</tr>
|
|
640
|
+
<tr>
|
|
641
|
+
<td style="padding:15px">addressBlockList(fields, filter, offset, limit, pageToken, orderBy, torderBy, tfilter, federatedRealm, iapMetadata, callback)</td>
|
|
642
|
+
<td style="padding:15px">Retrieve the address blocks.</td>
|
|
643
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block?{query}</td>
|
|
644
|
+
<td style="padding:15px">Yes</td>
|
|
645
|
+
</tr>
|
|
646
|
+
<tr>
|
|
647
|
+
<td style="padding:15px">addressBlockCreate(body, iapMetadata, callback)</td>
|
|
648
|
+
<td style="padding:15px">Create the address block.</td>
|
|
649
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block?{query}</td>
|
|
650
|
+
<td style="padding:15px">Yes</td>
|
|
651
|
+
</tr>
|
|
652
|
+
<tr>
|
|
653
|
+
<td style="padding:15px">addressBlockRead(id, fields, iapMetadata, callback)</td>
|
|
654
|
+
<td style="padding:15px">Retrieve the address block.</td>
|
|
655
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}?{query}</td>
|
|
656
|
+
<td style="padding:15px">Yes</td>
|
|
657
|
+
</tr>
|
|
658
|
+
<tr>
|
|
659
|
+
<td style="padding:15px">addressBlockDelete(id, iapMetadata, callback)</td>
|
|
660
|
+
<td style="padding:15px">Move the address block to the recycle bin.</td>
|
|
661
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}?{query}</td>
|
|
662
|
+
<td style="padding:15px">Yes</td>
|
|
663
|
+
</tr>
|
|
664
|
+
<tr>
|
|
665
|
+
<td style="padding:15px">addressBlockUpdate(id, body, iapMetadata, callback)</td>
|
|
666
|
+
<td style="padding:15px">Update the address block.</td>
|
|
667
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}?{query}</td>
|
|
668
|
+
<td style="padding:15px">Yes</td>
|
|
669
|
+
</tr>
|
|
670
|
+
<tr>
|
|
671
|
+
<td style="padding:15px">addressBlockListAncestor(id, iapMetadata, callback)</td>
|
|
672
|
+
<td style="padding:15px">Retrieve address block ancestors.</td>
|
|
673
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/ancestor?{query}</td>
|
|
674
|
+
<td style="padding:15px">Yes</td>
|
|
675
|
+
</tr>
|
|
676
|
+
<tr>
|
|
677
|
+
<td style="padding:15px">addressBlockCopy(id, body, iapMetadata, callback)</td>
|
|
678
|
+
<td style="padding:15px">Copy the address block.</td>
|
|
679
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/copy?{query}</td>
|
|
680
|
+
<td style="padding:15px">Yes</td>
|
|
681
|
+
</tr>
|
|
682
|
+
<tr>
|
|
683
|
+
<td style="padding:15px">addressBlockListNextAvailableAB(id, cidr, count, name, comment, federatedRealms, compartmentId, iapMetadata, callback)</td>
|
|
684
|
+
<td style="padding:15px">List Next Available Address Block objects.</td>
|
|
685
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/nextavailableaddressblock?{query}</td>
|
|
686
|
+
<td style="padding:15px">Yes</td>
|
|
687
|
+
</tr>
|
|
688
|
+
<tr>
|
|
689
|
+
<td style="padding:15px">addressBlockCreateNextAvailableAB(id, iapMetadata, callback)</td>
|
|
690
|
+
<td style="padding:15px">Create the Next Available Address Block object.</td>
|
|
691
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/nextavailableaddressblock?{query}</td>
|
|
692
|
+
<td style="padding:15px">Yes</td>
|
|
693
|
+
</tr>
|
|
694
|
+
<tr>
|
|
695
|
+
<td style="padding:15px">addressBlockListNextAvailableIP(id, contiguous, count, iapMetadata, callback)</td>
|
|
696
|
+
<td style="padding:15px">Retrieve the next available IP address.</td>
|
|
697
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/nextavailableip?{query}</td>
|
|
698
|
+
<td style="padding:15px">Yes</td>
|
|
699
|
+
</tr>
|
|
700
|
+
<tr>
|
|
701
|
+
<td style="padding:15px">addressBlockCreateNextAvailableIP(id, iapMetadata, callback)</td>
|
|
702
|
+
<td style="padding:15px">Allocate the next available IP address.</td>
|
|
703
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/nextavailableip?{query}</td>
|
|
704
|
+
<td style="padding:15px">Yes</td>
|
|
705
|
+
</tr>
|
|
706
|
+
<tr>
|
|
707
|
+
<td style="padding:15px">addressBlockListNextAvailableSubnet(id, cidr, count, name, comment, dhcpHost, federatedRealms, iapMetadata, callback)</td>
|
|
708
|
+
<td style="padding:15px">List Next Available Subnet objects.</td>
|
|
709
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/nextavailablesubnet?{query}</td>
|
|
710
|
+
<td style="padding:15px">Yes</td>
|
|
711
|
+
</tr>
|
|
712
|
+
<tr>
|
|
713
|
+
<td style="padding:15px">addressBlockCreateNextAvailableSubnet(id, iapMetadata, callback)</td>
|
|
714
|
+
<td style="padding:15px">Create the Next Available Subnet object.</td>
|
|
715
|
+
<td style="padding:15px">{base_path}/{version}/ipam/address_block/{pathv1}/nextavailablesubnet?{query}</td>
|
|
716
|
+
<td style="padding:15px">Yes</td>
|
|
717
|
+
</tr>
|
|
718
|
+
<tr>
|
|
719
|
+
<td style="padding:15px">asmList(fields, subnetId, iapMetadata, callback)</td>
|
|
720
|
+
<td style="padding:15px">Retrieve suggested updates for Automated Scope Management.</td>
|
|
721
|
+
<td style="padding:15px">{base_path}/{version}/ipam/asm?{query}</td>
|
|
722
|
+
<td style="padding:15px">Yes</td>
|
|
723
|
+
</tr>
|
|
724
|
+
<tr>
|
|
725
|
+
<td style="padding:15px">asmCreate(body, iapMetadata, callback)</td>
|
|
726
|
+
<td style="padding:15px">Update subnet and ranges for Automated Scope Management.</td>
|
|
727
|
+
<td style="padding:15px">{base_path}/{version}/ipam/asm?{query}</td>
|
|
728
|
+
<td style="padding:15px">Yes</td>
|
|
729
|
+
</tr>
|
|
730
|
+
<tr>
|
|
731
|
+
<td style="padding:15px">asmRead(id, fields, iapMetadata, callback)</td>
|
|
732
|
+
<td style="padding:15px">Retrieve the suggested update for Automated Scope Management.</td>
|
|
733
|
+
<td style="padding:15px">{base_path}/{version}/ipam/asm/{pathv1}?{query}</td>
|
|
734
|
+
<td style="padding:15px">Yes</td>
|
|
735
|
+
</tr>
|
|
736
|
+
<tr>
|
|
737
|
+
<td style="padding:15px">dnsUsageList(fields, filter, offset, limit, pageToken, orderBy, iapMetadata, callback)</td>
|
|
738
|
+
<td style="padding:15px">Retrieve DNS usage for multiple objects.</td>
|
|
739
|
+
<td style="padding:15px">{base_path}/{version}/ipam/dns_usage?{query}</td>
|
|
740
|
+
<td style="padding:15px">Yes</td>
|
|
741
|
+
</tr>
|
|
742
|
+
<tr>
|
|
743
|
+
<td style="padding:15px">dnsUsageRead(id, fields, iapMetadata, callback)</td>
|
|
744
|
+
<td style="padding:15px">Retrieve the DNS usage.</td>
|
|
745
|
+
<td style="padding:15px">{base_path}/{version}/ipam/dns_usage/{pathv1}?{query}</td>
|
|
746
|
+
<td style="padding:15px">Yes</td>
|
|
747
|
+
</tr>
|
|
748
|
+
<tr>
|
|
749
|
+
<td style="padding:15px">getIpamHost(fields, orderBy, filter, offset, limit, pageToken, torderBy, tfilter, iapMetadata, callback)</td>
|
|
750
|
+
<td style="padding:15px">Retrieve the IPAM hosts.</td>
|
|
751
|
+
<td style="padding:15px">{base_path}/{version}/ipam/host?{query}</td>
|
|
752
|
+
<td style="padding:15px">Yes</td>
|
|
753
|
+
</tr>
|
|
754
|
+
<tr>
|
|
755
|
+
<td style="padding:15px">postIpamHost(body, iapMetadata, callback)</td>
|
|
756
|
+
<td style="padding:15px">Create the IPAM host.</td>
|
|
757
|
+
<td style="padding:15px">{base_path}/{version}/ipam/host?{query}</td>
|
|
758
|
+
<td style="padding:15px">Yes</td>
|
|
759
|
+
</tr>
|
|
760
|
+
<tr>
|
|
761
|
+
<td style="padding:15px">getIpamHostId(id, orderBy, fields, iapMetadata, callback)</td>
|
|
762
|
+
<td style="padding:15px">Retrieve the IPAM host.</td>
|
|
763
|
+
<td style="padding:15px">{base_path}/{version}/ipam/host/{pathv1}?{query}</td>
|
|
764
|
+
<td style="padding:15px">Yes</td>
|
|
765
|
+
</tr>
|
|
766
|
+
<tr>
|
|
767
|
+
<td style="padding:15px">deleteIpamHostId(id, iapMetadata, callback)</td>
|
|
768
|
+
<td style="padding:15px">Move the IPAM host to the recycle bin.</td>
|
|
769
|
+
<td style="padding:15px">{base_path}/{version}/ipam/host/{pathv1}?{query}</td>
|
|
770
|
+
<td style="padding:15px">Yes</td>
|
|
771
|
+
</tr>
|
|
772
|
+
<tr>
|
|
773
|
+
<td style="padding:15px">patchIpamHostId(id, body, iapMetadata, callback)</td>
|
|
774
|
+
<td style="padding:15px">Update the IPAM host.</td>
|
|
775
|
+
<td style="padding:15px">{base_path}/{version}/ipam/host/{pathv1}?{query}</td>
|
|
776
|
+
<td style="padding:15px">Yes</td>
|
|
777
|
+
</tr>
|
|
778
|
+
<tr>
|
|
779
|
+
<td style="padding:15px">ipSpaceList(fields, filter, offset, limit, pageToken, orderBy, torderBy, tfilter, federatedRealm, iapMetadata, callback)</td>
|
|
780
|
+
<td style="padding:15px">Retrieve IP spaces.</td>
|
|
781
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space?{query}</td>
|
|
782
|
+
<td style="padding:15px">Yes</td>
|
|
783
|
+
</tr>
|
|
784
|
+
<tr>
|
|
785
|
+
<td style="padding:15px">ipSpaceCreate(body, iapMetadata, callback)</td>
|
|
786
|
+
<td style="padding:15px">Create the IP space.</td>
|
|
787
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space?{query}</td>
|
|
788
|
+
<td style="padding:15px">Yes</td>
|
|
789
|
+
</tr>
|
|
790
|
+
<tr>
|
|
791
|
+
<td style="padding:15px">ipSpaceBulkCopy(body, iapMetadata, callback)</td>
|
|
792
|
+
<td style="padding:15px">Copy the specified address block and subnets in the IP space.</td>
|
|
793
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space/bulk_copy?{query}</td>
|
|
794
|
+
<td style="padding:15px">Yes</td>
|
|
795
|
+
</tr>
|
|
796
|
+
<tr>
|
|
797
|
+
<td style="padding:15px">ipSpaceRead(id, fields, iapMetadata, callback)</td>
|
|
798
|
+
<td style="padding:15px">Retrieve the IP space.</td>
|
|
799
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space/{pathv1}?{query}</td>
|
|
800
|
+
<td style="padding:15px">Yes</td>
|
|
801
|
+
</tr>
|
|
802
|
+
<tr>
|
|
803
|
+
<td style="padding:15px">ipSpaceDelete(id, iapMetadata, callback)</td>
|
|
804
|
+
<td style="padding:15px">Move the IP space to the recycle bin.</td>
|
|
805
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space/{pathv1}?{query}</td>
|
|
806
|
+
<td style="padding:15px">Yes</td>
|
|
807
|
+
</tr>
|
|
808
|
+
<tr>
|
|
809
|
+
<td style="padding:15px">ipSpaceUpdate(id, body, iapMetadata, callback)</td>
|
|
810
|
+
<td style="padding:15px">Update the IP space.</td>
|
|
811
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space/{pathv1}?{query}</td>
|
|
812
|
+
<td style="padding:15px">Yes</td>
|
|
813
|
+
</tr>
|
|
814
|
+
<tr>
|
|
815
|
+
<td style="padding:15px">ipSpaceGetConflicts(id, federatedRealms, iapMetadata, callback)</td>
|
|
816
|
+
<td style="padding:15px">Retrieve Conflicted __AddressBlock__ and __Subnet__ objects in Federated Realms.</td>
|
|
817
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space/{pathv1}/conflicts?{query}</td>
|
|
818
|
+
<td style="padding:15px">Yes</td>
|
|
819
|
+
</tr>
|
|
820
|
+
<tr>
|
|
821
|
+
<td style="padding:15px">ipSpaceCopy(id, body, iapMetadata, callback)</td>
|
|
822
|
+
<td style="padding:15px">Copy the IP space.</td>
|
|
823
|
+
<td style="padding:15px">{base_path}/{version}/ipam/ip_space/{pathv1}/copy?{query}</td>
|
|
824
|
+
<td style="padding:15px">Yes</td>
|
|
825
|
+
</tr>
|
|
826
|
+
<tr>
|
|
827
|
+
<td style="padding:15px">rangeList(filter, orderBy, fields, offset, limit, pageToken, torderBy, tfilter, iapMetadata, callback)</td>
|
|
828
|
+
<td style="padding:15px">Retrieve ranges.</td>
|
|
829
|
+
<td style="padding:15px">{base_path}/{version}/ipam/range?{query}</td>
|
|
830
|
+
<td style="padding:15px">Yes</td>
|
|
831
|
+
</tr>
|
|
832
|
+
<tr>
|
|
833
|
+
<td style="padding:15px">rangeCreate(body, iapMetadata, callback)</td>
|
|
834
|
+
<td style="padding:15px">Create the range.</td>
|
|
835
|
+
<td style="padding:15px">{base_path}/{version}/ipam/range?{query}</td>
|
|
836
|
+
<td style="padding:15px">Yes</td>
|
|
837
|
+
</tr>
|
|
838
|
+
<tr>
|
|
839
|
+
<td style="padding:15px">rangeRead(id, fields, iapMetadata, callback)</td>
|
|
840
|
+
<td style="padding:15px">Retrieve the range.</td>
|
|
841
|
+
<td style="padding:15px">{base_path}/{version}/ipam/range/{pathv1}?{query}</td>
|
|
842
|
+
<td style="padding:15px">Yes</td>
|
|
843
|
+
</tr>
|
|
844
|
+
<tr>
|
|
845
|
+
<td style="padding:15px">rangeDelete(id, iapMetadata, callback)</td>
|
|
846
|
+
<td style="padding:15px">Move the range to the recycle bin.</td>
|
|
847
|
+
<td style="padding:15px">{base_path}/{version}/ipam/range/{pathv1}?{query}</td>
|
|
848
|
+
<td style="padding:15px">Yes</td>
|
|
849
|
+
</tr>
|
|
850
|
+
<tr>
|
|
851
|
+
<td style="padding:15px">rangeUpdate(id, body, iapMetadata, callback)</td>
|
|
852
|
+
<td style="padding:15px">Update the range.</td>
|
|
853
|
+
<td style="padding:15px">{base_path}/{version}/ipam/range/{pathv1}?{query}</td>
|
|
854
|
+
<td style="padding:15px">Yes</td>
|
|
855
|
+
</tr>
|
|
856
|
+
<tr>
|
|
857
|
+
<td style="padding:15px">rangeListNextAvailableIP(id, contiguous, count, iapMetadata, callback)</td>
|
|
858
|
+
<td style="padding:15px">Retrieve the next available IP address.</td>
|
|
859
|
+
<td style="padding:15px">{base_path}/{version}/ipam/range/{pathv1}/nextavailableip?{query}</td>
|
|
860
|
+
<td style="padding:15px">Yes</td>
|
|
861
|
+
</tr>
|
|
862
|
+
<tr>
|
|
863
|
+
<td style="padding:15px">rangeCreateNextAvailableIP(id, iapMetadata, callback)</td>
|
|
864
|
+
<td style="padding:15px">Allocate the next available IP address.</td>
|
|
865
|
+
<td style="padding:15px">{base_path}/{version}/ipam/range/{pathv1}/nextavailableip?{query}</td>
|
|
866
|
+
<td style="padding:15px">Yes</td>
|
|
867
|
+
</tr>
|
|
868
|
+
<tr>
|
|
869
|
+
<td style="padding:15px">subnetList(fields, filter, offset, limit, pageToken, orderBy, torderBy, tfilter, federatedRealm, cidrBlock, iapMetadata, callback)</td>
|
|
870
|
+
<td style="padding:15px">Retrieve subnets.</td>
|
|
871
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet?{query}</td>
|
|
872
|
+
<td style="padding:15px">Yes</td>
|
|
873
|
+
</tr>
|
|
874
|
+
<tr>
|
|
875
|
+
<td style="padding:15px">subnetCreate(body, iapMetadata, callback)</td>
|
|
876
|
+
<td style="padding:15px">Create the subnet.</td>
|
|
877
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet?{query}</td>
|
|
878
|
+
<td style="padding:15px">Yes</td>
|
|
879
|
+
</tr>
|
|
880
|
+
<tr>
|
|
881
|
+
<td style="padding:15px">subnetRead(id, fields, iapMetadata, callback)</td>
|
|
882
|
+
<td style="padding:15px">Retrieve the subnet.</td>
|
|
883
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet/{pathv1}?{query}</td>
|
|
884
|
+
<td style="padding:15px">Yes</td>
|
|
885
|
+
</tr>
|
|
886
|
+
<tr>
|
|
887
|
+
<td style="padding:15px">subnetDelete(id, iapMetadata, callback)</td>
|
|
888
|
+
<td style="padding:15px">Move the subnet to the recycle bin.</td>
|
|
889
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet/{pathv1}?{query}</td>
|
|
890
|
+
<td style="padding:15px">Yes</td>
|
|
891
|
+
</tr>
|
|
892
|
+
<tr>
|
|
893
|
+
<td style="padding:15px">subnetUpdate(id, body, iapMetadata, callback)</td>
|
|
894
|
+
<td style="padding:15px">Update the subnet.</td>
|
|
895
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet/{pathv1}?{query}</td>
|
|
896
|
+
<td style="padding:15px">Yes</td>
|
|
897
|
+
</tr>
|
|
898
|
+
<tr>
|
|
899
|
+
<td style="padding:15px">subnetListAncestor(id, iapMetadata, callback)</td>
|
|
900
|
+
<td style="padding:15px">Retrieve subnet ancestors.</td>
|
|
901
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet/{pathv1}/ancestor?{query}</td>
|
|
902
|
+
<td style="padding:15px">Yes</td>
|
|
903
|
+
</tr>
|
|
904
|
+
<tr>
|
|
905
|
+
<td style="padding:15px">subnetCopy(id, body, iapMetadata, callback)</td>
|
|
906
|
+
<td style="padding:15px">Copy the subnet.</td>
|
|
907
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet/{pathv1}/copy?{query}</td>
|
|
908
|
+
<td style="padding:15px">Yes</td>
|
|
909
|
+
</tr>
|
|
910
|
+
<tr>
|
|
911
|
+
<td style="padding:15px">subnetListNextAvailableIP(id, contiguous, count, iapMetadata, callback)</td>
|
|
912
|
+
<td style="padding:15px">Retrieve the next available IP address.</td>
|
|
913
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet/{pathv1}/nextavailableip?{query}</td>
|
|
914
|
+
<td style="padding:15px">Yes</td>
|
|
915
|
+
</tr>
|
|
916
|
+
<tr>
|
|
917
|
+
<td style="padding:15px">subnetCreateNextAvailableIP(id, iapMetadata, callback)</td>
|
|
918
|
+
<td style="padding:15px">Allocate the next available IP address.</td>
|
|
919
|
+
<td style="padding:15px">{base_path}/{version}/ipam/subnet/{pathv1}/nextavailableip?{query}</td>
|
|
920
|
+
<td style="padding:15px">Yes</td>
|
|
921
|
+
</tr>
|
|
922
|
+
</table>
|
|
923
|
+
<br>
|