@itentialopensource/adapter-steel_connect 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CALLS.md +1716 -0
- package/CHANGELOG.md +16 -0
- package/CONTRIBUTING.md +1 -160
- package/ENHANCE.md +2 -2
- package/README.md +32 -23
- package/adapter.js +163 -335
- package/adapterBase.js +549 -879
- package/changelogs/changelog.md +102 -0
- package/metadata.json +49 -0
- package/package.json +24 -25
- package/pronghorn.json +981 -642
- package/propertiesSchema.json +431 -31
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +17777 -0
- package/report/adapter-openapi.yaml +12589 -0
- package/report/adapterInfo.json +8 -8
- package/report/updateReport1691505818956.json +120 -0
- package/report/updateReport1692203096511.json +120 -0
- package/report/updateReport1694458728548.json +120 -0
- package/report/updateReport1694467555050.json +120 -0
- package/report/updateReport1698422340116.json +120 -0
- package/sampleProperties.json +63 -2
- package/test/integration/adapterTestBasicGet.js +2 -4
- package/test/integration/adapterTestConnectivity.js +91 -42
- package/test/integration/adapterTestIntegration.js +130 -2
- package/test/unit/adapterBaseTestUnit.js +388 -313
- package/test/unit/adapterTestUnit.js +338 -112
- package/utils/adapterInfo.js +1 -1
- package/utils/addAuth.js +1 -1
- package/utils/artifactize.js +1 -1
- package/utils/checkMigrate.js +1 -1
- package/utils/entitiesToDB.js +2 -2
- package/utils/findPath.js +1 -1
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +13 -15
- package/utils/packModificationScript.js +1 -1
- package/utils/pre-commit.sh +2 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +89 -34
- package/utils/tbUtils.js +41 -21
- package/utils/testRunner.js +1 -1
- package/utils/troubleshootingAdapter.js +9 -6
- package/workflows/README.md +0 -3
package/CALLS.md
CHANGED
|
@@ -165,5 +165,1721 @@ Specific adapter calls are built based on the API of the Riverbed SteelConnect.
|
|
|
165
165
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
166
166
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
167
167
|
</tr>
|
|
168
|
+
<tr>
|
|
169
|
+
<td style="padding:15px">getStatus(callback)</td>
|
|
170
|
+
<td style="padding:15px">SCM status information</td>
|
|
171
|
+
<td style="padding:15px">{base_path}/{version}/status?{query}</td>
|
|
172
|
+
<td style="padding:15px">Yes</td>
|
|
173
|
+
</tr>
|
|
174
|
+
<tr>
|
|
175
|
+
<td style="padding:15px">getOrgs(callback)</td>
|
|
176
|
+
<td style="padding:15px">List organizations</td>
|
|
177
|
+
<td style="padding:15px">{base_path}/{version}/orgs?{query}</td>
|
|
178
|
+
<td style="padding:15px">Yes</td>
|
|
179
|
+
</tr>
|
|
180
|
+
<tr>
|
|
181
|
+
<td style="padding:15px">postOrgs(org, callback)</td>
|
|
182
|
+
<td style="padding:15px">Create a new organization</td>
|
|
183
|
+
<td style="padding:15px">{base_path}/{version}/orgs?{query}</td>
|
|
184
|
+
<td style="padding:15px">Yes</td>
|
|
185
|
+
</tr>
|
|
186
|
+
<tr>
|
|
187
|
+
<td style="padding:15px">getOrgOrgid(orgid, callback)</td>
|
|
188
|
+
<td style="padding:15px">Get organization info</td>
|
|
189
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}?{query}</td>
|
|
190
|
+
<td style="padding:15px">Yes</td>
|
|
191
|
+
</tr>
|
|
192
|
+
<tr>
|
|
193
|
+
<td style="padding:15px">putOrgOrgid(orgid, org, callback)</td>
|
|
194
|
+
<td style="padding:15px">Update an organization object</td>
|
|
195
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}?{query}</td>
|
|
196
|
+
<td style="padding:15px">Yes</td>
|
|
197
|
+
</tr>
|
|
198
|
+
<tr>
|
|
199
|
+
<td style="padding:15px">deleteOrgOrgid(orgid, callback)</td>
|
|
200
|
+
<td style="padding:15px">Delete organization</td>
|
|
201
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}?{query}</td>
|
|
202
|
+
<td style="padding:15px">Yes</td>
|
|
203
|
+
</tr>
|
|
204
|
+
<tr>
|
|
205
|
+
<td style="padding:15px">getBgpneighs(callback)</td>
|
|
206
|
+
<td style="padding:15px">List BGP neighbors</td>
|
|
207
|
+
<td style="padding:15px">{base_path}/{version}/bgpneighs?{query}</td>
|
|
208
|
+
<td style="padding:15px">Yes</td>
|
|
209
|
+
</tr>
|
|
210
|
+
<tr>
|
|
211
|
+
<td style="padding:15px">getBgpneighsBgpneighid(bgpneighid, callback)</td>
|
|
212
|
+
<td style="padding:15px">Get bgp neighbor info</td>
|
|
213
|
+
<td style="padding:15px">{base_path}/{version}/bgpneighs/{pathv1}?{query}</td>
|
|
214
|
+
<td style="padding:15px">Yes</td>
|
|
215
|
+
</tr>
|
|
216
|
+
<tr>
|
|
217
|
+
<td style="padding:15px">deleteBgpneighsBgpneighid(bgpneighid, callback)</td>
|
|
218
|
+
<td style="padding:15px">Delete bgp neighbor</td>
|
|
219
|
+
<td style="padding:15px">{base_path}/{version}/bgpneighs/{pathv1}?{query}</td>
|
|
220
|
+
<td style="padding:15px">Yes</td>
|
|
221
|
+
</tr>
|
|
222
|
+
<tr>
|
|
223
|
+
<td style="padding:15px">putBgpneighsBgpneighid(bgpneighid, callback)</td>
|
|
224
|
+
<td style="padding:15px">Update an existing BGP neighbor</td>
|
|
225
|
+
<td style="padding:15px">{base_path}/{version}/bgpneighs/{pathv1}?{query}</td>
|
|
226
|
+
<td style="padding:15px">Yes</td>
|
|
227
|
+
</tr>
|
|
228
|
+
<tr>
|
|
229
|
+
<td style="padding:15px">getOrgOrgidBgpneighs(orgid, callback)</td>
|
|
230
|
+
<td style="padding:15px">List all BGP neighbors in organization</td>
|
|
231
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/bgpneighs?{query}</td>
|
|
232
|
+
<td style="padding:15px">Yes</td>
|
|
233
|
+
</tr>
|
|
234
|
+
<tr>
|
|
235
|
+
<td style="padding:15px">postOrgOrgidBgpneighs(orgid, callback)</td>
|
|
236
|
+
<td style="padding:15px">Create a new BGP neighbor in a specified organization</td>
|
|
237
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/bgpneighs?{query}</td>
|
|
238
|
+
<td style="padding:15px">Yes</td>
|
|
239
|
+
</tr>
|
|
240
|
+
<tr>
|
|
241
|
+
<td style="padding:15px">getDcinterfaces(callback)</td>
|
|
242
|
+
<td style="padding:15px">List datacenter interfaces</td>
|
|
243
|
+
<td style="padding:15px">{base_path}/{version}/dcinterfaces?{query}</td>
|
|
244
|
+
<td style="padding:15px">Yes</td>
|
|
245
|
+
</tr>
|
|
246
|
+
<tr>
|
|
247
|
+
<td style="padding:15px">getDcinterfacesDcinterfaceid(dcinterfaceid, callback)</td>
|
|
248
|
+
<td style="padding:15px">Get datacenter interface info</td>
|
|
249
|
+
<td style="padding:15px">{base_path}/{version}/dcinterfaces/{pathv1}?{query}</td>
|
|
250
|
+
<td style="padding:15px">Yes</td>
|
|
251
|
+
</tr>
|
|
252
|
+
<tr>
|
|
253
|
+
<td style="padding:15px">deleteDcinterfacesDcinterfaceid(dcinterfaceid, callback)</td>
|
|
254
|
+
<td style="padding:15px">Delete datacenter interface</td>
|
|
255
|
+
<td style="padding:15px">{base_path}/{version}/dcinterfaces/{pathv1}?{query}</td>
|
|
256
|
+
<td style="padding:15px">Yes</td>
|
|
257
|
+
</tr>
|
|
258
|
+
<tr>
|
|
259
|
+
<td style="padding:15px">putDcinterfacesDcinterfaceid(dcinterfaceid, callback)</td>
|
|
260
|
+
<td style="padding:15px">Update a datacenter interface in a specified organization.</td>
|
|
261
|
+
<td style="padding:15px">{base_path}/{version}/dcinterfaces/{pathv1}?{query}</td>
|
|
262
|
+
<td style="padding:15px">Yes</td>
|
|
263
|
+
</tr>
|
|
264
|
+
<tr>
|
|
265
|
+
<td style="padding:15px">getOrgOrgidDcinterfaces(orgid, callback)</td>
|
|
266
|
+
<td style="padding:15px">List all datacenter interfaces in organization</td>
|
|
267
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/dcinterfaces?{query}</td>
|
|
268
|
+
<td style="padding:15px">Yes</td>
|
|
269
|
+
</tr>
|
|
270
|
+
<tr>
|
|
271
|
+
<td style="padding:15px">postOrgOrgidDcinterfaces(orgid, callback)</td>
|
|
272
|
+
<td style="padding:15px">Create a datacenter interface in a specified organization</td>
|
|
273
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/dcinterfaces?{query}</td>
|
|
274
|
+
<td style="padding:15px">Yes</td>
|
|
275
|
+
</tr>
|
|
276
|
+
<tr>
|
|
277
|
+
<td style="padding:15px">getUplinks(callback)</td>
|
|
278
|
+
<td style="padding:15px">Retrieve all uplinks</td>
|
|
279
|
+
<td style="padding:15px">{base_path}/{version}/uplinks?{query}</td>
|
|
280
|
+
<td style="padding:15px">Yes</td>
|
|
281
|
+
</tr>
|
|
282
|
+
<tr>
|
|
283
|
+
<td style="padding:15px">getUplinkUplinkid(uplinkid, callback)</td>
|
|
284
|
+
<td style="padding:15px">Retrieve specified uplink</td>
|
|
285
|
+
<td style="padding:15px">{base_path}/{version}/uplink/{pathv1}?{query}</td>
|
|
286
|
+
<td style="padding:15px">Yes</td>
|
|
287
|
+
</tr>
|
|
288
|
+
<tr>
|
|
289
|
+
<td style="padding:15px">putUplinkUplinkid(uplinkid, callback)</td>
|
|
290
|
+
<td style="padding:15px">Update a uplink.</td>
|
|
291
|
+
<td style="padding:15px">{base_path}/{version}/uplink/{pathv1}?{query}</td>
|
|
292
|
+
<td style="padding:15px">Yes</td>
|
|
293
|
+
</tr>
|
|
294
|
+
<tr>
|
|
295
|
+
<td style="padding:15px">deleteUplinkUplinkid(uplinkid, callback)</td>
|
|
296
|
+
<td style="padding:15px">Delete uplink</td>
|
|
297
|
+
<td style="padding:15px">{base_path}/{version}/uplink/{pathv1}?{query}</td>
|
|
298
|
+
<td style="padding:15px">Yes</td>
|
|
299
|
+
</tr>
|
|
300
|
+
<tr>
|
|
301
|
+
<td style="padding:15px">getOrgOrgidUplinks(orgid, callback)</td>
|
|
302
|
+
<td style="padding:15px">List uplinks for given organization</td>
|
|
303
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/uplinks?{query}</td>
|
|
304
|
+
<td style="padding:15px">Yes</td>
|
|
305
|
+
</tr>
|
|
306
|
+
<tr>
|
|
307
|
+
<td style="padding:15px">postOrgOrgidUplinks(orgid, uplink, callback)</td>
|
|
308
|
+
<td style="padding:15px">Create uplink</td>
|
|
309
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/uplinks?{query}</td>
|
|
310
|
+
<td style="padding:15px">Yes</td>
|
|
311
|
+
</tr>
|
|
312
|
+
<tr>
|
|
313
|
+
<td style="padding:15px">getSiteSiteidUplinks(siteid, callback)</td>
|
|
314
|
+
<td style="padding:15px">List uplinks for given site</td>
|
|
315
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/uplinks?{query}</td>
|
|
316
|
+
<td style="padding:15px">Yes</td>
|
|
317
|
+
</tr>
|
|
318
|
+
<tr>
|
|
319
|
+
<td style="padding:15px">putUplinkUplinkidState(uplinkid, body, callback)</td>
|
|
320
|
+
<td style="padding:15px">Change the state of an uplink.</td>
|
|
321
|
+
<td style="padding:15px">{base_path}/{version}/uplink/{pathv1}/state?{query}</td>
|
|
322
|
+
<td style="padding:15px">Yes</td>
|
|
323
|
+
</tr>
|
|
324
|
+
<tr>
|
|
325
|
+
<td style="padding:15px">getSites(callback)</td>
|
|
326
|
+
<td style="padding:15px">Retrieve all sites</td>
|
|
327
|
+
<td style="padding:15px">{base_path}/{version}/sites?{query}</td>
|
|
328
|
+
<td style="padding:15px">Yes</td>
|
|
329
|
+
</tr>
|
|
330
|
+
<tr>
|
|
331
|
+
<td style="padding:15px">getOrgOrgidSites(orgid, callback)</td>
|
|
332
|
+
<td style="padding:15px">List sites for given organization</td>
|
|
333
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/sites?{query}</td>
|
|
334
|
+
<td style="padding:15px">Yes</td>
|
|
335
|
+
</tr>
|
|
336
|
+
<tr>
|
|
337
|
+
<td style="padding:15px">postOrgOrgidSites(orgid, site, callback)</td>
|
|
338
|
+
<td style="padding:15px">Create site</td>
|
|
339
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/sites?{query}</td>
|
|
340
|
+
<td style="padding:15px">Yes</td>
|
|
341
|
+
</tr>
|
|
342
|
+
<tr>
|
|
343
|
+
<td style="padding:15px">getSiteSiteid(siteid, callback)</td>
|
|
344
|
+
<td style="padding:15px">Retrieve specified site</td>
|
|
345
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}?{query}</td>
|
|
346
|
+
<td style="padding:15px">Yes</td>
|
|
347
|
+
</tr>
|
|
348
|
+
<tr>
|
|
349
|
+
<td style="padding:15px">putSiteSiteid(siteid, callback)</td>
|
|
350
|
+
<td style="padding:15px">Update a site.</td>
|
|
351
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}?{query}</td>
|
|
352
|
+
<td style="padding:15px">Yes</td>
|
|
353
|
+
</tr>
|
|
354
|
+
<tr>
|
|
355
|
+
<td style="padding:15px">deleteSiteSiteid(siteid, callback)</td>
|
|
356
|
+
<td style="padding:15px">Delete site</td>
|
|
357
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}?{query}</td>
|
|
358
|
+
<td style="padding:15px">Yes</td>
|
|
359
|
+
</tr>
|
|
360
|
+
<tr>
|
|
361
|
+
<td style="padding:15px">getSitegroups(callback)</td>
|
|
362
|
+
<td style="padding:15px">Retrieve all sitegroups</td>
|
|
363
|
+
<td style="padding:15px">{base_path}/{version}/sitegroups?{query}</td>
|
|
364
|
+
<td style="padding:15px">Yes</td>
|
|
365
|
+
</tr>
|
|
366
|
+
<tr>
|
|
367
|
+
<td style="padding:15px">getOrgOrgidSitegroups(orgid, callback)</td>
|
|
368
|
+
<td style="padding:15px">List sitegroups for given organization</td>
|
|
369
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/sitegroups?{query}</td>
|
|
370
|
+
<td style="padding:15px">Yes</td>
|
|
371
|
+
</tr>
|
|
372
|
+
<tr>
|
|
373
|
+
<td style="padding:15px">postOrgOrgidSitegroups(orgid, sitegroup, callback)</td>
|
|
374
|
+
<td style="padding:15px">Create sitegroup</td>
|
|
375
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/sitegroups?{query}</td>
|
|
376
|
+
<td style="padding:15px">Yes</td>
|
|
377
|
+
</tr>
|
|
378
|
+
<tr>
|
|
379
|
+
<td style="padding:15px">getSitegroupSitegroupid(sitegroupid, callback)</td>
|
|
380
|
+
<td style="padding:15px">Retrieve specified sitegroup</td>
|
|
381
|
+
<td style="padding:15px">{base_path}/{version}/sitegroup/{pathv1}?{query}</td>
|
|
382
|
+
<td style="padding:15px">Yes</td>
|
|
383
|
+
</tr>
|
|
384
|
+
<tr>
|
|
385
|
+
<td style="padding:15px">putSitegroupSitegroupid(sitegroupid, callback)</td>
|
|
386
|
+
<td style="padding:15px">Update a sitegroup.</td>
|
|
387
|
+
<td style="padding:15px">{base_path}/{version}/sitegroup/{pathv1}?{query}</td>
|
|
388
|
+
<td style="padding:15px">Yes</td>
|
|
389
|
+
</tr>
|
|
390
|
+
<tr>
|
|
391
|
+
<td style="padding:15px">deleteSitegroupSitegroupid(sitegroupid, callback)</td>
|
|
392
|
+
<td style="padding:15px">Delete sitegroup</td>
|
|
393
|
+
<td style="padding:15px">{base_path}/{version}/sitegroup/{pathv1}?{query}</td>
|
|
394
|
+
<td style="padding:15px">Yes</td>
|
|
395
|
+
</tr>
|
|
396
|
+
<tr>
|
|
397
|
+
<td style="padding:15px">getZones(callback)</td>
|
|
398
|
+
<td style="padding:15px">Retrieve all zones</td>
|
|
399
|
+
<td style="padding:15px">{base_path}/{version}/zones?{query}</td>
|
|
400
|
+
<td style="padding:15px">Yes</td>
|
|
401
|
+
</tr>
|
|
402
|
+
<tr>
|
|
403
|
+
<td style="padding:15px">getZoneZoneid(zoneid, callback)</td>
|
|
404
|
+
<td style="padding:15px">Retrieve specified zone</td>
|
|
405
|
+
<td style="padding:15px">{base_path}/{version}/zone/{pathv1}?{query}</td>
|
|
406
|
+
<td style="padding:15px">Yes</td>
|
|
407
|
+
</tr>
|
|
408
|
+
<tr>
|
|
409
|
+
<td style="padding:15px">putZoneZoneid(zoneid, callback)</td>
|
|
410
|
+
<td style="padding:15px">Update a zone.</td>
|
|
411
|
+
<td style="padding:15px">{base_path}/{version}/zone/{pathv1}?{query}</td>
|
|
412
|
+
<td style="padding:15px">Yes</td>
|
|
413
|
+
</tr>
|
|
414
|
+
<tr>
|
|
415
|
+
<td style="padding:15px">deleteZoneZoneid(zoneid, callback)</td>
|
|
416
|
+
<td style="padding:15px">Delete zone</td>
|
|
417
|
+
<td style="padding:15px">{base_path}/{version}/zone/{pathv1}?{query}</td>
|
|
418
|
+
<td style="padding:15px">Yes</td>
|
|
419
|
+
</tr>
|
|
420
|
+
<tr>
|
|
421
|
+
<td style="padding:15px">getOrgOrgidZones(orgid, callback)</td>
|
|
422
|
+
<td style="padding:15px">List zones for given organization</td>
|
|
423
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/zones?{query}</td>
|
|
424
|
+
<td style="padding:15px">Yes</td>
|
|
425
|
+
</tr>
|
|
426
|
+
<tr>
|
|
427
|
+
<td style="padding:15px">postOrgOrgidZones(orgid, zone, callback)</td>
|
|
428
|
+
<td style="padding:15px">Create zone</td>
|
|
429
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/zones?{query}</td>
|
|
430
|
+
<td style="padding:15px">Yes</td>
|
|
431
|
+
</tr>
|
|
432
|
+
<tr>
|
|
433
|
+
<td style="padding:15px">getSiteSiteidZones(siteid, callback)</td>
|
|
434
|
+
<td style="padding:15px">List zones for given site</td>
|
|
435
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/zones?{query}</td>
|
|
436
|
+
<td style="padding:15px">Yes</td>
|
|
437
|
+
</tr>
|
|
438
|
+
<tr>
|
|
439
|
+
<td style="padding:15px">getSwitches(callback)</td>
|
|
440
|
+
<td style="padding:15px">List all switches</td>
|
|
441
|
+
<td style="padding:15px">{base_path}/{version}/switches?{query}</td>
|
|
442
|
+
<td style="padding:15px">Yes</td>
|
|
443
|
+
</tr>
|
|
444
|
+
<tr>
|
|
445
|
+
<td style="padding:15px">getOrgOrgidSwitches(orgid, callback)</td>
|
|
446
|
+
<td style="padding:15px">List switches for given org</td>
|
|
447
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/switches?{query}</td>
|
|
448
|
+
<td style="padding:15px">Yes</td>
|
|
449
|
+
</tr>
|
|
450
|
+
<tr>
|
|
451
|
+
<td style="padding:15px">postOrgOrgidSwitches(orgid, switchParam, callback)</td>
|
|
452
|
+
<td style="padding:15px">Create a new switch</td>
|
|
453
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/switches?{query}</td>
|
|
454
|
+
<td style="padding:15px">Yes</td>
|
|
455
|
+
</tr>
|
|
456
|
+
<tr>
|
|
457
|
+
<td style="padding:15px">getSwitchSwitchid(switchid, callback)</td>
|
|
458
|
+
<td style="padding:15px">Get switch object</td>
|
|
459
|
+
<td style="padding:15px">{base_path}/{version}/switch/{pathv1}?{query}</td>
|
|
460
|
+
<td style="padding:15px">Yes</td>
|
|
461
|
+
</tr>
|
|
462
|
+
<tr>
|
|
463
|
+
<td style="padding:15px">putSwitchSwitchid(switchid, callback)</td>
|
|
464
|
+
<td style="padding:15px">Update a switch.</td>
|
|
465
|
+
<td style="padding:15px">{base_path}/{version}/switch/{pathv1}?{query}</td>
|
|
466
|
+
<td style="padding:15px">Yes</td>
|
|
467
|
+
</tr>
|
|
468
|
+
<tr>
|
|
469
|
+
<td style="padding:15px">deleteSwitchSwitchid(switchid, callback)</td>
|
|
470
|
+
<td style="padding:15px">Delete switch</td>
|
|
471
|
+
<td style="padding:15px">{base_path}/{version}/switch/{pathv1}?{query}</td>
|
|
472
|
+
<td style="padding:15px">Yes</td>
|
|
473
|
+
</tr>
|
|
474
|
+
<tr>
|
|
475
|
+
<td style="padding:15px">getAp(callback)</td>
|
|
476
|
+
<td style="padding:15px">List all access points</td>
|
|
477
|
+
<td style="padding:15px">{base_path}/{version}/ap?{query}</td>
|
|
478
|
+
<td style="padding:15px">Yes</td>
|
|
479
|
+
</tr>
|
|
480
|
+
<tr>
|
|
481
|
+
<td style="padding:15px">getOrgOrgidAp(orgid, callback)</td>
|
|
482
|
+
<td style="padding:15px">List access points</td>
|
|
483
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ap?{query}</td>
|
|
484
|
+
<td style="padding:15px">Yes</td>
|
|
485
|
+
</tr>
|
|
486
|
+
<tr>
|
|
487
|
+
<td style="padding:15px">postOrgOrgidAp(orgid, ap, callback)</td>
|
|
488
|
+
<td style="padding:15px">Create a new access point</td>
|
|
489
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ap?{query}</td>
|
|
490
|
+
<td style="padding:15px">Yes</td>
|
|
491
|
+
</tr>
|
|
492
|
+
<tr>
|
|
493
|
+
<td style="padding:15px">getApApid(apid, callback)</td>
|
|
494
|
+
<td style="padding:15px">Get access point info</td>
|
|
495
|
+
<td style="padding:15px">{base_path}/{version}/ap/{pathv1}?{query}</td>
|
|
496
|
+
<td style="padding:15px">Yes</td>
|
|
497
|
+
</tr>
|
|
498
|
+
<tr>
|
|
499
|
+
<td style="padding:15px">putApApid(apid, callback)</td>
|
|
500
|
+
<td style="padding:15px">Update a access point.</td>
|
|
501
|
+
<td style="padding:15px">{base_path}/{version}/ap/{pathv1}?{query}</td>
|
|
502
|
+
<td style="padding:15px">Yes</td>
|
|
503
|
+
</tr>
|
|
504
|
+
<tr>
|
|
505
|
+
<td style="padding:15px">deleteApApid(apid, callback)</td>
|
|
506
|
+
<td style="padding:15px">Delete access point</td>
|
|
507
|
+
<td style="padding:15px">{base_path}/{version}/ap/{pathv1}?{query}</td>
|
|
508
|
+
<td style="padding:15px">Yes</td>
|
|
509
|
+
</tr>
|
|
510
|
+
<tr>
|
|
511
|
+
<td style="padding:15px">getNodes(changedSince, callback)</td>
|
|
512
|
+
<td style="padding:15px">List all nodes</td>
|
|
513
|
+
<td style="padding:15px">{base_path}/{version}/nodes?{query}</td>
|
|
514
|
+
<td style="padding:15px">Yes</td>
|
|
515
|
+
</tr>
|
|
516
|
+
<tr>
|
|
517
|
+
<td style="padding:15px">getNodeNodeidImageStatus(nodeid, callback)</td>
|
|
518
|
+
<td style="padding:15px">Get the status of appliance image request</td>
|
|
519
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/image_status?{query}</td>
|
|
520
|
+
<td style="padding:15px">Yes</td>
|
|
521
|
+
</tr>
|
|
522
|
+
<tr>
|
|
523
|
+
<td style="padding:15px">getNodeNodeidGetImage(file, nodeid, callback)</td>
|
|
524
|
+
<td style="padding:15px">Gets the generated appliance image</td>
|
|
525
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/get_image?{query}</td>
|
|
526
|
+
<td style="padding:15px">Yes</td>
|
|
527
|
+
</tr>
|
|
528
|
+
<tr>
|
|
529
|
+
<td style="padding:15px">getNodeNodeid(nodeid, callback)</td>
|
|
530
|
+
<td style="padding:15px">Get node object</td>
|
|
531
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}?{query}</td>
|
|
532
|
+
<td style="padding:15px">Yes</td>
|
|
533
|
+
</tr>
|
|
534
|
+
<tr>
|
|
535
|
+
<td style="padding:15px">putNodeNodeid(nodeid, callback)</td>
|
|
536
|
+
<td style="padding:15px">Update a node.</td>
|
|
537
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}?{query}</td>
|
|
538
|
+
<td style="padding:15px">Yes</td>
|
|
539
|
+
</tr>
|
|
540
|
+
<tr>
|
|
541
|
+
<td style="padding:15px">deleteNodeNodeid(nodeid, callback)</td>
|
|
542
|
+
<td style="padding:15px">Delete node</td>
|
|
543
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}?{query}</td>
|
|
544
|
+
<td style="padding:15px">Yes</td>
|
|
545
|
+
</tr>
|
|
546
|
+
<tr>
|
|
547
|
+
<td style="padding:15px">postNodeNodeidRemove(nodeid, callback)</td>
|
|
548
|
+
<td style="padding:15px">Remove a node</td>
|
|
549
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/remove?{query}</td>
|
|
550
|
+
<td style="padding:15px">Yes</td>
|
|
551
|
+
</tr>
|
|
552
|
+
<tr>
|
|
553
|
+
<td style="padding:15px">postNodeNodeidFactoryReset(nodeid, callback)</td>
|
|
554
|
+
<td style="padding:15px">Factory reset a node</td>
|
|
555
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/factory_reset?{query}</td>
|
|
556
|
+
<td style="padding:15px">Yes</td>
|
|
557
|
+
</tr>
|
|
558
|
+
<tr>
|
|
559
|
+
<td style="padding:15px">postNodeNodeidReboot(nodeid, callback)</td>
|
|
560
|
+
<td style="padding:15px">Reboot a node</td>
|
|
561
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/reboot?{query}</td>
|
|
562
|
+
<td style="padding:15px">Yes</td>
|
|
563
|
+
</tr>
|
|
564
|
+
<tr>
|
|
565
|
+
<td style="padding:15px">postOrgOrgidNodeRegister(orgid, node, callback)</td>
|
|
566
|
+
<td style="padding:15px">Registers a hardware appliance</td>
|
|
567
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/node/register?{query}</td>
|
|
568
|
+
<td style="padding:15px">Yes</td>
|
|
569
|
+
</tr>
|
|
570
|
+
<tr>
|
|
571
|
+
<td style="padding:15px">postOrgOrgidNodeVirtualRegister(orgid, node, callback)</td>
|
|
572
|
+
<td style="padding:15px">Registers a virtual appliance</td>
|
|
573
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/node/virtual/register?{query}</td>
|
|
574
|
+
<td style="padding:15px">Yes</td>
|
|
575
|
+
</tr>
|
|
576
|
+
<tr>
|
|
577
|
+
<td style="padding:15px">postNodeNodeidPrepareImage(nodeid, type, callback)</td>
|
|
578
|
+
<td style="padding:15px">Creates virtual node image</td>
|
|
579
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/prepare_image?{query}</td>
|
|
580
|
+
<td style="padding:15px">Yes</td>
|
|
581
|
+
</tr>
|
|
582
|
+
<tr>
|
|
583
|
+
<td style="padding:15px">postNodeNodeidGenerateSupportPackage(nodeid, callback)</td>
|
|
584
|
+
<td style="padding:15px">Generate the support package for a node</td>
|
|
585
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/generate_support_package?{query}</td>
|
|
586
|
+
<td style="padding:15px">Yes</td>
|
|
587
|
+
</tr>
|
|
588
|
+
<tr>
|
|
589
|
+
<td style="padding:15px">getNodeNodeidDownloadSupportPackage(nodeid, callback)</td>
|
|
590
|
+
<td style="padding:15px">Download the support package generated from generate_support_package call</td>
|
|
591
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/download_support_package?{query}</td>
|
|
592
|
+
<td style="padding:15px">Yes</td>
|
|
593
|
+
</tr>
|
|
594
|
+
<tr>
|
|
595
|
+
<td style="padding:15px">postNodeNodeidInventoryUpdate(nodeid, callback)</td>
|
|
596
|
+
<td style="padding:15px">Trigger the Inventory Update action on the node</td>
|
|
597
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/inventory_update?{query}</td>
|
|
598
|
+
<td style="padding:15px">Yes</td>
|
|
599
|
+
</tr>
|
|
600
|
+
<tr>
|
|
601
|
+
<td style="padding:15px">getSiteSiteidNodes(siteid, callback)</td>
|
|
602
|
+
<td style="padding:15px">List nodes</td>
|
|
603
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/nodes?{query}</td>
|
|
604
|
+
<td style="padding:15px">Yes</td>
|
|
605
|
+
</tr>
|
|
606
|
+
<tr>
|
|
607
|
+
<td style="padding:15px">getOrgOrgidNodes(orgid, callback)</td>
|
|
608
|
+
<td style="padding:15px">List nodes</td>
|
|
609
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/nodes?{query}</td>
|
|
610
|
+
<td style="padding:15px">Yes</td>
|
|
611
|
+
</tr>
|
|
612
|
+
<tr>
|
|
613
|
+
<td style="padding:15px">postNodeNodeidRetryUpgrade(nodeid, callback)</td>
|
|
614
|
+
<td style="padding:15px">Trigger upgrade retrial on node.</td>
|
|
615
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/retry_upgrade?{query}</td>
|
|
616
|
+
<td style="padding:15px">Yes</td>
|
|
617
|
+
</tr>
|
|
618
|
+
<tr>
|
|
619
|
+
<td style="padding:15px">getClusters(callback)</td>
|
|
620
|
+
<td style="padding:15px">List all clusters</td>
|
|
621
|
+
<td style="padding:15px">{base_path}/{version}/clusters?{query}</td>
|
|
622
|
+
<td style="padding:15px">Yes</td>
|
|
623
|
+
</tr>
|
|
624
|
+
<tr>
|
|
625
|
+
<td style="padding:15px">getClusterClusterid(clusterid, callback)</td>
|
|
626
|
+
<td style="padding:15px">Get cluster object</td>
|
|
627
|
+
<td style="padding:15px">{base_path}/{version}/cluster/{pathv1}?{query}</td>
|
|
628
|
+
<td style="padding:15px">Yes</td>
|
|
629
|
+
</tr>
|
|
630
|
+
<tr>
|
|
631
|
+
<td style="padding:15px">putClusterClusterid(clusterid, cluster, callback)</td>
|
|
632
|
+
<td style="padding:15px">Update a cluster object</td>
|
|
633
|
+
<td style="padding:15px">{base_path}/{version}/cluster/{pathv1}?{query}</td>
|
|
634
|
+
<td style="padding:15px">Yes</td>
|
|
635
|
+
</tr>
|
|
636
|
+
<tr>
|
|
637
|
+
<td style="padding:15px">deleteClusterClusterid(clusterid, callback)</td>
|
|
638
|
+
<td style="padding:15px">Delete cluster</td>
|
|
639
|
+
<td style="padding:15px">{base_path}/{version}/cluster/{pathv1}?{query}</td>
|
|
640
|
+
<td style="padding:15px">Yes</td>
|
|
641
|
+
</tr>
|
|
642
|
+
<tr>
|
|
643
|
+
<td style="padding:15px">getSiteSiteidClusters(siteid, callback)</td>
|
|
644
|
+
<td style="padding:15px">List clusters</td>
|
|
645
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/clusters?{query}</td>
|
|
646
|
+
<td style="padding:15px">Yes</td>
|
|
647
|
+
</tr>
|
|
648
|
+
<tr>
|
|
649
|
+
<td style="padding:15px">getOrgOrgidClusters(orgid, callback)</td>
|
|
650
|
+
<td style="padding:15px">List clusters</td>
|
|
651
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/clusters?{query}</td>
|
|
652
|
+
<td style="padding:15px">Yes</td>
|
|
653
|
+
</tr>
|
|
654
|
+
<tr>
|
|
655
|
+
<td style="padding:15px">postOrgOrgidClusters(orgid, cluster, callback)</td>
|
|
656
|
+
<td style="padding:15px">Create a new cluster</td>
|
|
657
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/clusters?{query}</td>
|
|
658
|
+
<td style="padding:15px">Yes</td>
|
|
659
|
+
</tr>
|
|
660
|
+
<tr>
|
|
661
|
+
<td style="padding:15px">getDcuplinks(callback)</td>
|
|
662
|
+
<td style="padding:15px">List all dcuplinks</td>
|
|
663
|
+
<td style="padding:15px">{base_path}/{version}/dcuplinks?{query}</td>
|
|
664
|
+
<td style="padding:15px">Yes</td>
|
|
665
|
+
</tr>
|
|
666
|
+
<tr>
|
|
667
|
+
<td style="padding:15px">getDcuplinkDcuplinkid(dcuplinkid, callback)</td>
|
|
668
|
+
<td style="padding:15px">Get dcuplink object</td>
|
|
669
|
+
<td style="padding:15px">{base_path}/{version}/dcuplink/{pathv1}?{query}</td>
|
|
670
|
+
<td style="padding:15px">Yes</td>
|
|
671
|
+
</tr>
|
|
672
|
+
<tr>
|
|
673
|
+
<td style="padding:15px">putDcuplinkDcuplinkid(dcuplinkid, dcuplink, callback)</td>
|
|
674
|
+
<td style="padding:15px">Update a dcuplink object</td>
|
|
675
|
+
<td style="padding:15px">{base_path}/{version}/dcuplink/{pathv1}?{query}</td>
|
|
676
|
+
<td style="padding:15px">Yes</td>
|
|
677
|
+
</tr>
|
|
678
|
+
<tr>
|
|
679
|
+
<td style="padding:15px">deleteDcuplinkDcuplinkid(dcuplinkid, callback)</td>
|
|
680
|
+
<td style="padding:15px">Delete dcuplink</td>
|
|
681
|
+
<td style="padding:15px">{base_path}/{version}/dcuplink/{pathv1}?{query}</td>
|
|
682
|
+
<td style="padding:15px">Yes</td>
|
|
683
|
+
</tr>
|
|
684
|
+
<tr>
|
|
685
|
+
<td style="padding:15px">getOrgOrgidDcuplinks(orgid, callback)</td>
|
|
686
|
+
<td style="padding:15px">List dcuplinks</td>
|
|
687
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/dcuplinks?{query}</td>
|
|
688
|
+
<td style="padding:15px">Yes</td>
|
|
689
|
+
</tr>
|
|
690
|
+
<tr>
|
|
691
|
+
<td style="padding:15px">postOrgOrgidDcuplinks(orgid, dcuplink, callback)</td>
|
|
692
|
+
<td style="padding:15px">Create a new dcuplink</td>
|
|
693
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/dcuplinks?{query}</td>
|
|
694
|
+
<td style="padding:15px">Yes</td>
|
|
695
|
+
</tr>
|
|
696
|
+
<tr>
|
|
697
|
+
<td style="padding:15px">getSsids(callback)</td>
|
|
698
|
+
<td style="padding:15px">List all ssids</td>
|
|
699
|
+
<td style="padding:15px">{base_path}/{version}/ssids?{query}</td>
|
|
700
|
+
<td style="padding:15px">Yes</td>
|
|
701
|
+
</tr>
|
|
702
|
+
<tr>
|
|
703
|
+
<td style="padding:15px">getOrgOrgidSsids(orgid, callback)</td>
|
|
704
|
+
<td style="padding:15px">List all ssids within organization</td>
|
|
705
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ssids?{query}</td>
|
|
706
|
+
<td style="padding:15px">Yes</td>
|
|
707
|
+
</tr>
|
|
708
|
+
<tr>
|
|
709
|
+
<td style="padding:15px">postOrgOrgidSsids(orgid, ssid, callback)</td>
|
|
710
|
+
<td style="padding:15px">Create a new ssid</td>
|
|
711
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ssids?{query}</td>
|
|
712
|
+
<td style="padding:15px">Yes</td>
|
|
713
|
+
</tr>
|
|
714
|
+
<tr>
|
|
715
|
+
<td style="padding:15px">getSsidSsidid(ssidid, callback)</td>
|
|
716
|
+
<td style="padding:15px">Get ssid</td>
|
|
717
|
+
<td style="padding:15px">{base_path}/{version}/ssid/{pathv1}?{query}</td>
|
|
718
|
+
<td style="padding:15px">Yes</td>
|
|
719
|
+
</tr>
|
|
720
|
+
<tr>
|
|
721
|
+
<td style="padding:15px">putSsidSsidid(ssidid, callback)</td>
|
|
722
|
+
<td style="padding:15px">Update a ssid.</td>
|
|
723
|
+
<td style="padding:15px">{base_path}/{version}/ssid/{pathv1}?{query}</td>
|
|
724
|
+
<td style="padding:15px">Yes</td>
|
|
725
|
+
</tr>
|
|
726
|
+
<tr>
|
|
727
|
+
<td style="padding:15px">deleteSsidSsidid(ssidid, callback)</td>
|
|
728
|
+
<td style="padding:15px">Delete ssid</td>
|
|
729
|
+
<td style="padding:15px">{base_path}/{version}/ssid/{pathv1}?{query}</td>
|
|
730
|
+
<td style="padding:15px">Yes</td>
|
|
731
|
+
</tr>
|
|
732
|
+
<tr>
|
|
733
|
+
<td style="padding:15px">getBroadcasts(callback)</td>
|
|
734
|
+
<td style="padding:15px">List all broadcasts</td>
|
|
735
|
+
<td style="padding:15px">{base_path}/{version}/broadcasts?{query}</td>
|
|
736
|
+
<td style="padding:15px">Yes</td>
|
|
737
|
+
</tr>
|
|
738
|
+
<tr>
|
|
739
|
+
<td style="padding:15px">getOrgOrgidBroadcasts(orgid, callback)</td>
|
|
740
|
+
<td style="padding:15px">List broadcasts</td>
|
|
741
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/broadcasts?{query}</td>
|
|
742
|
+
<td style="padding:15px">Yes</td>
|
|
743
|
+
</tr>
|
|
744
|
+
<tr>
|
|
745
|
+
<td style="padding:15px">postOrgOrgidBroadcasts(orgid, broadcast, callback)</td>
|
|
746
|
+
<td style="padding:15px">Create a new broadcast</td>
|
|
747
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/broadcasts?{query}</td>
|
|
748
|
+
<td style="padding:15px">Yes</td>
|
|
749
|
+
</tr>
|
|
750
|
+
<tr>
|
|
751
|
+
<td style="padding:15px">getSiteSiteidBroadcasts(siteid, callback)</td>
|
|
752
|
+
<td style="padding:15px">List broadcasts</td>
|
|
753
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/broadcasts?{query}</td>
|
|
754
|
+
<td style="padding:15px">Yes</td>
|
|
755
|
+
</tr>
|
|
756
|
+
<tr>
|
|
757
|
+
<td style="padding:15px">getBroadcastBcastid(bcastid, callback)</td>
|
|
758
|
+
<td style="padding:15px">Get broadcast object</td>
|
|
759
|
+
<td style="padding:15px">{base_path}/{version}/broadcast/{pathv1}?{query}</td>
|
|
760
|
+
<td style="padding:15px">Yes</td>
|
|
761
|
+
</tr>
|
|
762
|
+
<tr>
|
|
763
|
+
<td style="padding:15px">putBroadcastBcastid(bcastid, broadcast, callback)</td>
|
|
764
|
+
<td style="padding:15px">Update a broadcast object</td>
|
|
765
|
+
<td style="padding:15px">{base_path}/{version}/broadcast/{pathv1}?{query}</td>
|
|
766
|
+
<td style="padding:15px">Yes</td>
|
|
767
|
+
</tr>
|
|
768
|
+
<tr>
|
|
769
|
+
<td style="padding:15px">deleteBroadcastBcastid(bcastid, callback)</td>
|
|
770
|
+
<td style="padding:15px">Delete broadcast</td>
|
|
771
|
+
<td style="padding:15px">{base_path}/{version}/broadcast/{pathv1}?{query}</td>
|
|
772
|
+
<td style="padding:15px">Yes</td>
|
|
773
|
+
</tr>
|
|
774
|
+
<tr>
|
|
775
|
+
<td style="padding:15px">getApps(callback)</td>
|
|
776
|
+
<td style="padding:15px">List Apps</td>
|
|
777
|
+
<td style="padding:15px">{base_path}/{version}/apps?{query}</td>
|
|
778
|
+
<td style="padding:15px">Yes</td>
|
|
779
|
+
</tr>
|
|
780
|
+
<tr>
|
|
781
|
+
<td style="padding:15px">getAppAppid(appid, callback)</td>
|
|
782
|
+
<td style="padding:15px">Get app</td>
|
|
783
|
+
<td style="padding:15px">{base_path}/{version}/app/{pathv1}?{query}</td>
|
|
784
|
+
<td style="padding:15px">Yes</td>
|
|
785
|
+
</tr>
|
|
786
|
+
<tr>
|
|
787
|
+
<td style="padding:15px">getCustomApps(callback)</td>
|
|
788
|
+
<td style="padding:15px">List Custom Apps</td>
|
|
789
|
+
<td style="padding:15px">{base_path}/{version}/custom_apps?{query}</td>
|
|
790
|
+
<td style="padding:15px">Yes</td>
|
|
791
|
+
</tr>
|
|
792
|
+
<tr>
|
|
793
|
+
<td style="padding:15px">getCustomAppAppid(appid, callback)</td>
|
|
794
|
+
<td style="padding:15px">Get app</td>
|
|
795
|
+
<td style="padding:15px">{base_path}/{version}/custom_app/{pathv1}?{query}</td>
|
|
796
|
+
<td style="padding:15px">Yes</td>
|
|
797
|
+
</tr>
|
|
798
|
+
<tr>
|
|
799
|
+
<td style="padding:15px">putCustomAppAppid(appid, callback)</td>
|
|
800
|
+
<td style="padding:15px">Update a custom app.</td>
|
|
801
|
+
<td style="padding:15px">{base_path}/{version}/custom_app/{pathv1}?{query}</td>
|
|
802
|
+
<td style="padding:15px">Yes</td>
|
|
803
|
+
</tr>
|
|
804
|
+
<tr>
|
|
805
|
+
<td style="padding:15px">deleteCustomAppAppid(appid, callback)</td>
|
|
806
|
+
<td style="padding:15px">Delete custom app</td>
|
|
807
|
+
<td style="padding:15px">{base_path}/{version}/custom_app/{pathv1}?{query}</td>
|
|
808
|
+
<td style="padding:15px">Yes</td>
|
|
809
|
+
</tr>
|
|
810
|
+
<tr>
|
|
811
|
+
<td style="padding:15px">getOrgOrgidCustomApps(orgid, callback)</td>
|
|
812
|
+
<td style="padding:15px">Get Custom Apps</td>
|
|
813
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/custom_apps?{query}</td>
|
|
814
|
+
<td style="padding:15px">Yes</td>
|
|
815
|
+
</tr>
|
|
816
|
+
<tr>
|
|
817
|
+
<td style="padding:15px">postOrgOrgidCustomApps(orgid, customApp, callback)</td>
|
|
818
|
+
<td style="padding:15px">Create custom application</td>
|
|
819
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/custom_apps?{query}</td>
|
|
820
|
+
<td style="padding:15px">Yes</td>
|
|
821
|
+
</tr>
|
|
822
|
+
<tr>
|
|
823
|
+
<td style="padding:15px">getAppGroups(callback)</td>
|
|
824
|
+
<td style="padding:15px">List Application Groups</td>
|
|
825
|
+
<td style="padding:15px">{base_path}/{version}/app_groups?{query}</td>
|
|
826
|
+
<td style="padding:15px">Yes</td>
|
|
827
|
+
</tr>
|
|
828
|
+
<tr>
|
|
829
|
+
<td style="padding:15px">getAppGroupAppgrpid(appgrpid, callback)</td>
|
|
830
|
+
<td style="padding:15px">Get Application Group</td>
|
|
831
|
+
<td style="padding:15px">{base_path}/{version}/app_group/{pathv1}?{query}</td>
|
|
832
|
+
<td style="padding:15px">Yes</td>
|
|
833
|
+
</tr>
|
|
834
|
+
<tr>
|
|
835
|
+
<td style="padding:15px">putAppGroupAppgrpid(appgrpid, callback)</td>
|
|
836
|
+
<td style="padding:15px">Update a application group</td>
|
|
837
|
+
<td style="padding:15px">{base_path}/{version}/app_group/{pathv1}?{query}</td>
|
|
838
|
+
<td style="padding:15px">Yes</td>
|
|
839
|
+
</tr>
|
|
840
|
+
<tr>
|
|
841
|
+
<td style="padding:15px">deleteAppGroupAppgrpid(appgrpid, callback)</td>
|
|
842
|
+
<td style="padding:15px">Delete Application Group</td>
|
|
843
|
+
<td style="padding:15px">{base_path}/{version}/app_group/{pathv1}?{query}</td>
|
|
844
|
+
<td style="padding:15px">Yes</td>
|
|
845
|
+
</tr>
|
|
846
|
+
<tr>
|
|
847
|
+
<td style="padding:15px">getOrgOrgidAppGroups(orgid, callback)</td>
|
|
848
|
+
<td style="padding:15px">Get Application Groups</td>
|
|
849
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/app_groups?{query}</td>
|
|
850
|
+
<td style="padding:15px">Yes</td>
|
|
851
|
+
</tr>
|
|
852
|
+
<tr>
|
|
853
|
+
<td style="padding:15px">postOrgOrgidAppGroups(orgid, appgrp, callback)</td>
|
|
854
|
+
<td style="padding:15px">Create application group</td>
|
|
855
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/app_groups?{query}</td>
|
|
856
|
+
<td style="padding:15px">Yes</td>
|
|
857
|
+
</tr>
|
|
858
|
+
<tr>
|
|
859
|
+
<td style="padding:15px">getUsers(callback)</td>
|
|
860
|
+
<td style="padding:15px">List users</td>
|
|
861
|
+
<td style="padding:15px">{base_path}/{version}/users?{query}</td>
|
|
862
|
+
<td style="padding:15px">Yes</td>
|
|
863
|
+
</tr>
|
|
864
|
+
<tr>
|
|
865
|
+
<td style="padding:15px">getOrgOrgidUsers(orgid, callback)</td>
|
|
866
|
+
<td style="padding:15px">Get user for an org</td>
|
|
867
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/users?{query}</td>
|
|
868
|
+
<td style="padding:15px">Yes</td>
|
|
869
|
+
</tr>
|
|
870
|
+
<tr>
|
|
871
|
+
<td style="padding:15px">postOrgOrgidUsers(orgid, user, callback)</td>
|
|
872
|
+
<td style="padding:15px">Create user for an org</td>
|
|
873
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/users?{query}</td>
|
|
874
|
+
<td style="padding:15px">Yes</td>
|
|
875
|
+
</tr>
|
|
876
|
+
<tr>
|
|
877
|
+
<td style="padding:15px">getUserUserid(userid, callback)</td>
|
|
878
|
+
<td style="padding:15px">Get user</td>
|
|
879
|
+
<td style="padding:15px">{base_path}/{version}/user/{pathv1}?{query}</td>
|
|
880
|
+
<td style="padding:15px">Yes</td>
|
|
881
|
+
</tr>
|
|
882
|
+
<tr>
|
|
883
|
+
<td style="padding:15px">putUserUserid(userid, callback)</td>
|
|
884
|
+
<td style="padding:15px">Update a user</td>
|
|
885
|
+
<td style="padding:15px">{base_path}/{version}/user/{pathv1}?{query}</td>
|
|
886
|
+
<td style="padding:15px">Yes</td>
|
|
887
|
+
</tr>
|
|
888
|
+
<tr>
|
|
889
|
+
<td style="padding:15px">deleteUserUserid(userid, callback)</td>
|
|
890
|
+
<td style="padding:15px">Delete user</td>
|
|
891
|
+
<td style="padding:15px">{base_path}/{version}/user/{pathv1}?{query}</td>
|
|
892
|
+
<td style="padding:15px">Yes</td>
|
|
893
|
+
</tr>
|
|
894
|
+
<tr>
|
|
895
|
+
<td style="padding:15px">getDevices(callback)</td>
|
|
896
|
+
<td style="padding:15px">List devices</td>
|
|
897
|
+
<td style="padding:15px">{base_path}/{version}/devices?{query}</td>
|
|
898
|
+
<td style="padding:15px">Yes</td>
|
|
899
|
+
</tr>
|
|
900
|
+
<tr>
|
|
901
|
+
<td style="padding:15px">getDeviceDevid(devid, callback)</td>
|
|
902
|
+
<td style="padding:15px">Get devices</td>
|
|
903
|
+
<td style="padding:15px">{base_path}/{version}/device/{pathv1}?{query}</td>
|
|
904
|
+
<td style="padding:15px">Yes</td>
|
|
905
|
+
</tr>
|
|
906
|
+
<tr>
|
|
907
|
+
<td style="padding:15px">putDeviceDevid(devid, callback)</td>
|
|
908
|
+
<td style="padding:15px">Update a device</td>
|
|
909
|
+
<td style="padding:15px">{base_path}/{version}/device/{pathv1}?{query}</td>
|
|
910
|
+
<td style="padding:15px">Yes</td>
|
|
911
|
+
</tr>
|
|
912
|
+
<tr>
|
|
913
|
+
<td style="padding:15px">deleteDeviceDevid(devid, callback)</td>
|
|
914
|
+
<td style="padding:15px">Delete device</td>
|
|
915
|
+
<td style="padding:15px">{base_path}/{version}/device/{pathv1}?{query}</td>
|
|
916
|
+
<td style="padding:15px">Yes</td>
|
|
917
|
+
</tr>
|
|
918
|
+
<tr>
|
|
919
|
+
<td style="padding:15px">getOrgOrgidDevices(orgid, callback)</td>
|
|
920
|
+
<td style="padding:15px">Get device for an org</td>
|
|
921
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/devices?{query}</td>
|
|
922
|
+
<td style="padding:15px">Yes</td>
|
|
923
|
+
</tr>
|
|
924
|
+
<tr>
|
|
925
|
+
<td style="padding:15px">postOrgOrgidDevices(orgid, device, callback)</td>
|
|
926
|
+
<td style="padding:15px">Create device an org</td>
|
|
927
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/devices?{query}</td>
|
|
928
|
+
<td style="padding:15px">Yes</td>
|
|
929
|
+
</tr>
|
|
930
|
+
<tr>
|
|
931
|
+
<td style="padding:15px">getPathRules(callback)</td>
|
|
932
|
+
<td style="padding:15px">List path rules</td>
|
|
933
|
+
<td style="padding:15px">{base_path}/{version}/path_rules?{query}</td>
|
|
934
|
+
<td style="padding:15px">Yes</td>
|
|
935
|
+
</tr>
|
|
936
|
+
<tr>
|
|
937
|
+
<td style="padding:15px">getPathRulePruleid(pruleid, callback)</td>
|
|
938
|
+
<td style="padding:15px">Get path rules</td>
|
|
939
|
+
<td style="padding:15px">{base_path}/{version}/path_rule/{pathv1}?{query}</td>
|
|
940
|
+
<td style="padding:15px">Yes</td>
|
|
941
|
+
</tr>
|
|
942
|
+
<tr>
|
|
943
|
+
<td style="padding:15px">putPathRulePruleid(pruleid, callback)</td>
|
|
944
|
+
<td style="padding:15px">Update a path rule</td>
|
|
945
|
+
<td style="padding:15px">{base_path}/{version}/path_rule/{pathv1}?{query}</td>
|
|
946
|
+
<td style="padding:15px">Yes</td>
|
|
947
|
+
</tr>
|
|
948
|
+
<tr>
|
|
949
|
+
<td style="padding:15px">deletePathRulePruleid(pruleid, callback)</td>
|
|
950
|
+
<td style="padding:15px">Delete path rule</td>
|
|
951
|
+
<td style="padding:15px">{base_path}/{version}/path_rule/{pathv1}?{query}</td>
|
|
952
|
+
<td style="padding:15px">Yes</td>
|
|
953
|
+
</tr>
|
|
954
|
+
<tr>
|
|
955
|
+
<td style="padding:15px">getOrgOrgidPathRules(orgid, callback)</td>
|
|
956
|
+
<td style="padding:15px">Get path rule for an org</td>
|
|
957
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/path_rules?{query}</td>
|
|
958
|
+
<td style="padding:15px">Yes</td>
|
|
959
|
+
</tr>
|
|
960
|
+
<tr>
|
|
961
|
+
<td style="padding:15px">postOrgOrgidPathRules(orgid, pathrule, callback)</td>
|
|
962
|
+
<td style="padding:15px">Create path rule for an org</td>
|
|
963
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/path_rules?{query}</td>
|
|
964
|
+
<td style="padding:15px">Yes</td>
|
|
965
|
+
</tr>
|
|
966
|
+
<tr>
|
|
967
|
+
<td style="padding:15px">getOutboundRules(callback)</td>
|
|
968
|
+
<td style="padding:15px">List outbound rules</td>
|
|
969
|
+
<td style="padding:15px">{base_path}/{version}/outbound_rules?{query}</td>
|
|
970
|
+
<td style="padding:15px">Yes</td>
|
|
971
|
+
</tr>
|
|
972
|
+
<tr>
|
|
973
|
+
<td style="padding:15px">getOutboundRuleRuleid(ruleid, callback)</td>
|
|
974
|
+
<td style="padding:15px">Get outbound rule</td>
|
|
975
|
+
<td style="padding:15px">{base_path}/{version}/outbound_rule/{pathv1}?{query}</td>
|
|
976
|
+
<td style="padding:15px">Yes</td>
|
|
977
|
+
</tr>
|
|
978
|
+
<tr>
|
|
979
|
+
<td style="padding:15px">putOutboundRuleRuleid(ruleid, callback)</td>
|
|
980
|
+
<td style="padding:15px">Update a outbound rule</td>
|
|
981
|
+
<td style="padding:15px">{base_path}/{version}/outbound_rule/{pathv1}?{query}</td>
|
|
982
|
+
<td style="padding:15px">Yes</td>
|
|
983
|
+
</tr>
|
|
984
|
+
<tr>
|
|
985
|
+
<td style="padding:15px">deleteOutboundRuleRuleid(ruleid, callback)</td>
|
|
986
|
+
<td style="padding:15px">Delete outbound rule</td>
|
|
987
|
+
<td style="padding:15px">{base_path}/{version}/outbound_rule/{pathv1}?{query}</td>
|
|
988
|
+
<td style="padding:15px">Yes</td>
|
|
989
|
+
</tr>
|
|
990
|
+
<tr>
|
|
991
|
+
<td style="padding:15px">getOrgOrgidOutboundRules(orgid, callback)</td>
|
|
992
|
+
<td style="padding:15px">Get outbound rule for an org</td>
|
|
993
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/outbound_rules?{query}</td>
|
|
994
|
+
<td style="padding:15px">Yes</td>
|
|
995
|
+
</tr>
|
|
996
|
+
<tr>
|
|
997
|
+
<td style="padding:15px">postOrgOrgidOutboundRules(orgid, outbound, callback)</td>
|
|
998
|
+
<td style="padding:15px">Create outbound rule for an org</td>
|
|
999
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/outbound_rules?{query}</td>
|
|
1000
|
+
<td style="padding:15px">Yes</td>
|
|
1001
|
+
</tr>
|
|
1002
|
+
<tr>
|
|
1003
|
+
<td style="padding:15px">getInboundRules(callback)</td>
|
|
1004
|
+
<td style="padding:15px">List inbound rules</td>
|
|
1005
|
+
<td style="padding:15px">{base_path}/{version}/inbound_rules?{query}</td>
|
|
1006
|
+
<td style="padding:15px">Yes</td>
|
|
1007
|
+
</tr>
|
|
1008
|
+
<tr>
|
|
1009
|
+
<td style="padding:15px">getOrgOrgidInboundRules(orgid, callback)</td>
|
|
1010
|
+
<td style="padding:15px">Get inbound rules for an org</td>
|
|
1011
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/inbound_rules?{query}</td>
|
|
1012
|
+
<td style="padding:15px">Yes</td>
|
|
1013
|
+
</tr>
|
|
1014
|
+
<tr>
|
|
1015
|
+
<td style="padding:15px">postOrgOrgidInboundRules(orgid, inboundrule, callback)</td>
|
|
1016
|
+
<td style="padding:15px">Create inbound rule for an org</td>
|
|
1017
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/inbound_rules?{query}</td>
|
|
1018
|
+
<td style="padding:15px">Yes</td>
|
|
1019
|
+
</tr>
|
|
1020
|
+
<tr>
|
|
1021
|
+
<td style="padding:15px">getInboundRuleRuleid(ruleid, callback)</td>
|
|
1022
|
+
<td style="padding:15px">Get inbound rules</td>
|
|
1023
|
+
<td style="padding:15px">{base_path}/{version}/inbound_rule/{pathv1}?{query}</td>
|
|
1024
|
+
<td style="padding:15px">Yes</td>
|
|
1025
|
+
</tr>
|
|
1026
|
+
<tr>
|
|
1027
|
+
<td style="padding:15px">putInboundRuleRuleid(ruleid, callback)</td>
|
|
1028
|
+
<td style="padding:15px">Update a inbound rule</td>
|
|
1029
|
+
<td style="padding:15px">{base_path}/{version}/inbound_rule/{pathv1}?{query}</td>
|
|
1030
|
+
<td style="padding:15px">Yes</td>
|
|
1031
|
+
</tr>
|
|
1032
|
+
<tr>
|
|
1033
|
+
<td style="padding:15px">deleteInboundRuleRuleid(ruleid, callback)</td>
|
|
1034
|
+
<td style="padding:15px">Delete inbound rule</td>
|
|
1035
|
+
<td style="padding:15px">{base_path}/{version}/inbound_rule/{pathv1}?{query}</td>
|
|
1036
|
+
<td style="padding:15px">Yes</td>
|
|
1037
|
+
</tr>
|
|
1038
|
+
<tr>
|
|
1039
|
+
<td style="padding:15px">getEndpoints(callback)</td>
|
|
1040
|
+
<td style="padding:15px">List endpoints</td>
|
|
1041
|
+
<td style="padding:15px">{base_path}/{version}/endpoints?{query}</td>
|
|
1042
|
+
<td style="padding:15px">Yes</td>
|
|
1043
|
+
</tr>
|
|
1044
|
+
<tr>
|
|
1045
|
+
<td style="padding:15px">getOrgOrgidEndpoints(orgid, callback)</td>
|
|
1046
|
+
<td style="padding:15px">Get endpoints for an org</td>
|
|
1047
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/endpoints?{query}</td>
|
|
1048
|
+
<td style="padding:15px">Yes</td>
|
|
1049
|
+
</tr>
|
|
1050
|
+
<tr>
|
|
1051
|
+
<td style="padding:15px">postOrgOrgidEndpoints(orgid, endpoint, callback)</td>
|
|
1052
|
+
<td style="padding:15px">Create endpoint for an org</td>
|
|
1053
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/endpoints?{query}</td>
|
|
1054
|
+
<td style="padding:15px">Yes</td>
|
|
1055
|
+
</tr>
|
|
1056
|
+
<tr>
|
|
1057
|
+
<td style="padding:15px">getEndpointEpid(epid, callback)</td>
|
|
1058
|
+
<td style="padding:15px">Get endpoint</td>
|
|
1059
|
+
<td style="padding:15px">{base_path}/{version}/endpoint/{pathv1}?{query}</td>
|
|
1060
|
+
<td style="padding:15px">Yes</td>
|
|
1061
|
+
</tr>
|
|
1062
|
+
<tr>
|
|
1063
|
+
<td style="padding:15px">putEndpointEpid(epid, callback)</td>
|
|
1064
|
+
<td style="padding:15px">Update a endpoint</td>
|
|
1065
|
+
<td style="padding:15px">{base_path}/{version}/endpoint/{pathv1}?{query}</td>
|
|
1066
|
+
<td style="padding:15px">Yes</td>
|
|
1067
|
+
</tr>
|
|
1068
|
+
<tr>
|
|
1069
|
+
<td style="padding:15px">deleteEndpointEpid(epid, callback)</td>
|
|
1070
|
+
<td style="padding:15px">Delete endpoint</td>
|
|
1071
|
+
<td style="padding:15px">{base_path}/{version}/endpoint/{pathv1}?{query}</td>
|
|
1072
|
+
<td style="padding:15px">Yes</td>
|
|
1073
|
+
</tr>
|
|
1074
|
+
<tr>
|
|
1075
|
+
<td style="padding:15px">getNetworks(callback)</td>
|
|
1076
|
+
<td style="padding:15px">List networks</td>
|
|
1077
|
+
<td style="padding:15px">{base_path}/{version}/networks?{query}</td>
|
|
1078
|
+
<td style="padding:15px">Yes</td>
|
|
1079
|
+
</tr>
|
|
1080
|
+
<tr>
|
|
1081
|
+
<td style="padding:15px">getOrgOrgidNetworks(orgid, callback)</td>
|
|
1082
|
+
<td style="padding:15px">Get network for an org</td>
|
|
1083
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/networks?{query}</td>
|
|
1084
|
+
<td style="padding:15px">Yes</td>
|
|
1085
|
+
</tr>
|
|
1086
|
+
<tr>
|
|
1087
|
+
<td style="padding:15px">postOrgOrgidNetworks(orgid, network, callback)</td>
|
|
1088
|
+
<td style="padding:15px">Create network for an org</td>
|
|
1089
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/networks?{query}</td>
|
|
1090
|
+
<td style="padding:15px">Yes</td>
|
|
1091
|
+
</tr>
|
|
1092
|
+
<tr>
|
|
1093
|
+
<td style="padding:15px">getNetworkNetid(netid, callback)</td>
|
|
1094
|
+
<td style="padding:15px">Get network</td>
|
|
1095
|
+
<td style="padding:15px">{base_path}/{version}/network/{pathv1}?{query}</td>
|
|
1096
|
+
<td style="padding:15px">Yes</td>
|
|
1097
|
+
</tr>
|
|
1098
|
+
<tr>
|
|
1099
|
+
<td style="padding:15px">putNetworkNetid(netid, callback)</td>
|
|
1100
|
+
<td style="padding:15px">Update a network</td>
|
|
1101
|
+
<td style="padding:15px">{base_path}/{version}/network/{pathv1}?{query}</td>
|
|
1102
|
+
<td style="padding:15px">Yes</td>
|
|
1103
|
+
</tr>
|
|
1104
|
+
<tr>
|
|
1105
|
+
<td style="padding:15px">deleteNetworkNetid(netid, callback)</td>
|
|
1106
|
+
<td style="padding:15px">Delete network</td>
|
|
1107
|
+
<td style="padding:15px">{base_path}/{version}/network/{pathv1}?{query}</td>
|
|
1108
|
+
<td style="padding:15px">Yes</td>
|
|
1109
|
+
</tr>
|
|
1110
|
+
<tr>
|
|
1111
|
+
<td style="padding:15px">getPorts(callback)</td>
|
|
1112
|
+
<td style="padding:15px">List Ports</td>
|
|
1113
|
+
<td style="padding:15px">{base_path}/{version}/ports?{query}</td>
|
|
1114
|
+
<td style="padding:15px">Yes</td>
|
|
1115
|
+
</tr>
|
|
1116
|
+
<tr>
|
|
1117
|
+
<td style="padding:15px">getPortPortid(portid, callback)</td>
|
|
1118
|
+
<td style="padding:15px">Get port</td>
|
|
1119
|
+
<td style="padding:15px">{base_path}/{version}/port/{pathv1}?{query}</td>
|
|
1120
|
+
<td style="padding:15px">Yes</td>
|
|
1121
|
+
</tr>
|
|
1122
|
+
<tr>
|
|
1123
|
+
<td style="padding:15px">putPortPortid(portid, callback)</td>
|
|
1124
|
+
<td style="padding:15px">Update a port</td>
|
|
1125
|
+
<td style="padding:15px">{base_path}/{version}/port/{pathv1}?{query}</td>
|
|
1126
|
+
<td style="padding:15px">Yes</td>
|
|
1127
|
+
</tr>
|
|
1128
|
+
<tr>
|
|
1129
|
+
<td style="padding:15px">getNodeNodeidPorts(nodeid, callback)</td>
|
|
1130
|
+
<td style="padding:15px">Get port</td>
|
|
1131
|
+
<td style="padding:15px">{base_path}/{version}/node/{pathv1}/ports?{query}</td>
|
|
1132
|
+
<td style="padding:15px">Yes</td>
|
|
1133
|
+
</tr>
|
|
1134
|
+
<tr>
|
|
1135
|
+
<td style="padding:15px">getWans(callback)</td>
|
|
1136
|
+
<td style="padding:15px">List wans</td>
|
|
1137
|
+
<td style="padding:15px">{base_path}/{version}/wans?{query}</td>
|
|
1138
|
+
<td style="padding:15px">Yes</td>
|
|
1139
|
+
</tr>
|
|
1140
|
+
<tr>
|
|
1141
|
+
<td style="padding:15px">getOrgOrgidWans(orgid, callback)</td>
|
|
1142
|
+
<td style="padding:15px">Get wan for an org</td>
|
|
1143
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/wans?{query}</td>
|
|
1144
|
+
<td style="padding:15px">Yes</td>
|
|
1145
|
+
</tr>
|
|
1146
|
+
<tr>
|
|
1147
|
+
<td style="padding:15px">postOrgOrgidWans(orgid, wan, callback)</td>
|
|
1148
|
+
<td style="padding:15px">Create wan for an org</td>
|
|
1149
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/wans?{query}</td>
|
|
1150
|
+
<td style="padding:15px">Yes</td>
|
|
1151
|
+
</tr>
|
|
1152
|
+
<tr>
|
|
1153
|
+
<td style="padding:15px">getWanWanid(wanid, callback)</td>
|
|
1154
|
+
<td style="padding:15px">Get wan</td>
|
|
1155
|
+
<td style="padding:15px">{base_path}/{version}/wan/{pathv1}?{query}</td>
|
|
1156
|
+
<td style="padding:15px">Yes</td>
|
|
1157
|
+
</tr>
|
|
1158
|
+
<tr>
|
|
1159
|
+
<td style="padding:15px">putWanWanid(wanid, callback)</td>
|
|
1160
|
+
<td style="padding:15px">Update a wan</td>
|
|
1161
|
+
<td style="padding:15px">{base_path}/{version}/wan/{pathv1}?{query}</td>
|
|
1162
|
+
<td style="padding:15px">Yes</td>
|
|
1163
|
+
</tr>
|
|
1164
|
+
<tr>
|
|
1165
|
+
<td style="padding:15px">deleteWanWanid(wanid, callback)</td>
|
|
1166
|
+
<td style="padding:15px">Delete wan</td>
|
|
1167
|
+
<td style="padding:15px">{base_path}/{version}/wan/{pathv1}?{query}</td>
|
|
1168
|
+
<td style="padding:15px">Yes</td>
|
|
1169
|
+
</tr>
|
|
1170
|
+
<tr>
|
|
1171
|
+
<td style="padding:15px">postSshtunnelNodeid(nodeid, callback)</td>
|
|
1172
|
+
<td style="padding:15px">Establish an SSH tunnel to the given node</td>
|
|
1173
|
+
<td style="padding:15px">{base_path}/{version}/sshtunnel/{pathv1}?{query}</td>
|
|
1174
|
+
<td style="padding:15px">Yes</td>
|
|
1175
|
+
</tr>
|
|
1176
|
+
<tr>
|
|
1177
|
+
<td style="padding:15px">getSshtunnelNodeid(nodeid, callback)</td>
|
|
1178
|
+
<td style="padding:15px">Return status of the SSH tunnel to the given node</td>
|
|
1179
|
+
<td style="padding:15px">{base_path}/{version}/sshtunnel/{pathv1}?{query}</td>
|
|
1180
|
+
<td style="padding:15px">Yes</td>
|
|
1181
|
+
</tr>
|
|
1182
|
+
<tr>
|
|
1183
|
+
<td style="padding:15px">deleteSshtunnelNodeid(nodeid, callback)</td>
|
|
1184
|
+
<td style="padding:15px">Stop the SSH tunnel with the given node</td>
|
|
1185
|
+
<td style="padding:15px">{base_path}/{version}/sshtunnel/{pathv1}?{query}</td>
|
|
1186
|
+
<td style="padding:15px">Yes</td>
|
|
1187
|
+
</tr>
|
|
1188
|
+
<tr>
|
|
1189
|
+
<td style="padding:15px">getSshtunnel(callback)</td>
|
|
1190
|
+
<td style="padding:15px">Status of all currently established ssh tunnels</td>
|
|
1191
|
+
<td style="padding:15px">{base_path}/{version}/sshtunnel?{query}</td>
|
|
1192
|
+
<td style="padding:15px">Yes</td>
|
|
1193
|
+
</tr>
|
|
1194
|
+
<tr>
|
|
1195
|
+
<td style="padding:15px">getProxyservices(callback)</td>
|
|
1196
|
+
<td style="padding:15px">Return all Proxy Services</td>
|
|
1197
|
+
<td style="padding:15px">{base_path}/{version}/proxyservices?{query}</td>
|
|
1198
|
+
<td style="padding:15px">Yes</td>
|
|
1199
|
+
</tr>
|
|
1200
|
+
<tr>
|
|
1201
|
+
<td style="padding:15px">getProxyserviceProxyserviceid(proxyserviceid, callback)</td>
|
|
1202
|
+
<td style="padding:15px">Fetch Proxy Service object</td>
|
|
1203
|
+
<td style="padding:15px">{base_path}/{version}/proxyservice/{pathv1}?{query}</td>
|
|
1204
|
+
<td style="padding:15px">Yes</td>
|
|
1205
|
+
</tr>
|
|
1206
|
+
<tr>
|
|
1207
|
+
<td style="padding:15px">deleteProxyserviceProxyserviceid(proxyserviceid, callback)</td>
|
|
1208
|
+
<td style="padding:15px">Delete a Proxy Service object</td>
|
|
1209
|
+
<td style="padding:15px">{base_path}/{version}/proxyservice/{pathv1}?{query}</td>
|
|
1210
|
+
<td style="padding:15px">Yes</td>
|
|
1211
|
+
</tr>
|
|
1212
|
+
<tr>
|
|
1213
|
+
<td style="padding:15px">putProxyserviceProxyserviceid(proxyserviceid, callback)</td>
|
|
1214
|
+
<td style="padding:15px">Change a Proxy Service object</td>
|
|
1215
|
+
<td style="padding:15px">{base_path}/{version}/proxyservice/{pathv1}?{query}</td>
|
|
1216
|
+
<td style="padding:15px">Yes</td>
|
|
1217
|
+
</tr>
|
|
1218
|
+
<tr>
|
|
1219
|
+
<td style="padding:15px">getOrgOrgidProxyservices(orgid, callback)</td>
|
|
1220
|
+
<td style="padding:15px">Return all Proxy Services in this org</td>
|
|
1221
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/proxyservices?{query}</td>
|
|
1222
|
+
<td style="padding:15px">Yes</td>
|
|
1223
|
+
</tr>
|
|
1224
|
+
<tr>
|
|
1225
|
+
<td style="padding:15px">postOrgOrgidProxyservices(orgid, callback)</td>
|
|
1226
|
+
<td style="padding:15px">Create a Proxy Service object</td>
|
|
1227
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/proxyservices?{query}</td>
|
|
1228
|
+
<td style="padding:15px">Yes</td>
|
|
1229
|
+
</tr>
|
|
1230
|
+
<tr>
|
|
1231
|
+
<td style="padding:15px">getOrgOrgidProxyserviceSettings(orgid, callback)</td>
|
|
1232
|
+
<td style="padding:15px">Return proxyservice settings for this org</td>
|
|
1233
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/proxyservice/settings?{query}</td>
|
|
1234
|
+
<td style="padding:15px">Yes</td>
|
|
1235
|
+
</tr>
|
|
1236
|
+
<tr>
|
|
1237
|
+
<td style="padding:15px">postOrgOrgidProxyserviceSettings(orgid, callback)</td>
|
|
1238
|
+
<td style="padding:15px">Set proxyservice settings for this org</td>
|
|
1239
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/proxyservice/settings?{query}</td>
|
|
1240
|
+
<td style="padding:15px">Yes</td>
|
|
1241
|
+
</tr>
|
|
1242
|
+
<tr>
|
|
1243
|
+
<td style="padding:15px">getOrgOrgidProxyserviceConfig(orgid, callback)</td>
|
|
1244
|
+
<td style="padding:15px">Return zScaler config in CSV format</td>
|
|
1245
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/proxyservice/config?{query}</td>
|
|
1246
|
+
<td style="padding:15px">Yes</td>
|
|
1247
|
+
</tr>
|
|
1248
|
+
<tr>
|
|
1249
|
+
<td style="padding:15px">postProxyserviceCommand(callback)</td>
|
|
1250
|
+
<td style="padding:15px">Execute a proxyservice command</td>
|
|
1251
|
+
<td style="padding:15px">{base_path}/{version}/proxyservice/command?{query}</td>
|
|
1252
|
+
<td style="padding:15px">Yes</td>
|
|
1253
|
+
</tr>
|
|
1254
|
+
<tr>
|
|
1255
|
+
<td style="padding:15px">getUsergrps(callback)</td>
|
|
1256
|
+
<td style="padding:15px">List of User Groups</td>
|
|
1257
|
+
<td style="padding:15px">{base_path}/{version}/usergrps?{query}</td>
|
|
1258
|
+
<td style="padding:15px">Yes</td>
|
|
1259
|
+
</tr>
|
|
1260
|
+
<tr>
|
|
1261
|
+
<td style="padding:15px">getUsergrpUsergrpid(usergrpid, callback)</td>
|
|
1262
|
+
<td style="padding:15px">Get usergrp</td>
|
|
1263
|
+
<td style="padding:15px">{base_path}/{version}/usergrp/{pathv1}?{query}</td>
|
|
1264
|
+
<td style="padding:15px">Yes</td>
|
|
1265
|
+
</tr>
|
|
1266
|
+
<tr>
|
|
1267
|
+
<td style="padding:15px">putUsergrpUsergrpid(usergrpid, callback)</td>
|
|
1268
|
+
<td style="padding:15px">Update a usergrp</td>
|
|
1269
|
+
<td style="padding:15px">{base_path}/{version}/usergrp/{pathv1}?{query}</td>
|
|
1270
|
+
<td style="padding:15px">Yes</td>
|
|
1271
|
+
</tr>
|
|
1272
|
+
<tr>
|
|
1273
|
+
<td style="padding:15px">deleteUsergrpUsergrpid(usergrpid, callback)</td>
|
|
1274
|
+
<td style="padding:15px">Delete usergrp</td>
|
|
1275
|
+
<td style="padding:15px">{base_path}/{version}/usergrp/{pathv1}?{query}</td>
|
|
1276
|
+
<td style="padding:15px">Yes</td>
|
|
1277
|
+
</tr>
|
|
1278
|
+
<tr>
|
|
1279
|
+
<td style="padding:15px">getOrgOrgidUsergrps(orgid, callback)</td>
|
|
1280
|
+
<td style="padding:15px">List usergrps</td>
|
|
1281
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/usergrps?{query}</td>
|
|
1282
|
+
<td style="padding:15px">Yes</td>
|
|
1283
|
+
</tr>
|
|
1284
|
+
<tr>
|
|
1285
|
+
<td style="padding:15px">postOrgOrgidUsergrps(orgid, usergrp, callback)</td>
|
|
1286
|
+
<td style="padding:15px">Create usergrp for an org</td>
|
|
1287
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/usergrps?{query}</td>
|
|
1288
|
+
<td style="padding:15px">Yes</td>
|
|
1289
|
+
</tr>
|
|
1290
|
+
<tr>
|
|
1291
|
+
<td style="padding:15px">getPortal(callback)</td>
|
|
1292
|
+
<td style="padding:15px">Retrieve all portals</td>
|
|
1293
|
+
<td style="padding:15px">{base_path}/{version}/portal?{query}</td>
|
|
1294
|
+
<td style="padding:15px">Yes</td>
|
|
1295
|
+
</tr>
|
|
1296
|
+
<tr>
|
|
1297
|
+
<td style="padding:15px">getPortalPortalid(portalid, callback)</td>
|
|
1298
|
+
<td style="padding:15px">Retrieve specified portal</td>
|
|
1299
|
+
<td style="padding:15px">{base_path}/{version}/portal/{pathv1}?{query}</td>
|
|
1300
|
+
<td style="padding:15px">Yes</td>
|
|
1301
|
+
</tr>
|
|
1302
|
+
<tr>
|
|
1303
|
+
<td style="padding:15px">putPortalPortalid(portalid, callback)</td>
|
|
1304
|
+
<td style="padding:15px">Update a portal</td>
|
|
1305
|
+
<td style="padding:15px">{base_path}/{version}/portal/{pathv1}?{query}</td>
|
|
1306
|
+
<td style="padding:15px">Yes</td>
|
|
1307
|
+
</tr>
|
|
1308
|
+
<tr>
|
|
1309
|
+
<td style="padding:15px">deletePortalPortalid(portalid, callback)</td>
|
|
1310
|
+
<td style="padding:15px">Delete portal</td>
|
|
1311
|
+
<td style="padding:15px">{base_path}/{version}/portal/{pathv1}?{query}</td>
|
|
1312
|
+
<td style="padding:15px">Yes</td>
|
|
1313
|
+
</tr>
|
|
1314
|
+
<tr>
|
|
1315
|
+
<td style="padding:15px">getOrgOrgidPortals(orgid, callback)</td>
|
|
1316
|
+
<td style="padding:15px">List portals</td>
|
|
1317
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/portals?{query}</td>
|
|
1318
|
+
<td style="padding:15px">Yes</td>
|
|
1319
|
+
</tr>
|
|
1320
|
+
<tr>
|
|
1321
|
+
<td style="padding:15px">postOrgOrgidPortals(orgid, portal, callback)</td>
|
|
1322
|
+
<td style="padding:15px">Create portal</td>
|
|
1323
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/portals?{query}</td>
|
|
1324
|
+
<td style="padding:15px">Yes</td>
|
|
1325
|
+
</tr>
|
|
1326
|
+
<tr>
|
|
1327
|
+
<td style="padding:15px">postPortalPortalidPortalLogo(portalid, callback)</td>
|
|
1328
|
+
<td style="padding:15px">Portal Logo</td>
|
|
1329
|
+
<td style="padding:15px">{base_path}/{version}/portal/{pathv1}/portal_logo?{query}</td>
|
|
1330
|
+
<td style="padding:15px">Yes</td>
|
|
1331
|
+
</tr>
|
|
1332
|
+
<tr>
|
|
1333
|
+
<td style="padding:15px">getOspfnets(callback)</td>
|
|
1334
|
+
<td style="padding:15px">Retrieve all ospfnets</td>
|
|
1335
|
+
<td style="padding:15px">{base_path}/{version}/ospfnets?{query}</td>
|
|
1336
|
+
<td style="padding:15px">Yes</td>
|
|
1337
|
+
</tr>
|
|
1338
|
+
<tr>
|
|
1339
|
+
<td style="padding:15px">getOspfnetOspfnetid(ospfnetid, callback)</td>
|
|
1340
|
+
<td style="padding:15px">Retrieve specified ospfnet</td>
|
|
1341
|
+
<td style="padding:15px">{base_path}/{version}/ospfnet/{pathv1}?{query}</td>
|
|
1342
|
+
<td style="padding:15px">Yes</td>
|
|
1343
|
+
</tr>
|
|
1344
|
+
<tr>
|
|
1345
|
+
<td style="padding:15px">putOspfnetOspfnetid(ospfnetid, callback)</td>
|
|
1346
|
+
<td style="padding:15px">Update a OSPF network</td>
|
|
1347
|
+
<td style="padding:15px">{base_path}/{version}/ospfnet/{pathv1}?{query}</td>
|
|
1348
|
+
<td style="padding:15px">Yes</td>
|
|
1349
|
+
</tr>
|
|
1350
|
+
<tr>
|
|
1351
|
+
<td style="padding:15px">deleteOspfnetOspfnetid(ospfnetid, callback)</td>
|
|
1352
|
+
<td style="padding:15px">Delete OSPF Network</td>
|
|
1353
|
+
<td style="padding:15px">{base_path}/{version}/ospfnet/{pathv1}?{query}</td>
|
|
1354
|
+
<td style="padding:15px">Yes</td>
|
|
1355
|
+
</tr>
|
|
1356
|
+
<tr>
|
|
1357
|
+
<td style="padding:15px">getOrgOrgidOspfnets(orgid, callback)</td>
|
|
1358
|
+
<td style="padding:15px">List ospfnets for given organization</td>
|
|
1359
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ospfnets?{query}</td>
|
|
1360
|
+
<td style="padding:15px">Yes</td>
|
|
1361
|
+
</tr>
|
|
1362
|
+
<tr>
|
|
1363
|
+
<td style="padding:15px">postOrgOrgidOspfnets(orgid, ospfnet, callback)</td>
|
|
1364
|
+
<td style="padding:15px">Create ospfnet</td>
|
|
1365
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ospfnets?{query}</td>
|
|
1366
|
+
<td style="padding:15px">Yes</td>
|
|
1367
|
+
</tr>
|
|
1368
|
+
<tr>
|
|
1369
|
+
<td style="padding:15px">getRollingUpgrades(callback)</td>
|
|
1370
|
+
<td style="padding:15px">List of schedules</td>
|
|
1371
|
+
<td style="padding:15px">{base_path}/{version}/rolling_upgrades?{query}</td>
|
|
1372
|
+
<td style="padding:15px">Yes</td>
|
|
1373
|
+
</tr>
|
|
1374
|
+
<tr>
|
|
1375
|
+
<td style="padding:15px">getRollingUpgradeScheduleid(scheduleid, callback)</td>
|
|
1376
|
+
<td style="padding:15px">Get rolling_upgrade</td>
|
|
1377
|
+
<td style="padding:15px">{base_path}/{version}/rolling_upgrade/{pathv1}?{query}</td>
|
|
1378
|
+
<td style="padding:15px">Yes</td>
|
|
1379
|
+
</tr>
|
|
1380
|
+
<tr>
|
|
1381
|
+
<td style="padding:15px">putRollingUpgradeScheduleid(scheduleid, callback)</td>
|
|
1382
|
+
<td style="padding:15px">Update a rolling_upgrade</td>
|
|
1383
|
+
<td style="padding:15px">{base_path}/{version}/rolling_upgrade/{pathv1}?{query}</td>
|
|
1384
|
+
<td style="padding:15px">Yes</td>
|
|
1385
|
+
</tr>
|
|
1386
|
+
<tr>
|
|
1387
|
+
<td style="padding:15px">deleteRollingUpgradeScheduleid(scheduleid, callback)</td>
|
|
1388
|
+
<td style="padding:15px">Delete rolling_upgrade</td>
|
|
1389
|
+
<td style="padding:15px">{base_path}/{version}/rolling_upgrade/{pathv1}?{query}</td>
|
|
1390
|
+
<td style="padding:15px">Yes</td>
|
|
1391
|
+
</tr>
|
|
1392
|
+
<tr>
|
|
1393
|
+
<td style="padding:15px">getOrgOrgidRollingUpgrades(orgid, callback)</td>
|
|
1394
|
+
<td style="padding:15px">List rolling_upgrades</td>
|
|
1395
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/rolling_upgrades?{query}</td>
|
|
1396
|
+
<td style="padding:15px">Yes</td>
|
|
1397
|
+
</tr>
|
|
1398
|
+
<tr>
|
|
1399
|
+
<td style="padding:15px">postOrgOrgidRollingUpgrades(orgid, rollingUpgrade, callback)</td>
|
|
1400
|
+
<td style="padding:15px">Create rolling_upgrade for an org</td>
|
|
1401
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/rolling_upgrades?{query}</td>
|
|
1402
|
+
<td style="padding:15px">Yes</td>
|
|
1403
|
+
</tr>
|
|
1404
|
+
<tr>
|
|
1405
|
+
<td style="padding:15px">getWifiPlans(callback)</td>
|
|
1406
|
+
<td style="padding:15px">Retrieve all wifi_plans</td>
|
|
1407
|
+
<td style="padding:15px">{base_path}/{version}/wifi_plans?{query}</td>
|
|
1408
|
+
<td style="padding:15px">Yes</td>
|
|
1409
|
+
</tr>
|
|
1410
|
+
<tr>
|
|
1411
|
+
<td style="padding:15px">getWifiPlanWifiPlanid(wifiPlanid, callback)</td>
|
|
1412
|
+
<td style="padding:15px">Retrieve specified wifi_plan</td>
|
|
1413
|
+
<td style="padding:15px">{base_path}/{version}/wifi_plan/{pathv1}?{query}</td>
|
|
1414
|
+
<td style="padding:15px">Yes</td>
|
|
1415
|
+
</tr>
|
|
1416
|
+
<tr>
|
|
1417
|
+
<td style="padding:15px">putWifiPlanWifiPlanid(wifiPlanid, callback)</td>
|
|
1418
|
+
<td style="padding:15px">Update a wifi_plans</td>
|
|
1419
|
+
<td style="padding:15px">{base_path}/{version}/wifi_plan/{pathv1}?{query}</td>
|
|
1420
|
+
<td style="padding:15px">Yes</td>
|
|
1421
|
+
</tr>
|
|
1422
|
+
<tr>
|
|
1423
|
+
<td style="padding:15px">deleteWifiPlanWifiPlanid(wifiPlanid, callback)</td>
|
|
1424
|
+
<td style="padding:15px">Delete wifi_plan</td>
|
|
1425
|
+
<td style="padding:15px">{base_path}/{version}/wifi_plan/{pathv1}?{query}</td>
|
|
1426
|
+
<td style="padding:15px">Yes</td>
|
|
1427
|
+
</tr>
|
|
1428
|
+
<tr>
|
|
1429
|
+
<td style="padding:15px">getOrgOrgidWifiPlans(orgid, callback)</td>
|
|
1430
|
+
<td style="padding:15px">List wifi_plans</td>
|
|
1431
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/wifi_plans?{query}</td>
|
|
1432
|
+
<td style="padding:15px">Yes</td>
|
|
1433
|
+
</tr>
|
|
1434
|
+
<tr>
|
|
1435
|
+
<td style="padding:15px">postOrgOrgidWifiPlans(orgid, wifiPlan, callback)</td>
|
|
1436
|
+
<td style="padding:15px">Create wifi_plan</td>
|
|
1437
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/wifi_plans?{query}</td>
|
|
1438
|
+
<td style="padding:15px">Yes</td>
|
|
1439
|
+
</tr>
|
|
1440
|
+
<tr>
|
|
1441
|
+
<td style="padding:15px">getCvpns(callback)</td>
|
|
1442
|
+
<td style="padding:15px">Retrieve all cvpns</td>
|
|
1443
|
+
<td style="padding:15px">{base_path}/{version}/cvpns?{query}</td>
|
|
1444
|
+
<td style="padding:15px">Yes</td>
|
|
1445
|
+
</tr>
|
|
1446
|
+
<tr>
|
|
1447
|
+
<td style="padding:15px">getCvpnCvpnid(cvpnid, callback)</td>
|
|
1448
|
+
<td style="padding:15px">Retrieve specified cvpn</td>
|
|
1449
|
+
<td style="padding:15px">{base_path}/{version}/cvpn/{pathv1}?{query}</td>
|
|
1450
|
+
<td style="padding:15px">Yes</td>
|
|
1451
|
+
</tr>
|
|
1452
|
+
<tr>
|
|
1453
|
+
<td style="padding:15px">putCvpnCvpnid(cvpnid, callback)</td>
|
|
1454
|
+
<td style="padding:15px">Update a cvpns</td>
|
|
1455
|
+
<td style="padding:15px">{base_path}/{version}/cvpn/{pathv1}?{query}</td>
|
|
1456
|
+
<td style="padding:15px">Yes</td>
|
|
1457
|
+
</tr>
|
|
1458
|
+
<tr>
|
|
1459
|
+
<td style="padding:15px">deleteCvpnCvpnid(cvpnid, callback)</td>
|
|
1460
|
+
<td style="padding:15px">Delete cvpn</td>
|
|
1461
|
+
<td style="padding:15px">{base_path}/{version}/cvpn/{pathv1}?{query}</td>
|
|
1462
|
+
<td style="padding:15px">Yes</td>
|
|
1463
|
+
</tr>
|
|
1464
|
+
<tr>
|
|
1465
|
+
<td style="padding:15px">getOrgOrgidCvpns(orgid, callback)</td>
|
|
1466
|
+
<td style="padding:15px">List cvpns</td>
|
|
1467
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cvpns?{query}</td>
|
|
1468
|
+
<td style="padding:15px">Yes</td>
|
|
1469
|
+
</tr>
|
|
1470
|
+
<tr>
|
|
1471
|
+
<td style="padding:15px">postOrgOrgidCvpns(orgid, cvpn, callback)</td>
|
|
1472
|
+
<td style="padding:15px">Create cvpn</td>
|
|
1473
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cvpns?{query}</td>
|
|
1474
|
+
<td style="padding:15px">Yes</td>
|
|
1475
|
+
</tr>
|
|
1476
|
+
<tr>
|
|
1477
|
+
<td style="padding:15px">getCvpnCvpnidNetid(cvpnid, netid, callback)</td>
|
|
1478
|
+
<td style="padding:15px">Retrieve specified Local Net in CVPN.</td>
|
|
1479
|
+
<td style="padding:15px">{base_path}/{version}/cvpn/{pathv1}/{pathv2}?{query}</td>
|
|
1480
|
+
<td style="padding:15px">Yes</td>
|
|
1481
|
+
</tr>
|
|
1482
|
+
<tr>
|
|
1483
|
+
<td style="padding:15px">putCvpnCvpnidNetid(cvpnid, netid, callback)</td>
|
|
1484
|
+
<td style="padding:15px">Update a local Net</td>
|
|
1485
|
+
<td style="padding:15px">{base_path}/{version}/cvpn/{pathv1}/{pathv2}?{query}</td>
|
|
1486
|
+
<td style="padding:15px">Yes</td>
|
|
1487
|
+
</tr>
|
|
1488
|
+
<tr>
|
|
1489
|
+
<td style="padding:15px">deleteCvpnCvpnidNetid(cvpnid, netid, callback)</td>
|
|
1490
|
+
<td style="padding:15px">Delete local net on cvpn</td>
|
|
1491
|
+
<td style="padding:15px">{base_path}/{version}/cvpn/{pathv1}/{pathv2}?{query}</td>
|
|
1492
|
+
<td style="padding:15px">Yes</td>
|
|
1493
|
+
</tr>
|
|
1494
|
+
<tr>
|
|
1495
|
+
<td style="padding:15px">getAreas(callback)</td>
|
|
1496
|
+
<td style="padding:15px">Retrieve all areas</td>
|
|
1497
|
+
<td style="padding:15px">{base_path}/{version}/areas?{query}</td>
|
|
1498
|
+
<td style="padding:15px">Yes</td>
|
|
1499
|
+
</tr>
|
|
1500
|
+
<tr>
|
|
1501
|
+
<td style="padding:15px">getAreaAreaid(areaid, callback)</td>
|
|
1502
|
+
<td style="padding:15px">Retrieve specified area</td>
|
|
1503
|
+
<td style="padding:15px">{base_path}/{version}/area/{pathv1}?{query}</td>
|
|
1504
|
+
<td style="padding:15px">Yes</td>
|
|
1505
|
+
</tr>
|
|
1506
|
+
<tr>
|
|
1507
|
+
<td style="padding:15px">putAreaAreaid(areaid, callback)</td>
|
|
1508
|
+
<td style="padding:15px">Update a areas</td>
|
|
1509
|
+
<td style="padding:15px">{base_path}/{version}/area/{pathv1}?{query}</td>
|
|
1510
|
+
<td style="padding:15px">Yes</td>
|
|
1511
|
+
</tr>
|
|
1512
|
+
<tr>
|
|
1513
|
+
<td style="padding:15px">deleteAreaAreaid(areaid, callback)</td>
|
|
1514
|
+
<td style="padding:15px">Delete area</td>
|
|
1515
|
+
<td style="padding:15px">{base_path}/{version}/area/{pathv1}?{query}</td>
|
|
1516
|
+
<td style="padding:15px">Yes</td>
|
|
1517
|
+
</tr>
|
|
1518
|
+
<tr>
|
|
1519
|
+
<td style="padding:15px">getOrgOrgidAreas(orgid, callback)</td>
|
|
1520
|
+
<td style="padding:15px">List areas</td>
|
|
1521
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/areas?{query}</td>
|
|
1522
|
+
<td style="padding:15px">Yes</td>
|
|
1523
|
+
</tr>
|
|
1524
|
+
<tr>
|
|
1525
|
+
<td style="padding:15px">postOrgOrgidAreas(orgid, area, callback)</td>
|
|
1526
|
+
<td style="padding:15px">Create area</td>
|
|
1527
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/areas?{query}</td>
|
|
1528
|
+
<td style="padding:15px">Yes</td>
|
|
1529
|
+
</tr>
|
|
1530
|
+
<tr>
|
|
1531
|
+
<td style="padding:15px">getRealm(callback)</td>
|
|
1532
|
+
<td style="padding:15px">Retrieve the realm of SCM</td>
|
|
1533
|
+
<td style="padding:15px">{base_path}/{version}/realm?{query}</td>
|
|
1534
|
+
<td style="padding:15px">Yes</td>
|
|
1535
|
+
</tr>
|
|
1536
|
+
<tr>
|
|
1537
|
+
<td style="padding:15px">putRealm(callback)</td>
|
|
1538
|
+
<td style="padding:15px">Update a realm</td>
|
|
1539
|
+
<td style="padding:15px">{base_path}/{version}/realm?{query}</td>
|
|
1540
|
+
<td style="padding:15px">Yes</td>
|
|
1541
|
+
</tr>
|
|
1542
|
+
<tr>
|
|
1543
|
+
<td style="padding:15px">getShprimaryShprimaryid(shprimaryid, callback)</td>
|
|
1544
|
+
<td style="padding:15px">Retrieve specified SteelHead primary interface</td>
|
|
1545
|
+
<td style="padding:15px">{base_path}/{version}/shprimary/{pathv1}?{query}</td>
|
|
1546
|
+
<td style="padding:15px">Yes</td>
|
|
1547
|
+
</tr>
|
|
1548
|
+
<tr>
|
|
1549
|
+
<td style="padding:15px">putShprimaryShprimaryid(shprimaryid, shPrimaryIpv4, shPrimaryGwv4, net, callback)</td>
|
|
1550
|
+
<td style="padding:15px">Update a specified SteelHead primary interface</td>
|
|
1551
|
+
<td style="padding:15px">{base_path}/{version}/shprimary/{pathv1}?{query}</td>
|
|
1552
|
+
<td style="padding:15px">Yes</td>
|
|
1553
|
+
</tr>
|
|
1554
|
+
<tr>
|
|
1555
|
+
<td style="padding:15px">getInpathInpathid(inpathid, callback)</td>
|
|
1556
|
+
<td style="padding:15px">Retrieve specified SteelHead inpath interface</td>
|
|
1557
|
+
<td style="padding:15px">{base_path}/{version}/inpath/{pathv1}?{query}</td>
|
|
1558
|
+
<td style="padding:15px">Yes</td>
|
|
1559
|
+
</tr>
|
|
1560
|
+
<tr>
|
|
1561
|
+
<td style="padding:15px">putInpathInpathid(inpathid, ipv4, net, callback)</td>
|
|
1562
|
+
<td style="padding:15px">Update a specified SteelHead inpath interface</td>
|
|
1563
|
+
<td style="padding:15px">{base_path}/{version}/inpath/{pathv1}?{query}</td>
|
|
1564
|
+
<td style="padding:15px">Yes</td>
|
|
1565
|
+
</tr>
|
|
1566
|
+
<tr>
|
|
1567
|
+
<td style="padding:15px">getCepolicies(callback)</td>
|
|
1568
|
+
<td style="padding:15px">Retrieve all cepolicies</td>
|
|
1569
|
+
<td style="padding:15px">{base_path}/{version}/cepolicies?{query}</td>
|
|
1570
|
+
<td style="padding:15px">Yes</td>
|
|
1571
|
+
</tr>
|
|
1572
|
+
<tr>
|
|
1573
|
+
<td style="padding:15px">getCepoliciesCepolicyid(cepolicyid, callback)</td>
|
|
1574
|
+
<td style="padding:15px">Retrieve specified cepolicy</td>
|
|
1575
|
+
<td style="padding:15px">{base_path}/{version}/cepolicies/{pathv1}?{query}</td>
|
|
1576
|
+
<td style="padding:15px">Yes</td>
|
|
1577
|
+
</tr>
|
|
1578
|
+
<tr>
|
|
1579
|
+
<td style="padding:15px">putCepoliciesCepolicyid(cepolicyid, cepolicy, callback)</td>
|
|
1580
|
+
<td style="padding:15px">Update a Cepolicy network</td>
|
|
1581
|
+
<td style="padding:15px">{base_path}/{version}/cepolicies/{pathv1}?{query}</td>
|
|
1582
|
+
<td style="padding:15px">Yes</td>
|
|
1583
|
+
</tr>
|
|
1584
|
+
<tr>
|
|
1585
|
+
<td style="padding:15px">deleteCepoliciesCepolicyid(cepolicyid, callback)</td>
|
|
1586
|
+
<td style="padding:15px">Delete Cepolicy Network</td>
|
|
1587
|
+
<td style="padding:15px">{base_path}/{version}/cepolicies/{pathv1}?{query}</td>
|
|
1588
|
+
<td style="padding:15px">Yes</td>
|
|
1589
|
+
</tr>
|
|
1590
|
+
<tr>
|
|
1591
|
+
<td style="padding:15px">getOrgOrgidCepolicy(orgid, callback)</td>
|
|
1592
|
+
<td style="padding:15px">List cepolicies for given organization</td>
|
|
1593
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cepolicy?{query}</td>
|
|
1594
|
+
<td style="padding:15px">Yes</td>
|
|
1595
|
+
</tr>
|
|
1596
|
+
<tr>
|
|
1597
|
+
<td style="padding:15px">postOrgOrgidCepolicy(orgid, cepolicy, callback)</td>
|
|
1598
|
+
<td style="padding:15px">Create cepolicy</td>
|
|
1599
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cepolicy?{query}</td>
|
|
1600
|
+
<td style="padding:15px">Yes</td>
|
|
1601
|
+
</tr>
|
|
1602
|
+
<tr>
|
|
1603
|
+
<td style="padding:15px">getCefilters(callback)</td>
|
|
1604
|
+
<td style="padding:15px">Retrieve all cefilters</td>
|
|
1605
|
+
<td style="padding:15px">{base_path}/{version}/cefilters?{query}</td>
|
|
1606
|
+
<td style="padding:15px">Yes</td>
|
|
1607
|
+
</tr>
|
|
1608
|
+
<tr>
|
|
1609
|
+
<td style="padding:15px">getCefiltersCefilterid(cefilterid, callback)</td>
|
|
1610
|
+
<td style="padding:15px">Retrieve specified cefilter</td>
|
|
1611
|
+
<td style="padding:15px">{base_path}/{version}/cefilters/{pathv1}?{query}</td>
|
|
1612
|
+
<td style="padding:15px">Yes</td>
|
|
1613
|
+
</tr>
|
|
1614
|
+
<tr>
|
|
1615
|
+
<td style="padding:15px">putCefiltersCefilterid(cefilterid, cefilter, callback)</td>
|
|
1616
|
+
<td style="padding:15px">Update a Cefilter network</td>
|
|
1617
|
+
<td style="padding:15px">{base_path}/{version}/cefilters/{pathv1}?{query}</td>
|
|
1618
|
+
<td style="padding:15px">Yes</td>
|
|
1619
|
+
</tr>
|
|
1620
|
+
<tr>
|
|
1621
|
+
<td style="padding:15px">deleteCefiltersCefilterid(cefilterid, callback)</td>
|
|
1622
|
+
<td style="padding:15px">Delete Cefilter Network</td>
|
|
1623
|
+
<td style="padding:15px">{base_path}/{version}/cefilters/{pathv1}?{query}</td>
|
|
1624
|
+
<td style="padding:15px">Yes</td>
|
|
1625
|
+
</tr>
|
|
1626
|
+
<tr>
|
|
1627
|
+
<td style="padding:15px">getOrgOrgidCefilters(orgid, callback)</td>
|
|
1628
|
+
<td style="padding:15px">List cefilters for given organization</td>
|
|
1629
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cefilters?{query}</td>
|
|
1630
|
+
<td style="padding:15px">Yes</td>
|
|
1631
|
+
</tr>
|
|
1632
|
+
<tr>
|
|
1633
|
+
<td style="padding:15px">postOrgOrgidCefilters(orgid, cefilter, callback)</td>
|
|
1634
|
+
<td style="padding:15px">Create cefilter</td>
|
|
1635
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cefilters?{query}</td>
|
|
1636
|
+
<td style="padding:15px">Yes</td>
|
|
1637
|
+
</tr>
|
|
1638
|
+
<tr>
|
|
1639
|
+
<td style="padding:15px">getPrefixes(callback)</td>
|
|
1640
|
+
<td style="padding:15px">Retrieve all prefixes</td>
|
|
1641
|
+
<td style="padding:15px">{base_path}/{version}/prefixes?{query}</td>
|
|
1642
|
+
<td style="padding:15px">Yes</td>
|
|
1643
|
+
</tr>
|
|
1644
|
+
<tr>
|
|
1645
|
+
<td style="padding:15px">getPrefixesPrefixid(prefixid, callback)</td>
|
|
1646
|
+
<td style="padding:15px">Retrieve specified prefix</td>
|
|
1647
|
+
<td style="padding:15px">{base_path}/{version}/prefixes/{pathv1}?{query}</td>
|
|
1648
|
+
<td style="padding:15px">Yes</td>
|
|
1649
|
+
</tr>
|
|
1650
|
+
<tr>
|
|
1651
|
+
<td style="padding:15px">putPrefixesPrefixid(prefixid, prefix, callback)</td>
|
|
1652
|
+
<td style="padding:15px">Update a Prefix network</td>
|
|
1653
|
+
<td style="padding:15px">{base_path}/{version}/prefixes/{pathv1}?{query}</td>
|
|
1654
|
+
<td style="padding:15px">Yes</td>
|
|
1655
|
+
</tr>
|
|
1656
|
+
<tr>
|
|
1657
|
+
<td style="padding:15px">deletePrefixesPrefixid(prefixid, callback)</td>
|
|
1658
|
+
<td style="padding:15px">Delete Prefix Network</td>
|
|
1659
|
+
<td style="padding:15px">{base_path}/{version}/prefixes/{pathv1}?{query}</td>
|
|
1660
|
+
<td style="padding:15px">Yes</td>
|
|
1661
|
+
</tr>
|
|
1662
|
+
<tr>
|
|
1663
|
+
<td style="padding:15px">getOrgOrgidPrefix(orgid, callback)</td>
|
|
1664
|
+
<td style="padding:15px">List prefixes for given organization</td>
|
|
1665
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/prefix?{query}</td>
|
|
1666
|
+
<td style="padding:15px">Yes</td>
|
|
1667
|
+
</tr>
|
|
1668
|
+
<tr>
|
|
1669
|
+
<td style="padding:15px">postOrgOrgidPrefix(orgid, prefix, callback)</td>
|
|
1670
|
+
<td style="padding:15px">Create prefix</td>
|
|
1671
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/prefix?{query}</td>
|
|
1672
|
+
<td style="padding:15px">Yes</td>
|
|
1673
|
+
</tr>
|
|
1674
|
+
<tr>
|
|
1675
|
+
<td style="padding:15px">getCeexportrules(callback)</td>
|
|
1676
|
+
<td style="padding:15px">Retrieve all ceexportrules</td>
|
|
1677
|
+
<td style="padding:15px">{base_path}/{version}/ceexportrules?{query}</td>
|
|
1678
|
+
<td style="padding:15px">Yes</td>
|
|
1679
|
+
</tr>
|
|
1680
|
+
<tr>
|
|
1681
|
+
<td style="padding:15px">getCeexportrulesCeexportruleid(ceexportruleid, callback)</td>
|
|
1682
|
+
<td style="padding:15px">Retrieve specified ceexportrule</td>
|
|
1683
|
+
<td style="padding:15px">{base_path}/{version}/ceexportrules/{pathv1}?{query}</td>
|
|
1684
|
+
<td style="padding:15px">Yes</td>
|
|
1685
|
+
</tr>
|
|
1686
|
+
<tr>
|
|
1687
|
+
<td style="padding:15px">putCeexportrulesCeexportruleid(ceexportruleid, ceexportrule, callback)</td>
|
|
1688
|
+
<td style="padding:15px">Update a Ceexportrule network</td>
|
|
1689
|
+
<td style="padding:15px">{base_path}/{version}/ceexportrules/{pathv1}?{query}</td>
|
|
1690
|
+
<td style="padding:15px">Yes</td>
|
|
1691
|
+
</tr>
|
|
1692
|
+
<tr>
|
|
1693
|
+
<td style="padding:15px">deleteCeexportrulesCeexportruleid(ceexportruleid, callback)</td>
|
|
1694
|
+
<td style="padding:15px">Delete Ceexportrule Network</td>
|
|
1695
|
+
<td style="padding:15px">{base_path}/{version}/ceexportrules/{pathv1}?{query}</td>
|
|
1696
|
+
<td style="padding:15px">Yes</td>
|
|
1697
|
+
</tr>
|
|
1698
|
+
<tr>
|
|
1699
|
+
<td style="padding:15px">getOrgOrgidCeexportrules(orgid, callback)</td>
|
|
1700
|
+
<td style="padding:15px">List ceexportrules for given organization</td>
|
|
1701
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ceexportrules?{query}</td>
|
|
1702
|
+
<td style="padding:15px">Yes</td>
|
|
1703
|
+
</tr>
|
|
1704
|
+
<tr>
|
|
1705
|
+
<td style="padding:15px">postOrgOrgidCeexportrules(orgid, ceexportrule, callback)</td>
|
|
1706
|
+
<td style="padding:15px">Create ceexportrule</td>
|
|
1707
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ceexportrules?{query}</td>
|
|
1708
|
+
<td style="padding:15px">Yes</td>
|
|
1709
|
+
</tr>
|
|
1710
|
+
<tr>
|
|
1711
|
+
<td style="padding:15px">getCeexportpolicies(callback)</td>
|
|
1712
|
+
<td style="padding:15px">Retrieve all ceexportpolicies</td>
|
|
1713
|
+
<td style="padding:15px">{base_path}/{version}/ceexportpolicies?{query}</td>
|
|
1714
|
+
<td style="padding:15px">Yes</td>
|
|
1715
|
+
</tr>
|
|
1716
|
+
<tr>
|
|
1717
|
+
<td style="padding:15px">getCeexportpoliciesCeexportpolicyid(ceexportpolicyid, callback)</td>
|
|
1718
|
+
<td style="padding:15px">Retrieve specified ceexportpolicy</td>
|
|
1719
|
+
<td style="padding:15px">{base_path}/{version}/ceexportpolicies/{pathv1}?{query}</td>
|
|
1720
|
+
<td style="padding:15px">Yes</td>
|
|
1721
|
+
</tr>
|
|
1722
|
+
<tr>
|
|
1723
|
+
<td style="padding:15px">putCeexportpoliciesCeexportpolicyid(ceexportpolicyid, ceexportpolicy, callback)</td>
|
|
1724
|
+
<td style="padding:15px">Update a Ceexportpolicy network</td>
|
|
1725
|
+
<td style="padding:15px">{base_path}/{version}/ceexportpolicies/{pathv1}?{query}</td>
|
|
1726
|
+
<td style="padding:15px">Yes</td>
|
|
1727
|
+
</tr>
|
|
1728
|
+
<tr>
|
|
1729
|
+
<td style="padding:15px">deleteCeexportpoliciesCeexportpolicyid(ceexportpolicyid, callback)</td>
|
|
1730
|
+
<td style="padding:15px">Delete Ceexportpolicy Network</td>
|
|
1731
|
+
<td style="padding:15px">{base_path}/{version}/ceexportpolicies/{pathv1}?{query}</td>
|
|
1732
|
+
<td style="padding:15px">Yes</td>
|
|
1733
|
+
</tr>
|
|
1734
|
+
<tr>
|
|
1735
|
+
<td style="padding:15px">getOrgOrgidCeexportpolicies(orgid, callback)</td>
|
|
1736
|
+
<td style="padding:15px">List ceexportpolicies for given organization</td>
|
|
1737
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ceexportpolicies?{query}</td>
|
|
1738
|
+
<td style="padding:15px">Yes</td>
|
|
1739
|
+
</tr>
|
|
1740
|
+
<tr>
|
|
1741
|
+
<td style="padding:15px">postOrgOrgidCeexportpolicies(orgid, ceexportpolicy, callback)</td>
|
|
1742
|
+
<td style="padding:15px">Create ceexportpolicy</td>
|
|
1743
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ceexportpolicies?{query}</td>
|
|
1744
|
+
<td style="padding:15px">Yes</td>
|
|
1745
|
+
</tr>
|
|
1746
|
+
<tr>
|
|
1747
|
+
<td style="padding:15px">getCeimportpolicies(callback)</td>
|
|
1748
|
+
<td style="padding:15px">Retrieve all ceimportpolicies</td>
|
|
1749
|
+
<td style="padding:15px">{base_path}/{version}/ceimportpolicies?{query}</td>
|
|
1750
|
+
<td style="padding:15px">Yes</td>
|
|
1751
|
+
</tr>
|
|
1752
|
+
<tr>
|
|
1753
|
+
<td style="padding:15px">getCeimportpoliciesCeimportpolicyid(ceimportpolicyid, callback)</td>
|
|
1754
|
+
<td style="padding:15px">Retrieve specified ceimportpolicy</td>
|
|
1755
|
+
<td style="padding:15px">{base_path}/{version}/ceimportpolicies/{pathv1}?{query}</td>
|
|
1756
|
+
<td style="padding:15px">Yes</td>
|
|
1757
|
+
</tr>
|
|
1758
|
+
<tr>
|
|
1759
|
+
<td style="padding:15px">putCeimportpoliciesCeimportpolicyid(ceimportpolicyid, ceimportpolicy, callback)</td>
|
|
1760
|
+
<td style="padding:15px">Update a Ceimportpolicy network</td>
|
|
1761
|
+
<td style="padding:15px">{base_path}/{version}/ceimportpolicies/{pathv1}?{query}</td>
|
|
1762
|
+
<td style="padding:15px">Yes</td>
|
|
1763
|
+
</tr>
|
|
1764
|
+
<tr>
|
|
1765
|
+
<td style="padding:15px">deleteCeimportpoliciesCeimportpolicyid(ceimportpolicyid, callback)</td>
|
|
1766
|
+
<td style="padding:15px">Delete Ceimportpolicy Network</td>
|
|
1767
|
+
<td style="padding:15px">{base_path}/{version}/ceimportpolicies/{pathv1}?{query}</td>
|
|
1768
|
+
<td style="padding:15px">Yes</td>
|
|
1769
|
+
</tr>
|
|
1770
|
+
<tr>
|
|
1771
|
+
<td style="padding:15px">getOrgOrgidCeimportpolicies(orgid, callback)</td>
|
|
1772
|
+
<td style="padding:15px">List ceimportpolicies for given organization</td>
|
|
1773
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ceimportpolicies?{query}</td>
|
|
1774
|
+
<td style="padding:15px">Yes</td>
|
|
1775
|
+
</tr>
|
|
1776
|
+
<tr>
|
|
1777
|
+
<td style="padding:15px">postOrgOrgidCeimportpolicies(orgid, ceimportpolicy, callback)</td>
|
|
1778
|
+
<td style="padding:15px">Create ceimportpolicy</td>
|
|
1779
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/ceimportpolicies?{query}</td>
|
|
1780
|
+
<td style="padding:15px">Yes</td>
|
|
1781
|
+
</tr>
|
|
1782
|
+
<tr>
|
|
1783
|
+
<td style="padding:15px">getSiteSiteidCloudDeploy(siteid, callback)</td>
|
|
1784
|
+
<td style="padding:15px">List details of a deployed cloud site</td>
|
|
1785
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/cloud-deploy?{query}</td>
|
|
1786
|
+
<td style="padding:15px">Yes</td>
|
|
1787
|
+
</tr>
|
|
1788
|
+
<tr>
|
|
1789
|
+
<td style="padding:15px">postSiteSiteidCloudDeploy(siteid, cloudDeploy, callback)</td>
|
|
1790
|
+
<td style="padding:15px">Deploy a cloud site</td>
|
|
1791
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/cloud-deploy?{query}</td>
|
|
1792
|
+
<td style="padding:15px">Yes</td>
|
|
1793
|
+
</tr>
|
|
1794
|
+
<tr>
|
|
1795
|
+
<td style="padding:15px">putSiteSiteidCloudDeploy(siteid, cloudDeploy, callback)</td>
|
|
1796
|
+
<td style="padding:15px">Manage a cloud site</td>
|
|
1797
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/cloud-deploy?{query}</td>
|
|
1798
|
+
<td style="padding:15px">Yes</td>
|
|
1799
|
+
</tr>
|
|
1800
|
+
<tr>
|
|
1801
|
+
<td style="padding:15px">deleteSiteSiteidCloudDeploy(siteid, callback)</td>
|
|
1802
|
+
<td style="padding:15px">Undeploy a cloud site</td>
|
|
1803
|
+
<td style="padding:15px">{base_path}/{version}/site/{pathv1}/cloud-deploy?{query}</td>
|
|
1804
|
+
<td style="padding:15px">Yes</td>
|
|
1805
|
+
</tr>
|
|
1806
|
+
<tr>
|
|
1807
|
+
<td style="padding:15px">postOrgOrgidCloudAccounts(orgid, cloudAccount, callback)</td>
|
|
1808
|
+
<td style="padding:15px">Create a new account</td>
|
|
1809
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-accounts?{query}</td>
|
|
1810
|
+
<td style="padding:15px">Yes</td>
|
|
1811
|
+
</tr>
|
|
1812
|
+
<tr>
|
|
1813
|
+
<td style="padding:15px">getOrgOrgidCloudAccounts(orgid, callback)</td>
|
|
1814
|
+
<td style="padding:15px">Get a list of accounts</td>
|
|
1815
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-accounts?{query}</td>
|
|
1816
|
+
<td style="padding:15px">Yes</td>
|
|
1817
|
+
</tr>
|
|
1818
|
+
<tr>
|
|
1819
|
+
<td style="padding:15px">putCloudAccountAccountId(cloudAccount, accountId, callback)</td>
|
|
1820
|
+
<td style="padding:15px">Edit an existing account</td>
|
|
1821
|
+
<td style="padding:15px">{base_path}/{version}/cloud-account/{pathv1}?{query}</td>
|
|
1822
|
+
<td style="padding:15px">Yes</td>
|
|
1823
|
+
</tr>
|
|
1824
|
+
<tr>
|
|
1825
|
+
<td style="padding:15px">deleteCloudAccountAccountId(accountId, callback)</td>
|
|
1826
|
+
<td style="padding:15px">Delete an existing account.</td>
|
|
1827
|
+
<td style="padding:15px">{base_path}/{version}/cloud-account/{pathv1}?{query}</td>
|
|
1828
|
+
<td style="padding:15px">Yes</td>
|
|
1829
|
+
</tr>
|
|
1830
|
+
<tr>
|
|
1831
|
+
<td style="padding:15px">getCloudAccountAccountId(accountId, callback)</td>
|
|
1832
|
+
<td style="padding:15px">Get information about an existing account</td>
|
|
1833
|
+
<td style="padding:15px">{base_path}/{version}/cloud-account/{pathv1}?{query}</td>
|
|
1834
|
+
<td style="padding:15px">Yes</td>
|
|
1835
|
+
</tr>
|
|
1836
|
+
<tr>
|
|
1837
|
+
<td style="padding:15px">getCloudAccountAccountIdRefresh(accountId, callback)</td>
|
|
1838
|
+
<td style="padding:15px">Refresh Inventories for the a cloud account</td>
|
|
1839
|
+
<td style="padding:15px">{base_path}/{version}/cloud-account/{pathv1}/refresh?{query}</td>
|
|
1840
|
+
<td style="padding:15px">Yes</td>
|
|
1841
|
+
</tr>
|
|
1842
|
+
<tr>
|
|
1843
|
+
<td style="padding:15px">getOrgOrgidCloudAccountAccountIdCloudConnectSubnets(orgid, accountId, callback)</td>
|
|
1844
|
+
<td style="padding:15px">Get a list of subnets</td>
|
|
1845
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-account/{pathv2}/cloud-connect/subnets?{query}</td>
|
|
1846
|
+
<td style="padding:15px">Yes</td>
|
|
1847
|
+
</tr>
|
|
1848
|
+
<tr>
|
|
1849
|
+
<td style="padding:15px">postOrgOrgidCloudAccountAccountIdCloudConnectSubnetSubnetId(orgid, accountId, subnetId, overrideOverlap, callback)</td>
|
|
1850
|
+
<td style="padding:15px">Connect a cloud subnet</td>
|
|
1851
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-account/{pathv2}/cloud-connect/subnet/{pathv3}?{query}</td>
|
|
1852
|
+
<td style="padding:15px">Yes</td>
|
|
1853
|
+
</tr>
|
|
1854
|
+
<tr>
|
|
1855
|
+
<td style="padding:15px">deleteOrgOrgidCloudAccountAccountIdCloudConnectSubnetSubnetId(orgid, accountId, subnetId, callback)</td>
|
|
1856
|
+
<td style="padding:15px">Disconnect a cloud subnet</td>
|
|
1857
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-account/{pathv2}/cloud-connect/subnet/{pathv3}?{query}</td>
|
|
1858
|
+
<td style="padding:15px">Yes</td>
|
|
1859
|
+
</tr>
|
|
1860
|
+
<tr>
|
|
1861
|
+
<td style="padding:15px">postOrgOrgidCloudAccountAccountIdCloudConnectVpcVpcId(orgid, accountId, vpcId, overrideOverlap, callback)</td>
|
|
1862
|
+
<td style="padding:15px">Connect all subnets under a vpc</td>
|
|
1863
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-account/{pathv2}/cloud-connect/vpc/{pathv3}?{query}</td>
|
|
1864
|
+
<td style="padding:15px">Yes</td>
|
|
1865
|
+
</tr>
|
|
1866
|
+
<tr>
|
|
1867
|
+
<td style="padding:15px">deleteOrgOrgidCloudAccountAccountIdCloudConnectVpcVpcId(orgid, accountId, vpcId, callback)</td>
|
|
1868
|
+
<td style="padding:15px">Disconnect all subnets under a vpc</td>
|
|
1869
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-account/{pathv2}/cloud-connect/vpc/{pathv3}?{query}</td>
|
|
1870
|
+
<td style="padding:15px">Yes</td>
|
|
1871
|
+
</tr>
|
|
1872
|
+
<tr>
|
|
1873
|
+
<td style="padding:15px">postOrgOrgidCloudAccountAccountIdCloudConnectVnetVnetId(orgid, accountId, vnetId, overrideOverlap, callback)</td>
|
|
1874
|
+
<td style="padding:15px">Connect all subnets under a vnet</td>
|
|
1875
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-account/{pathv2}/cloud-connect/vnet/{pathv3}?{query}</td>
|
|
1876
|
+
<td style="padding:15px">Yes</td>
|
|
1877
|
+
</tr>
|
|
1878
|
+
<tr>
|
|
1879
|
+
<td style="padding:15px">deleteOrgOrgidCloudAccountAccountIdCloudConnectVnetVnetId(orgid, accountId, vnetId, callback)</td>
|
|
1880
|
+
<td style="padding:15px">Disconnect all subnets under a vnet</td>
|
|
1881
|
+
<td style="padding:15px">{base_path}/{version}/org/{pathv1}/cloud-account/{pathv2}/cloud-connect/vnet/{pathv3}?{query}</td>
|
|
1882
|
+
<td style="padding:15px">Yes</td>
|
|
1883
|
+
</tr>
|
|
168
1884
|
</table>
|
|
169
1885
|
<br>
|