@itentialopensource/adapter-checkpoint_gaia 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +6 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +0 -0
- package/AUTH.md +38 -0
- package/BROKER.md +199 -0
- package/CALLS.md +1112 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +13 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +346 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TAB1.md +5 -0
- package/TAB2.md +2333 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +16218 -0
- package/adapterBase.js +1452 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/01SessionManagement/action.json +64 -0
- package/entities/01SessionManagement/schema.json +21 -0
- package/entities/04Interfaces/action.json +64 -0
- package/entities/04Interfaces/schema.json +21 -0
- package/entities/06AllowedClients/action.json +44 -0
- package/entities/06AllowedClients/schema.json +20 -0
- package/entities/08System/action.json +144 -0
- package/entities/08System/schema.json +25 -0
- package/entities/10Snmp/action.json +44 -0
- package/entities/10Snmp/schema.json +20 -0
- package/entities/11Cluster/action.json +24 -0
- package/entities/11Cluster/schema.json +19 -0
- package/entities/13Files/action.json +24 -0
- package/entities/13Files/schema.json +19 -0
- package/entities/14Misc/action.json +44 -0
- package/entities/14Misc/schema.json +20 -0
- package/entities/15Licensing/action.json +64 -0
- package/entities/15Licensing/schema.json +21 -0
- package/entities/AliasInterface/action.json +84 -0
- package/entities/AliasInterface/schema.json +22 -0
- package/entities/BondInterfaces/action.json +104 -0
- package/entities/BondInterfaces/schema.json +23 -0
- package/entities/BridgeInterface/action.json +104 -0
- package/entities/BridgeInterface/schema.json +23 -0
- package/entities/CustomIntelligenceFeeds/action.json +144 -0
- package/entities/CustomIntelligenceFeeds/schema.json +25 -0
- package/entities/CustomTrap/action.json +104 -0
- package/entities/CustomTrap/schema.json +23 -0
- package/entities/DHCP/action.json +44 -0
- package/entities/DHCP/schema.json +20 -0
- package/entities/DNS/action.json +44 -0
- package/entities/DNS/schema.json +20 -0
- package/entities/DateAndTime/action.json +104 -0
- package/entities/DateAndTime/schema.json +23 -0
- package/entities/GREInterfaces/action.json +104 -0
- package/entities/GREInterfaces/schema.json +23 -0
- package/entities/Groups/action.json +104 -0
- package/entities/Groups/schema.json +23 -0
- package/entities/Hostname/action.json +44 -0
- package/entities/Hostname/schema.json +20 -0
- package/entities/IPv6/action.json +44 -0
- package/entities/IPv6/schema.json +20 -0
- package/entities/LoopbackInterfaces/action.json +104 -0
- package/entities/LoopbackInterfaces/schema.json +23 -0
- package/entities/Messages/action.json +124 -0
- package/entities/Messages/schema.json +24 -0
- package/entities/PhysicalInterfaces/action.json +64 -0
- package/entities/PhysicalInterfaces/schema.json +21 -0
- package/entities/PolicyBasedRouting/action.json +184 -0
- package/entities/PolicyBasedRouting/schema.json +27 -0
- package/entities/PreDefinedTrap/action.json +44 -0
- package/entities/PreDefinedTrap/schema.json +20 -0
- package/entities/Proxy/action.json +64 -0
- package/entities/Proxy/schema.json +21 -0
- package/entities/Radius/action.json +44 -0
- package/entities/Radius/schema.json +20 -0
- package/entities/Routes/action.json +164 -0
- package/entities/Routes/schema.json +26 -0
- package/entities/ScheduledBackups/action.json +104 -0
- package/entities/ScheduledBackups/schema.json +23 -0
- package/entities/ScheduledSnapshots/action.json +44 -0
- package/entities/ScheduledSnapshots/schema.json +20 -0
- package/entities/StaticRoutes/action.json +104 -0
- package/entities/StaticRoutes/schema.json +23 -0
- package/entities/Syslog/action.json +144 -0
- package/entities/Syslog/schema.json +25 -0
- package/entities/Tacacs/action.json +44 -0
- package/entities/Tacacs/schema.json +20 -0
- package/entities/TrapReceiver/action.json +104 -0
- package/entities/TrapReceiver/schema.json +23 -0
- package/entities/USM/action.json +104 -0
- package/entities/USM/schema.json +23 -0
- package/entities/Users/action.json +104 -0
- package/entities/Users/schema.json +23 -0
- package/entities/VlanInterface/action.json +104 -0
- package/entities/VlanInterface/schema.json +23 -0
- package/entities/VxlanInterface/action.json +104 -0
- package/entities/VxlanInterface/schema.json +23 -0
- package/error.json +190 -0
- package/metadata.json +53 -0
- package/package.json +83 -0
- package/pronghorn.json +7737 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1569 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/GAIA API-1.6.postman_collection.json-OpenApi3Json.json +12507 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +1565 -0
- package/sampleProperties.json +256 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +142 -0
- package/test/integration/adapterTestIntegration.js +5145 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +6055 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +152 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +239 -0
- package/utils/tbUtils.js +489 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +193 -0
package/CALLS.md
ADDED
|
@@ -0,0 +1,1112 @@
|
|
|
1
|
+
## Using this Adapter
|
|
2
|
+
|
|
3
|
+
The `adapter.js` file contains the calls the adapter makes available to the rest of the Itential Platform. The API detailed for these calls should be available through JSDOC. The following is a brief summary of the calls.
|
|
4
|
+
|
|
5
|
+
### Generic Adapter Calls
|
|
6
|
+
|
|
7
|
+
These are adapter methods that IAP or you might use. There are some other methods not shown here that might be used for internal adapter functionality.
|
|
8
|
+
|
|
9
|
+
<table border="1" class="bordered-table">
|
|
10
|
+
<tr>
|
|
11
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
12
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
13
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
14
|
+
</tr>
|
|
15
|
+
<tr>
|
|
16
|
+
<td style="padding:15px">connect()</td>
|
|
17
|
+
<td style="padding:15px">This call is run when the Adapter is first loaded by he Itential Platform. It validates the properties have been provided correctly.</td>
|
|
18
|
+
<td style="padding:15px">No</td>
|
|
19
|
+
</tr>
|
|
20
|
+
<tr>
|
|
21
|
+
<td style="padding:15px">healthCheck(callback)</td>
|
|
22
|
+
<td style="padding:15px">This call ensures that the adapter can communicate with Checkpoint_gaia. The actual call that is used is defined in the adapter properties and .system entities action.json file.</td>
|
|
23
|
+
<td style="padding:15px">No</td>
|
|
24
|
+
</tr>
|
|
25
|
+
<tr>
|
|
26
|
+
<td style="padding:15px">refreshProperties(properties)</td>
|
|
27
|
+
<td style="padding:15px">This call provides the adapter the ability to accept property changes without having to restart the adapter.</td>
|
|
28
|
+
<td style="padding:15px">No</td>
|
|
29
|
+
</tr>
|
|
30
|
+
<tr>
|
|
31
|
+
<td style="padding:15px">encryptProperty(property, technique, callback)</td>
|
|
32
|
+
<td style="padding:15px">This call will take the provided property and technique, and return the property encrypted with the technique. This allows the property to be used in the adapterProps section for the credential password so that the password does not have to be in clear text. The adapter will decrypt the property as needed for communications with Checkpoint_gaia.</td>
|
|
33
|
+
<td style="padding:15px">No</td>
|
|
34
|
+
</tr>
|
|
35
|
+
<tr>
|
|
36
|
+
<td style="padding:15px">iapUpdateAdapterConfiguration(configFile, changes, entity, type, action, callback)</td>
|
|
37
|
+
<td style="padding:15px">This call provides the ability to update the adapter configuration from IAP - includes actions, schema, mockdata and other configurations.</td>
|
|
38
|
+
<td style="padding:15px">Yes</td>
|
|
39
|
+
</tr>
|
|
40
|
+
<tr>
|
|
41
|
+
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
42
|
+
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
43
|
+
<td style="padding:15px">Yes</td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr>
|
|
46
|
+
<td style="padding:15px">iapSuspendAdapter(mode, callback)</td>
|
|
47
|
+
<td style="padding:15px">This call provides the ability to suspend the adapter and either have requests rejected or put into a queue to be processed after the adapter is resumed.</td>
|
|
48
|
+
<td style="padding:15px">Yes</td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr>
|
|
51
|
+
<td style="padding:15px">iapUnsuspendAdapter(callback)</td>
|
|
52
|
+
<td style="padding:15px">This call provides the ability to resume a suspended adapter. Any requests in queue will be processed before new requests.</td>
|
|
53
|
+
<td style="padding:15px">Yes</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td style="padding:15px">iapGetAdapterQueue(callback)</td>
|
|
57
|
+
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
|
|
58
|
+
<td style="padding:15px">Yes</td>
|
|
59
|
+
</tr>
|
|
60
|
+
<tr>
|
|
61
|
+
<td style="padding:15px">iapTroubleshootAdapter(props, persistFlag, adapter, callback)</td>
|
|
62
|
+
<td style="padding:15px">This call can be used to check on the performance of the adapter - it checks connectivity, healthcheck and basic get calls.</td>
|
|
63
|
+
<td style="padding:15px">Yes</td>
|
|
64
|
+
</tr>
|
|
65
|
+
|
|
66
|
+
<tr>
|
|
67
|
+
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
|
|
68
|
+
<td style="padding:15px">This call will return the results of a healthcheck.</td>
|
|
69
|
+
<td style="padding:15px">Yes</td>
|
|
70
|
+
</tr>
|
|
71
|
+
<tr>
|
|
72
|
+
<td style="padding:15px">iapRunAdapterConnectivity(callback)</td>
|
|
73
|
+
<td style="padding:15px">This call will return the results of a connectivity check.</td>
|
|
74
|
+
<td style="padding:15px">Yes</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr>
|
|
77
|
+
<td style="padding:15px">iapRunAdapterBasicGet(callback)</td>
|
|
78
|
+
<td style="padding:15px">This call will return the results of running basic get API calls.</td>
|
|
79
|
+
<td style="padding:15px">Yes</td>
|
|
80
|
+
</tr>
|
|
81
|
+
<tr>
|
|
82
|
+
<td style="padding:15px">iapMoveAdapterEntitiesToDB(callback)</td>
|
|
83
|
+
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or IAP Database.</td>
|
|
84
|
+
<td style="padding:15px">Yes</td>
|
|
85
|
+
</tr>
|
|
86
|
+
<tr>
|
|
87
|
+
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
88
|
+
<td style="padding:15px">This call allows you to provide the path to have the adapter call. It is an easy way to incorporate paths that have not been built into the adapter yet.</td>
|
|
89
|
+
<td style="padding:15px">Yes</td>
|
|
90
|
+
</tr>
|
|
91
|
+
<tr>
|
|
92
|
+
<td style="padding:15px">genericAdapterRequestNoBasePath(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
93
|
+
<td style="padding:15px">This call is the same as the genericAdapterRequest only it does not add a base_path or version to the call.</td>
|
|
94
|
+
<td style="padding:15px">Yes</td>
|
|
95
|
+
</tr>
|
|
96
|
+
<tr>
|
|
97
|
+
<td style="padding:15px">iapHasAdapterEntity(entityType, entityId, callback)</td>
|
|
98
|
+
<td style="padding:15px">This call verifies the adapter has the specific entity.</td>
|
|
99
|
+
<td style="padding:15px">No</td>
|
|
100
|
+
</tr>
|
|
101
|
+
<tr>
|
|
102
|
+
<td style="padding:15px">iapVerifyAdapterCapability(entityType, actionType, entityId, callback)</td>
|
|
103
|
+
<td style="padding:15px">This call verifies the adapter can perform the provided action on the specific entity.</td>
|
|
104
|
+
<td style="padding:15px">No</td>
|
|
105
|
+
</tr>
|
|
106
|
+
<tr>
|
|
107
|
+
<td style="padding:15px">iapUpdateAdapterEntityCache()</td>
|
|
108
|
+
<td style="padding:15px">This call will update the entity cache.</td>
|
|
109
|
+
<td style="padding:15px">No</td>
|
|
110
|
+
</tr>
|
|
111
|
+
</table>
|
|
112
|
+
<br>
|
|
113
|
+
|
|
114
|
+
### Adapter Broker Calls
|
|
115
|
+
|
|
116
|
+
These are adapter methods that are used to integrate to IAP Brokers. This adapter currently supports the following broker calls.
|
|
117
|
+
|
|
118
|
+
<table border="1" class="bordered-table">
|
|
119
|
+
<tr>
|
|
120
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
121
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
122
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
123
|
+
</tr>
|
|
124
|
+
<tr>
|
|
125
|
+
<td style="padding:15px">hasEntities(entityType, entityList, callback)</td>
|
|
126
|
+
<td style="padding:15px">This call is utilized by the IAP Device Broker to determine if the adapter has a specific entity and item of the entity.</td>
|
|
127
|
+
<td style="padding:15px">No</td>
|
|
128
|
+
</tr>
|
|
129
|
+
<tr>
|
|
130
|
+
<td style="padding:15px">getDevice(deviceName, callback)</td>
|
|
131
|
+
<td style="padding:15px">This call returns the details of the requested device.</td>
|
|
132
|
+
<td style="padding:15px">Yes</td>
|
|
133
|
+
</tr>
|
|
134
|
+
<tr>
|
|
135
|
+
<td style="padding:15px">getDevicesFiltered(options, callback)</td>
|
|
136
|
+
<td style="padding:15px">This call returns the list of devices that match the criteria provided in the options filter.</td>
|
|
137
|
+
<td style="padding:15px">Yes</td>
|
|
138
|
+
</tr>
|
|
139
|
+
<tr>
|
|
140
|
+
<td style="padding:15px">isAlive(deviceName, callback)</td>
|
|
141
|
+
<td style="padding:15px">This call returns whether the device status is active</td>
|
|
142
|
+
<td style="padding:15px">Yes</td>
|
|
143
|
+
</tr>
|
|
144
|
+
<tr>
|
|
145
|
+
<td style="padding:15px">getConfig(deviceName, format, callback)</td>
|
|
146
|
+
<td style="padding:15px">This call returns the configuration for the selected device.</td>
|
|
147
|
+
<td style="padding:15px">Yes</td>
|
|
148
|
+
</tr>
|
|
149
|
+
<tr>
|
|
150
|
+
<td style="padding:15px">iapGetDeviceCount(callback)</td>
|
|
151
|
+
<td style="padding:15px">This call returns the count of devices.</td>
|
|
152
|
+
<td style="padding:15px">Yes</td>
|
|
153
|
+
</tr>
|
|
154
|
+
</table>
|
|
155
|
+
<br>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Specific Adapter Calls
|
|
159
|
+
|
|
160
|
+
Specific adapter calls are built based on the API of the Checkpoint_gaia. The Adapter Builder creates the proper method comments for generating JS-DOC for the adapter. This is the best way to get information on the calls.
|
|
161
|
+
|
|
162
|
+
<table border="1" class="bordered-table">
|
|
163
|
+
<tr>
|
|
164
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
165
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
166
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
167
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
168
|
+
</tr>
|
|
169
|
+
<tr>
|
|
170
|
+
<td style="padding:15px">login(body, callback)</td>
|
|
171
|
+
<td style="padding:15px">login</td>
|
|
172
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/login?{query}</td>
|
|
173
|
+
<td style="padding:15px">Yes</td>
|
|
174
|
+
</tr>
|
|
175
|
+
<tr>
|
|
176
|
+
<td style="padding:15px">logout(body, callback)</td>
|
|
177
|
+
<td style="padding:15px">logout</td>
|
|
178
|
+
<td style="padding:15px">{base_path}/{version}/v1/logout?{query}</td>
|
|
179
|
+
<td style="padding:15px">Yes</td>
|
|
180
|
+
</tr>
|
|
181
|
+
<tr>
|
|
182
|
+
<td style="padding:15px">keepalive(body, callback)</td>
|
|
183
|
+
<td style="padding:15px">keepalive</td>
|
|
184
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/keepalive?{query}</td>
|
|
185
|
+
<td style="padding:15px">Yes</td>
|
|
186
|
+
</tr>
|
|
187
|
+
<tr>
|
|
188
|
+
<td style="padding:15px">setipv6(body, callback)</td>
|
|
189
|
+
<td style="padding:15px">set ipv6</td>
|
|
190
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/set-ipv6?{query}</td>
|
|
191
|
+
<td style="padding:15px">Yes</td>
|
|
192
|
+
</tr>
|
|
193
|
+
<tr>
|
|
194
|
+
<td style="padding:15px">showipv6(body, callback)</td>
|
|
195
|
+
<td style="padding:15px">show ipv6</td>
|
|
196
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/show-ipv6?{query}</td>
|
|
197
|
+
<td style="padding:15px">Yes</td>
|
|
198
|
+
</tr>
|
|
199
|
+
<tr>
|
|
200
|
+
<td style="padding:15px">setpbrrule(body, callback)</td>
|
|
201
|
+
<td style="padding:15px">set pbr rule</td>
|
|
202
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-pbr-rule?{query}</td>
|
|
203
|
+
<td style="padding:15px">Yes</td>
|
|
204
|
+
</tr>
|
|
205
|
+
<tr>
|
|
206
|
+
<td style="padding:15px">setpbrtablestaticnexthoppriority(body, callback)</td>
|
|
207
|
+
<td style="padding:15px">set pbr table static next hop priority</td>
|
|
208
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-pbr-table-static-next-hop-priority?{query}</td>
|
|
209
|
+
<td style="padding:15px">Yes</td>
|
|
210
|
+
</tr>
|
|
211
|
+
<tr>
|
|
212
|
+
<td style="padding:15px">showpbrrules(body, callback)</td>
|
|
213
|
+
<td style="padding:15px">show pbr rules</td>
|
|
214
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-pbr-rules?{query}</td>
|
|
215
|
+
<td style="padding:15px">Yes</td>
|
|
216
|
+
</tr>
|
|
217
|
+
<tr>
|
|
218
|
+
<td style="padding:15px">deletepbrrule(body, callback)</td>
|
|
219
|
+
<td style="padding:15px">delete pbr rule</td>
|
|
220
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/delete-pbr-rule?{query}</td>
|
|
221
|
+
<td style="padding:15px">Yes</td>
|
|
222
|
+
</tr>
|
|
223
|
+
<tr>
|
|
224
|
+
<td style="padding:15px">setpbrtable(body, callback)</td>
|
|
225
|
+
<td style="padding:15px">set pbr table</td>
|
|
226
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-pbr-table?{query}</td>
|
|
227
|
+
<td style="padding:15px">Yes</td>
|
|
228
|
+
</tr>
|
|
229
|
+
<tr>
|
|
230
|
+
<td style="padding:15px">showpbrtable(body, callback)</td>
|
|
231
|
+
<td style="padding:15px">show pbr table</td>
|
|
232
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-pbr-table?{query}</td>
|
|
233
|
+
<td style="padding:15px">Yes</td>
|
|
234
|
+
</tr>
|
|
235
|
+
<tr>
|
|
236
|
+
<td style="padding:15px">showpbrrule(body, callback)</td>
|
|
237
|
+
<td style="padding:15px">show pbr rule</td>
|
|
238
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-pbr-rule?{query}</td>
|
|
239
|
+
<td style="padding:15px">Yes</td>
|
|
240
|
+
</tr>
|
|
241
|
+
<tr>
|
|
242
|
+
<td style="padding:15px">showpbrtables(body, callback)</td>
|
|
243
|
+
<td style="padding:15px">show pbr tables</td>
|
|
244
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-pbr-tables?{query}</td>
|
|
245
|
+
<td style="padding:15px">Yes</td>
|
|
246
|
+
</tr>
|
|
247
|
+
<tr>
|
|
248
|
+
<td style="padding:15px">deletepbrtable(body, callback)</td>
|
|
249
|
+
<td style="padding:15px">delete pbr table</td>
|
|
250
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/delete-pbr-table?{query}</td>
|
|
251
|
+
<td style="padding:15px">Yes</td>
|
|
252
|
+
</tr>
|
|
253
|
+
<tr>
|
|
254
|
+
<td style="padding:15px">showstaticroutes(body, callback)</td>
|
|
255
|
+
<td style="padding:15px">show static routes</td>
|
|
256
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-static-routes?{query}</td>
|
|
257
|
+
<td style="padding:15px">Yes</td>
|
|
258
|
+
</tr>
|
|
259
|
+
<tr>
|
|
260
|
+
<td style="padding:15px">setstaticroutenexthoppriority(body, callback)</td>
|
|
261
|
+
<td style="padding:15px">set static route next hop priority</td>
|
|
262
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-static-route-next-hop-priority?{query}</td>
|
|
263
|
+
<td style="padding:15px">Yes</td>
|
|
264
|
+
</tr>
|
|
265
|
+
<tr>
|
|
266
|
+
<td style="padding:15px">setstaticroute(body, callback)</td>
|
|
267
|
+
<td style="padding:15px">set static route</td>
|
|
268
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-static-route?{query}</td>
|
|
269
|
+
<td style="padding:15px">Yes</td>
|
|
270
|
+
</tr>
|
|
271
|
+
<tr>
|
|
272
|
+
<td style="padding:15px">showstaticroute(body, callback)</td>
|
|
273
|
+
<td style="padding:15px">show static route</td>
|
|
274
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-static-route?{query}</td>
|
|
275
|
+
<td style="padding:15px">Yes</td>
|
|
276
|
+
</tr>
|
|
277
|
+
<tr>
|
|
278
|
+
<td style="padding:15px">deletestaticroute(body, callback)</td>
|
|
279
|
+
<td style="padding:15px">delete static route</td>
|
|
280
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/delete-static-route?{query}</td>
|
|
281
|
+
<td style="padding:15px">Yes</td>
|
|
282
|
+
</tr>
|
|
283
|
+
<tr>
|
|
284
|
+
<td style="padding:15px">showroutesaggregate(body, callback)</td>
|
|
285
|
+
<td style="padding:15px">show routes aggregate</td>
|
|
286
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes-aggregate?{query}</td>
|
|
287
|
+
<td style="padding:15px">Yes</td>
|
|
288
|
+
</tr>
|
|
289
|
+
<tr>
|
|
290
|
+
<td style="padding:15px">showroutesstatic(body, callback)</td>
|
|
291
|
+
<td style="padding:15px">show routes static</td>
|
|
292
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes-static?{query}</td>
|
|
293
|
+
<td style="padding:15px">Yes</td>
|
|
294
|
+
</tr>
|
|
295
|
+
<tr>
|
|
296
|
+
<td style="padding:15px">showroutes(body, callback)</td>
|
|
297
|
+
<td style="padding:15px">show routes</td>
|
|
298
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes?{query}</td>
|
|
299
|
+
<td style="padding:15px">Yes</td>
|
|
300
|
+
</tr>
|
|
301
|
+
<tr>
|
|
302
|
+
<td style="padding:15px">showroutesdirect(body, callback)</td>
|
|
303
|
+
<td style="padding:15px">show routes direct</td>
|
|
304
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes-direct?{query}</td>
|
|
305
|
+
<td style="padding:15px">Yes</td>
|
|
306
|
+
</tr>
|
|
307
|
+
<tr>
|
|
308
|
+
<td style="padding:15px">showroutesbgp(body, callback)</td>
|
|
309
|
+
<td style="padding:15px">show routes bgp</td>
|
|
310
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes-bgp?{query}</td>
|
|
311
|
+
<td style="padding:15px">Yes</td>
|
|
312
|
+
</tr>
|
|
313
|
+
<tr>
|
|
314
|
+
<td style="padding:15px">showrouteskernel(body, callback)</td>
|
|
315
|
+
<td style="padding:15px">show routes kernel</td>
|
|
316
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes-kernel?{query}</td>
|
|
317
|
+
<td style="padding:15px">Yes</td>
|
|
318
|
+
</tr>
|
|
319
|
+
<tr>
|
|
320
|
+
<td style="padding:15px">showroutesospf(body, callback)</td>
|
|
321
|
+
<td style="padding:15px">show routes ospf</td>
|
|
322
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes-ospf?{query}</td>
|
|
323
|
+
<td style="padding:15px">Yes</td>
|
|
324
|
+
</tr>
|
|
325
|
+
<tr>
|
|
326
|
+
<td style="padding:15px">showroutesrip(body, callback)</td>
|
|
327
|
+
<td style="padding:15px">show routes rip</td>
|
|
328
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-routes-rip?{query}</td>
|
|
329
|
+
<td style="padding:15px">Yes</td>
|
|
330
|
+
</tr>
|
|
331
|
+
<tr>
|
|
332
|
+
<td style="padding:15px">deleteproxy(body, callback)</td>
|
|
333
|
+
<td style="padding:15px">delete proxy</td>
|
|
334
|
+
<td style="padding:15px">{base_path}/{version}/v1/delete-proxy?{query}</td>
|
|
335
|
+
<td style="padding:15px">Yes</td>
|
|
336
|
+
</tr>
|
|
337
|
+
<tr>
|
|
338
|
+
<td style="padding:15px">setproxy(body, callback)</td>
|
|
339
|
+
<td style="padding:15px">set proxy</td>
|
|
340
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-proxy?{query}</td>
|
|
341
|
+
<td style="padding:15px">Yes</td>
|
|
342
|
+
</tr>
|
|
343
|
+
<tr>
|
|
344
|
+
<td style="padding:15px">showproxy(body, callback)</td>
|
|
345
|
+
<td style="padding:15px">show proxy</td>
|
|
346
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-proxy?{query}</td>
|
|
347
|
+
<td style="padding:15px">Yes</td>
|
|
348
|
+
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td style="padding:15px">showtimeanddate(body, callback)</td>
|
|
351
|
+
<td style="padding:15px">show time and date</td>
|
|
352
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/show-time-and-date?{query}</td>
|
|
353
|
+
<td style="padding:15px">Yes</td>
|
|
354
|
+
</tr>
|
|
355
|
+
<tr>
|
|
356
|
+
<td style="padding:15px">showntp(body, callback)</td>
|
|
357
|
+
<td style="padding:15px">show ntp</td>
|
|
358
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/show-ntp?{query}</td>
|
|
359
|
+
<td style="padding:15px">Yes</td>
|
|
360
|
+
</tr>
|
|
361
|
+
<tr>
|
|
362
|
+
<td style="padding:15px">setntp(body, callback)</td>
|
|
363
|
+
<td style="padding:15px">set ntp</td>
|
|
364
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/set-ntp?{query}</td>
|
|
365
|
+
<td style="padding:15px">Yes</td>
|
|
366
|
+
</tr>
|
|
367
|
+
<tr>
|
|
368
|
+
<td style="padding:15px">showtimezones(body, callback)</td>
|
|
369
|
+
<td style="padding:15px">show timezones</td>
|
|
370
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/show-timezones?{query}</td>
|
|
371
|
+
<td style="padding:15px">Yes</td>
|
|
372
|
+
</tr>
|
|
373
|
+
<tr>
|
|
374
|
+
<td style="padding:15px">settimeanddate(body, callback)</td>
|
|
375
|
+
<td style="padding:15px">set time and date</td>
|
|
376
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/set-time-and-date?{query}</td>
|
|
377
|
+
<td style="padding:15px">Yes</td>
|
|
378
|
+
</tr>
|
|
379
|
+
<tr>
|
|
380
|
+
<td style="padding:15px">showdhcpserver(body, callback)</td>
|
|
381
|
+
<td style="padding:15px">show dhcp server</td>
|
|
382
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-dhcp-server?{query}</td>
|
|
383
|
+
<td style="padding:15px">Yes</td>
|
|
384
|
+
</tr>
|
|
385
|
+
<tr>
|
|
386
|
+
<td style="padding:15px">setdhcpserver(body, callback)</td>
|
|
387
|
+
<td style="padding:15px">set dhcp server</td>
|
|
388
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-dhcp-server?{query}</td>
|
|
389
|
+
<td style="padding:15px">Yes</td>
|
|
390
|
+
</tr>
|
|
391
|
+
<tr>
|
|
392
|
+
<td style="padding:15px">setdns(body, callback)</td>
|
|
393
|
+
<td style="padding:15px">set dns</td>
|
|
394
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-dns?{query}</td>
|
|
395
|
+
<td style="padding:15px">Yes</td>
|
|
396
|
+
</tr>
|
|
397
|
+
<tr>
|
|
398
|
+
<td style="padding:15px">showdns(body, callback)</td>
|
|
399
|
+
<td style="padding:15px">show dns</td>
|
|
400
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-dns?{query}</td>
|
|
401
|
+
<td style="padding:15px">Yes</td>
|
|
402
|
+
</tr>
|
|
403
|
+
<tr>
|
|
404
|
+
<td style="padding:15px">showphysicalinterfaces(body, callback)</td>
|
|
405
|
+
<td style="padding:15px">show physical interfaces</td>
|
|
406
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-physical-interfaces?{query}</td>
|
|
407
|
+
<td style="padding:15px">Yes</td>
|
|
408
|
+
</tr>
|
|
409
|
+
<tr>
|
|
410
|
+
<td style="padding:15px">setphysicalinterface(body, callback)</td>
|
|
411
|
+
<td style="padding:15px">set physical interface</td>
|
|
412
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-physical-interface?{query}</td>
|
|
413
|
+
<td style="padding:15px">Yes</td>
|
|
414
|
+
</tr>
|
|
415
|
+
<tr>
|
|
416
|
+
<td style="padding:15px">showphysicalinterface(body, callback)</td>
|
|
417
|
+
<td style="padding:15px">show physical interface</td>
|
|
418
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-physical-interface?{query}</td>
|
|
419
|
+
<td style="padding:15px">Yes</td>
|
|
420
|
+
</tr>
|
|
421
|
+
<tr>
|
|
422
|
+
<td style="padding:15px">showgreinterfaces(body, callback)</td>
|
|
423
|
+
<td style="padding:15px">show gre interfaces</td>
|
|
424
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-gre-interfaces?{query}</td>
|
|
425
|
+
<td style="padding:15px">Yes</td>
|
|
426
|
+
</tr>
|
|
427
|
+
<tr>
|
|
428
|
+
<td style="padding:15px">showgreinterface(body, callback)</td>
|
|
429
|
+
<td style="padding:15px">show gre interface</td>
|
|
430
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-gre-interface?{query}</td>
|
|
431
|
+
<td style="padding:15px">Yes</td>
|
|
432
|
+
</tr>
|
|
433
|
+
<tr>
|
|
434
|
+
<td style="padding:15px">deletegreinterface(body, callback)</td>
|
|
435
|
+
<td style="padding:15px">delete gre interface</td>
|
|
436
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/delete-gre-interface?{query}</td>
|
|
437
|
+
<td style="padding:15px">Yes</td>
|
|
438
|
+
</tr>
|
|
439
|
+
<tr>
|
|
440
|
+
<td style="padding:15px">setgreinterface(body, callback)</td>
|
|
441
|
+
<td style="padding:15px">set gre interface</td>
|
|
442
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-gre-interface?{query}</td>
|
|
443
|
+
<td style="padding:15px">Yes</td>
|
|
444
|
+
</tr>
|
|
445
|
+
<tr>
|
|
446
|
+
<td style="padding:15px">addgreinterface(body, callback)</td>
|
|
447
|
+
<td style="padding:15px">add gre interface</td>
|
|
448
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/add-gre-interface?{query}</td>
|
|
449
|
+
<td style="padding:15px">Yes</td>
|
|
450
|
+
</tr>
|
|
451
|
+
<tr>
|
|
452
|
+
<td style="padding:15px">deletebondinterface(body, callback)</td>
|
|
453
|
+
<td style="padding:15px">delete bond interface</td>
|
|
454
|
+
<td style="padding:15px">{base_path}/{version}/v1/delete-bond-interface?{query}</td>
|
|
455
|
+
<td style="padding:15px">Yes</td>
|
|
456
|
+
</tr>
|
|
457
|
+
<tr>
|
|
458
|
+
<td style="padding:15px">setbondinterface(body, callback)</td>
|
|
459
|
+
<td style="padding:15px">set bond interface</td>
|
|
460
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-bond-interface?{query}</td>
|
|
461
|
+
<td style="padding:15px">Yes</td>
|
|
462
|
+
</tr>
|
|
463
|
+
<tr>
|
|
464
|
+
<td style="padding:15px">showbondinterface(body, callback)</td>
|
|
465
|
+
<td style="padding:15px">show bond interface</td>
|
|
466
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-bond-interface?{query}</td>
|
|
467
|
+
<td style="padding:15px">Yes</td>
|
|
468
|
+
</tr>
|
|
469
|
+
<tr>
|
|
470
|
+
<td style="padding:15px">addbondinterface(body, callback)</td>
|
|
471
|
+
<td style="padding:15px">add bond interface</td>
|
|
472
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/add-bond-interface?{query}</td>
|
|
473
|
+
<td style="padding:15px">Yes</td>
|
|
474
|
+
</tr>
|
|
475
|
+
<tr>
|
|
476
|
+
<td style="padding:15px">showbondinterfaces(body, callback)</td>
|
|
477
|
+
<td style="padding:15px">show bond interfaces</td>
|
|
478
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-bond-interfaces?{query}</td>
|
|
479
|
+
<td style="padding:15px">Yes</td>
|
|
480
|
+
</tr>
|
|
481
|
+
<tr>
|
|
482
|
+
<td style="padding:15px">showloopbackinterfaces(body, callback)</td>
|
|
483
|
+
<td style="padding:15px">show loopback interfaces</td>
|
|
484
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-loopback-interfaces?{query}</td>
|
|
485
|
+
<td style="padding:15px">Yes</td>
|
|
486
|
+
</tr>
|
|
487
|
+
<tr>
|
|
488
|
+
<td style="padding:15px">addloopbackinterface(body, callback)</td>
|
|
489
|
+
<td style="padding:15px">add loopback interface</td>
|
|
490
|
+
<td style="padding:15px">{base_path}/{version}/v1/add-loopback-interface?{query}</td>
|
|
491
|
+
<td style="padding:15px">Yes</td>
|
|
492
|
+
</tr>
|
|
493
|
+
<tr>
|
|
494
|
+
<td style="padding:15px">showloopbackinterface(body, callback)</td>
|
|
495
|
+
<td style="padding:15px">show loopback interface</td>
|
|
496
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-loopback-interface?{query}</td>
|
|
497
|
+
<td style="padding:15px">Yes</td>
|
|
498
|
+
</tr>
|
|
499
|
+
<tr>
|
|
500
|
+
<td style="padding:15px">setloopbackinterface(body, callback)</td>
|
|
501
|
+
<td style="padding:15px">set loopback interface</td>
|
|
502
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-loopback-interface?{query}</td>
|
|
503
|
+
<td style="padding:15px">Yes</td>
|
|
504
|
+
</tr>
|
|
505
|
+
<tr>
|
|
506
|
+
<td style="padding:15px">deleteloopbackinterface(body, callback)</td>
|
|
507
|
+
<td style="padding:15px">delete loopback interface</td>
|
|
508
|
+
<td style="padding:15px">{base_path}/{version}/v1/delete-loopback-interface?{query}</td>
|
|
509
|
+
<td style="padding:15px">Yes</td>
|
|
510
|
+
</tr>
|
|
511
|
+
<tr>
|
|
512
|
+
<td style="padding:15px">showaliasinterfaces(body, callback)</td>
|
|
513
|
+
<td style="padding:15px">show alias interfaces</td>
|
|
514
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-alias-interfaces?{query}</td>
|
|
515
|
+
<td style="padding:15px">Yes</td>
|
|
516
|
+
</tr>
|
|
517
|
+
<tr>
|
|
518
|
+
<td style="padding:15px">deletealiasinterface(body, callback)</td>
|
|
519
|
+
<td style="padding:15px">delete alias interface</td>
|
|
520
|
+
<td style="padding:15px">{base_path}/{version}/v1/delete-alias-interface?{query}</td>
|
|
521
|
+
<td style="padding:15px">Yes</td>
|
|
522
|
+
</tr>
|
|
523
|
+
<tr>
|
|
524
|
+
<td style="padding:15px">showaliasinterface(body, callback)</td>
|
|
525
|
+
<td style="padding:15px">show alias interface</td>
|
|
526
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-alias-interface?{query}</td>
|
|
527
|
+
<td style="padding:15px">Yes</td>
|
|
528
|
+
</tr>
|
|
529
|
+
<tr>
|
|
530
|
+
<td style="padding:15px">addaliasinterface(body, callback)</td>
|
|
531
|
+
<td style="padding:15px">add alias interface</td>
|
|
532
|
+
<td style="padding:15px">{base_path}/{version}/v1/add-alias-interface?{query}</td>
|
|
533
|
+
<td style="padding:15px">Yes</td>
|
|
534
|
+
</tr>
|
|
535
|
+
<tr>
|
|
536
|
+
<td style="padding:15px">setbridgeinterface(body, callback)</td>
|
|
537
|
+
<td style="padding:15px">set bridge interface</td>
|
|
538
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-bridge-interface?{query}</td>
|
|
539
|
+
<td style="padding:15px">Yes</td>
|
|
540
|
+
</tr>
|
|
541
|
+
<tr>
|
|
542
|
+
<td style="padding:15px">showbridgeinterface(body, callback)</td>
|
|
543
|
+
<td style="padding:15px">show bridge interface</td>
|
|
544
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-bridge-interface?{query}</td>
|
|
545
|
+
<td style="padding:15px">Yes</td>
|
|
546
|
+
</tr>
|
|
547
|
+
<tr>
|
|
548
|
+
<td style="padding:15px">deletebridgeinterface(body, callback)</td>
|
|
549
|
+
<td style="padding:15px">delete bridge interface</td>
|
|
550
|
+
<td style="padding:15px">{base_path}/{version}/v1/delete-bridge-interface?{query}</td>
|
|
551
|
+
<td style="padding:15px">Yes</td>
|
|
552
|
+
</tr>
|
|
553
|
+
<tr>
|
|
554
|
+
<td style="padding:15px">addbridgeinterface(body, callback)</td>
|
|
555
|
+
<td style="padding:15px">add bridge interface</td>
|
|
556
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/add-bridge-interface?{query}</td>
|
|
557
|
+
<td style="padding:15px">Yes</td>
|
|
558
|
+
</tr>
|
|
559
|
+
<tr>
|
|
560
|
+
<td style="padding:15px">showbridgeinterfaces(body, callback)</td>
|
|
561
|
+
<td style="padding:15px">show bridge interfaces</td>
|
|
562
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-bridge-interfaces?{query}</td>
|
|
563
|
+
<td style="padding:15px">Yes</td>
|
|
564
|
+
</tr>
|
|
565
|
+
<tr>
|
|
566
|
+
<td style="padding:15px">addvlaninterface(body, callback)</td>
|
|
567
|
+
<td style="padding:15px">add vlan interface</td>
|
|
568
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/add-vlan-interface?{query}</td>
|
|
569
|
+
<td style="padding:15px">Yes</td>
|
|
570
|
+
</tr>
|
|
571
|
+
<tr>
|
|
572
|
+
<td style="padding:15px">setvlaninterface(body, callback)</td>
|
|
573
|
+
<td style="padding:15px">set vlan interface</td>
|
|
574
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-vlan-interface?{query}</td>
|
|
575
|
+
<td style="padding:15px">Yes</td>
|
|
576
|
+
</tr>
|
|
577
|
+
<tr>
|
|
578
|
+
<td style="padding:15px">deletevlaninterface(body, callback)</td>
|
|
579
|
+
<td style="padding:15px">delete vlan interface</td>
|
|
580
|
+
<td style="padding:15px">{base_path}/{version}/v1/delete-vlan-interface?{query}</td>
|
|
581
|
+
<td style="padding:15px">Yes</td>
|
|
582
|
+
</tr>
|
|
583
|
+
<tr>
|
|
584
|
+
<td style="padding:15px">showvlaninterface(body, callback)</td>
|
|
585
|
+
<td style="padding:15px">show vlan interface</td>
|
|
586
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-vlan-interface?{query}</td>
|
|
587
|
+
<td style="padding:15px">Yes</td>
|
|
588
|
+
</tr>
|
|
589
|
+
<tr>
|
|
590
|
+
<td style="padding:15px">showvlaninterfaces(body, callback)</td>
|
|
591
|
+
<td style="padding:15px">show vlan interfaces</td>
|
|
592
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-vlan-interfaces?{query}</td>
|
|
593
|
+
<td style="padding:15px">Yes</td>
|
|
594
|
+
</tr>
|
|
595
|
+
<tr>
|
|
596
|
+
<td style="padding:15px">addvxlaninterface(body, callback)</td>
|
|
597
|
+
<td style="padding:15px">add vxlan interface</td>
|
|
598
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/add-vxlan-interface?{query}</td>
|
|
599
|
+
<td style="padding:15px">Yes</td>
|
|
600
|
+
</tr>
|
|
601
|
+
<tr>
|
|
602
|
+
<td style="padding:15px">showvxlaninterface(body, callback)</td>
|
|
603
|
+
<td style="padding:15px">show vxlan interface</td>
|
|
604
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-vxlan-interface?{query}</td>
|
|
605
|
+
<td style="padding:15px">Yes</td>
|
|
606
|
+
</tr>
|
|
607
|
+
<tr>
|
|
608
|
+
<td style="padding:15px">setvxlaninterface(body, callback)</td>
|
|
609
|
+
<td style="padding:15px">set vxlan interface</td>
|
|
610
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-vxlan-interface?{query}</td>
|
|
611
|
+
<td style="padding:15px">Yes</td>
|
|
612
|
+
</tr>
|
|
613
|
+
<tr>
|
|
614
|
+
<td style="padding:15px">deletevxlaninterface(body, callback)</td>
|
|
615
|
+
<td style="padding:15px">delete vxlan interface</td>
|
|
616
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/delete-vxlan-interface?{query}</td>
|
|
617
|
+
<td style="padding:15px">Yes</td>
|
|
618
|
+
</tr>
|
|
619
|
+
<tr>
|
|
620
|
+
<td style="padding:15px">showvxlaninterfaces(body, callback)</td>
|
|
621
|
+
<td style="padding:15px">show vxlan interfaces</td>
|
|
622
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-vxlan-interfaces?{query}</td>
|
|
623
|
+
<td style="padding:15px">Yes</td>
|
|
624
|
+
</tr>
|
|
625
|
+
<tr>
|
|
626
|
+
<td style="padding:15px">showinterface(body, callback)</td>
|
|
627
|
+
<td style="padding:15px">show interface</td>
|
|
628
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-interface?{query}</td>
|
|
629
|
+
<td style="padding:15px">Yes</td>
|
|
630
|
+
</tr>
|
|
631
|
+
<tr>
|
|
632
|
+
<td style="padding:15px">showinterfacesbytype(body, callback)</td>
|
|
633
|
+
<td style="padding:15px">show interfaces by type</td>
|
|
634
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-interfaces-by-type?{query}</td>
|
|
635
|
+
<td style="padding:15px">Yes</td>
|
|
636
|
+
</tr>
|
|
637
|
+
<tr>
|
|
638
|
+
<td style="padding:15px">showinterfaces(body, callback)</td>
|
|
639
|
+
<td style="padding:15px">show interfaces</td>
|
|
640
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-interfaces?{query}</td>
|
|
641
|
+
<td style="padding:15px">Yes</td>
|
|
642
|
+
</tr>
|
|
643
|
+
<tr>
|
|
644
|
+
<td style="padding:15px">addsystemgroup(body, callback)</td>
|
|
645
|
+
<td style="padding:15px">add system group</td>
|
|
646
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/add-system-group?{query}</td>
|
|
647
|
+
<td style="padding:15px">Yes</td>
|
|
648
|
+
</tr>
|
|
649
|
+
<tr>
|
|
650
|
+
<td style="padding:15px">setsystemgroup(body, callback)</td>
|
|
651
|
+
<td style="padding:15px">set system group</td>
|
|
652
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/set-system-group?{query}</td>
|
|
653
|
+
<td style="padding:15px">Yes</td>
|
|
654
|
+
</tr>
|
|
655
|
+
<tr>
|
|
656
|
+
<td style="padding:15px">showsystemgroups(body, callback)</td>
|
|
657
|
+
<td style="padding:15px">show system groups</td>
|
|
658
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/show-system-groups?{query}</td>
|
|
659
|
+
<td style="padding:15px">Yes</td>
|
|
660
|
+
</tr>
|
|
661
|
+
<tr>
|
|
662
|
+
<td style="padding:15px">showsystemgroup(body, callback)</td>
|
|
663
|
+
<td style="padding:15px">show system group</td>
|
|
664
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/show-system-group?{query}</td>
|
|
665
|
+
<td style="padding:15px">Yes</td>
|
|
666
|
+
</tr>
|
|
667
|
+
<tr>
|
|
668
|
+
<td style="padding:15px">deletesystemgroup(body, callback)</td>
|
|
669
|
+
<td style="padding:15px">delete system group</td>
|
|
670
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/delete-system-group?{query}</td>
|
|
671
|
+
<td style="padding:15px">Yes</td>
|
|
672
|
+
</tr>
|
|
673
|
+
<tr>
|
|
674
|
+
<td style="padding:15px">adduser(body, callback)</td>
|
|
675
|
+
<td style="padding:15px">add user</td>
|
|
676
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/add-user?{query}</td>
|
|
677
|
+
<td style="padding:15px">Yes</td>
|
|
678
|
+
</tr>
|
|
679
|
+
<tr>
|
|
680
|
+
<td style="padding:15px">setuser(body, callback)</td>
|
|
681
|
+
<td style="padding:15px">set user</td>
|
|
682
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/set-user?{query}</td>
|
|
683
|
+
<td style="padding:15px">Yes</td>
|
|
684
|
+
</tr>
|
|
685
|
+
<tr>
|
|
686
|
+
<td style="padding:15px">deleteuser(body, callback)</td>
|
|
687
|
+
<td style="padding:15px">delete user</td>
|
|
688
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/delete-user?{query}</td>
|
|
689
|
+
<td style="padding:15px">Yes</td>
|
|
690
|
+
</tr>
|
|
691
|
+
<tr>
|
|
692
|
+
<td style="padding:15px">showusers(body, callback)</td>
|
|
693
|
+
<td style="padding:15px">show users</td>
|
|
694
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/show-users?{query}</td>
|
|
695
|
+
<td style="padding:15px">Yes</td>
|
|
696
|
+
</tr>
|
|
697
|
+
<tr>
|
|
698
|
+
<td style="padding:15px">showuser(body, callback)</td>
|
|
699
|
+
<td style="padding:15px">show user</td>
|
|
700
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/show-user?{query}</td>
|
|
701
|
+
<td style="padding:15px">Yes</td>
|
|
702
|
+
</tr>
|
|
703
|
+
<tr>
|
|
704
|
+
<td style="padding:15px">showallowedclients(body, callback)</td>
|
|
705
|
+
<td style="padding:15px">show allowed clients</td>
|
|
706
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-allowed-clients?{query}</td>
|
|
707
|
+
<td style="padding:15px">Yes</td>
|
|
708
|
+
</tr>
|
|
709
|
+
<tr>
|
|
710
|
+
<td style="padding:15px">setallowedclients(body, callback)</td>
|
|
711
|
+
<td style="padding:15px">set allowed clients</td>
|
|
712
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-allowed-clients?{query}</td>
|
|
713
|
+
<td style="padding:15px">Yes</td>
|
|
714
|
+
</tr>
|
|
715
|
+
<tr>
|
|
716
|
+
<td style="padding:15px">showtacacs(body, callback)</td>
|
|
717
|
+
<td style="padding:15px">show tacacs</td>
|
|
718
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-tacacs?{query}</td>
|
|
719
|
+
<td style="padding:15px">Yes</td>
|
|
720
|
+
</tr>
|
|
721
|
+
<tr>
|
|
722
|
+
<td style="padding:15px">settacacs(body, callback)</td>
|
|
723
|
+
<td style="padding:15px">set tacacs</td>
|
|
724
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-tacacs?{query}</td>
|
|
725
|
+
<td style="padding:15px">Yes</td>
|
|
726
|
+
</tr>
|
|
727
|
+
<tr>
|
|
728
|
+
<td style="padding:15px">setradius(body, callback)</td>
|
|
729
|
+
<td style="padding:15px">set radius</td>
|
|
730
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-radius?{query}</td>
|
|
731
|
+
<td style="padding:15px">Yes</td>
|
|
732
|
+
</tr>
|
|
733
|
+
<tr>
|
|
734
|
+
<td style="padding:15px">showradius(body, callback)</td>
|
|
735
|
+
<td style="padding:15px">show radius</td>
|
|
736
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-radius?{query}</td>
|
|
737
|
+
<td style="padding:15px">Yes</td>
|
|
738
|
+
</tr>
|
|
739
|
+
<tr>
|
|
740
|
+
<td style="padding:15px">addscheduledbackup(body, callback)</td>
|
|
741
|
+
<td style="padding:15px">add scheduled backup</td>
|
|
742
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/add-scheduled-backup?{query}</td>
|
|
743
|
+
<td style="padding:15px">Yes</td>
|
|
744
|
+
</tr>
|
|
745
|
+
<tr>
|
|
746
|
+
<td style="padding:15px">showscheduledbackup(body, callback)</td>
|
|
747
|
+
<td style="padding:15px">show scheduled backup</td>
|
|
748
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-scheduled-backup?{query}</td>
|
|
749
|
+
<td style="padding:15px">Yes</td>
|
|
750
|
+
</tr>
|
|
751
|
+
<tr>
|
|
752
|
+
<td style="padding:15px">setscheduledbackup(body, callback)</td>
|
|
753
|
+
<td style="padding:15px">set scheduled backup</td>
|
|
754
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-scheduled-backup?{query}</td>
|
|
755
|
+
<td style="padding:15px">Yes</td>
|
|
756
|
+
</tr>
|
|
757
|
+
<tr>
|
|
758
|
+
<td style="padding:15px">showscheduledbackups(body, callback)</td>
|
|
759
|
+
<td style="padding:15px">show scheduled backups</td>
|
|
760
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/show-scheduled-backups?{query}</td>
|
|
761
|
+
<td style="padding:15px">Yes</td>
|
|
762
|
+
</tr>
|
|
763
|
+
<tr>
|
|
764
|
+
<td style="padding:15px">deletescheduledbackup(body, callback)</td>
|
|
765
|
+
<td style="padding:15px">delete scheduled backup</td>
|
|
766
|
+
<td style="padding:15px">{base_path}/{version}/v1.1/delete-scheduled-backup?{query}</td>
|
|
767
|
+
<td style="padding:15px">Yes</td>
|
|
768
|
+
</tr>
|
|
769
|
+
<tr>
|
|
770
|
+
<td style="padding:15px">setscheduledsnapshot(body, callback)</td>
|
|
771
|
+
<td style="padding:15px">set scheduled snapshot</td>
|
|
772
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/set-scheduled-snapshot?{query}</td>
|
|
773
|
+
<td style="padding:15px">Yes</td>
|
|
774
|
+
</tr>
|
|
775
|
+
<tr>
|
|
776
|
+
<td style="padding:15px">showscheduledsnapshot(body, callback)</td>
|
|
777
|
+
<td style="padding:15px">show scheduled snapshot</td>
|
|
778
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/show-scheduled-snapshot?{query}</td>
|
|
779
|
+
<td style="padding:15px">Yes</td>
|
|
780
|
+
</tr>
|
|
781
|
+
<tr>
|
|
782
|
+
<td style="padding:15px">sethostname(body, callback)</td>
|
|
783
|
+
<td style="padding:15px">set hostname</td>
|
|
784
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-hostname?{query}</td>
|
|
785
|
+
<td style="padding:15px">Yes</td>
|
|
786
|
+
</tr>
|
|
787
|
+
<tr>
|
|
788
|
+
<td style="padding:15px">showhostname(body, callback)</td>
|
|
789
|
+
<td style="padding:15px">show hostname</td>
|
|
790
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-hostname?{query}</td>
|
|
791
|
+
<td style="padding:15px">Yes</td>
|
|
792
|
+
</tr>
|
|
793
|
+
<tr>
|
|
794
|
+
<td style="padding:15px">sethostnameonloginpage(body, callback)</td>
|
|
795
|
+
<td style="padding:15px">set hostname on login page</td>
|
|
796
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-hostname-on-login-page?{query}</td>
|
|
797
|
+
<td style="padding:15px">Yes</td>
|
|
798
|
+
</tr>
|
|
799
|
+
<tr>
|
|
800
|
+
<td style="padding:15px">setbanner(body, callback)</td>
|
|
801
|
+
<td style="padding:15px">set banner</td>
|
|
802
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-banner?{query}</td>
|
|
803
|
+
<td style="padding:15px">Yes</td>
|
|
804
|
+
</tr>
|
|
805
|
+
<tr>
|
|
806
|
+
<td style="padding:15px">setmessageoftheday(body, callback)</td>
|
|
807
|
+
<td style="padding:15px">set message of the day</td>
|
|
808
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/set-message-of-the-day?{query}</td>
|
|
809
|
+
<td style="padding:15px">Yes</td>
|
|
810
|
+
</tr>
|
|
811
|
+
<tr>
|
|
812
|
+
<td style="padding:15px">showbanner(body, callback)</td>
|
|
813
|
+
<td style="padding:15px">show banner</td>
|
|
814
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-banner?{query}</td>
|
|
815
|
+
<td style="padding:15px">Yes</td>
|
|
816
|
+
</tr>
|
|
817
|
+
<tr>
|
|
818
|
+
<td style="padding:15px">showmessageoftheday(body, callback)</td>
|
|
819
|
+
<td style="padding:15px">show message of the day</td>
|
|
820
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-message-of-the-day?{query}</td>
|
|
821
|
+
<td style="padding:15px">Yes</td>
|
|
822
|
+
</tr>
|
|
823
|
+
<tr>
|
|
824
|
+
<td style="padding:15px">showhostnameonloginpage(body, callback)</td>
|
|
825
|
+
<td style="padding:15px">show hostname on login page</td>
|
|
826
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/show-hostname-on-login-page?{query}</td>
|
|
827
|
+
<td style="padding:15px">Yes</td>
|
|
828
|
+
</tr>
|
|
829
|
+
<tr>
|
|
830
|
+
<td style="padding:15px">showapiversions(body, callback)</td>
|
|
831
|
+
<td style="padding:15px">show api versions</td>
|
|
832
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/show-api-versions?{query}</td>
|
|
833
|
+
<td style="padding:15px">Yes</td>
|
|
834
|
+
</tr>
|
|
835
|
+
<tr>
|
|
836
|
+
<td style="padding:15px">showdiagnosticstopics(body, callback)</td>
|
|
837
|
+
<td style="padding:15px">show diagnostics topics</td>
|
|
838
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/show-diagnostics-topics?{query}</td>
|
|
839
|
+
<td style="padding:15px">Yes</td>
|
|
840
|
+
</tr>
|
|
841
|
+
<tr>
|
|
842
|
+
<td style="padding:15px">showversion(body, callback)</td>
|
|
843
|
+
<td style="padding:15px">show version</td>
|
|
844
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-version?{query}</td>
|
|
845
|
+
<td style="padding:15px">Yes</td>
|
|
846
|
+
</tr>
|
|
847
|
+
<tr>
|
|
848
|
+
<td style="padding:15px">showasset(body, callback)</td>
|
|
849
|
+
<td style="padding:15px">show asset</td>
|
|
850
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-asset?{query}</td>
|
|
851
|
+
<td style="padding:15px">Yes</td>
|
|
852
|
+
</tr>
|
|
853
|
+
<tr>
|
|
854
|
+
<td style="padding:15px">showdiagnostics(body, callback)</td>
|
|
855
|
+
<td style="padding:15px">show diagnostics</td>
|
|
856
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/show-diagnostics?{query}</td>
|
|
857
|
+
<td style="padding:15px">Yes</td>
|
|
858
|
+
</tr>
|
|
859
|
+
<tr>
|
|
860
|
+
<td style="padding:15px">setinitialsetup(body, callback)</td>
|
|
861
|
+
<td style="padding:15px">set initial setup</td>
|
|
862
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/set-initial-setup?{query}</td>
|
|
863
|
+
<td style="padding:15px">Yes</td>
|
|
864
|
+
</tr>
|
|
865
|
+
<tr>
|
|
866
|
+
<td style="padding:15px">runreboot(body, callback)</td>
|
|
867
|
+
<td style="padding:15px">run reboot</td>
|
|
868
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/run-reboot?{query}</td>
|
|
869
|
+
<td style="padding:15px">Yes</td>
|
|
870
|
+
</tr>
|
|
871
|
+
<tr>
|
|
872
|
+
<td style="padding:15px">setremotesyslog(body, callback)</td>
|
|
873
|
+
<td style="padding:15px">set remote syslog</td>
|
|
874
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-remote-syslog?{query}</td>
|
|
875
|
+
<td style="padding:15px">Yes</td>
|
|
876
|
+
</tr>
|
|
877
|
+
<tr>
|
|
878
|
+
<td style="padding:15px">showsyslog(body, callback)</td>
|
|
879
|
+
<td style="padding:15px">show syslog</td>
|
|
880
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-syslog?{query}</td>
|
|
881
|
+
<td style="padding:15px">Yes</td>
|
|
882
|
+
</tr>
|
|
883
|
+
<tr>
|
|
884
|
+
<td style="padding:15px">showremotesyslogs(body, callback)</td>
|
|
885
|
+
<td style="padding:15px">show remote syslogs</td>
|
|
886
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-remote-syslogs?{query}</td>
|
|
887
|
+
<td style="padding:15px">Yes</td>
|
|
888
|
+
</tr>
|
|
889
|
+
<tr>
|
|
890
|
+
<td style="padding:15px">addremotesyslog(body, callback)</td>
|
|
891
|
+
<td style="padding:15px">add remote syslog</td>
|
|
892
|
+
<td style="padding:15px">{base_path}/{version}/v1/add-remote-syslog?{query}</td>
|
|
893
|
+
<td style="padding:15px">Yes</td>
|
|
894
|
+
</tr>
|
|
895
|
+
<tr>
|
|
896
|
+
<td style="padding:15px">deleteremotesyslog(body, callback)</td>
|
|
897
|
+
<td style="padding:15px">delete remote syslog</td>
|
|
898
|
+
<td style="padding:15px">{base_path}/{version}/v1/delete-remote-syslog?{query}</td>
|
|
899
|
+
<td style="padding:15px">Yes</td>
|
|
900
|
+
</tr>
|
|
901
|
+
<tr>
|
|
902
|
+
<td style="padding:15px">showremotesyslog(body, callback)</td>
|
|
903
|
+
<td style="padding:15px">show remote syslog</td>
|
|
904
|
+
<td style="padding:15px">{base_path}/{version}/v1/show-remote-syslog?{query}</td>
|
|
905
|
+
<td style="padding:15px">Yes</td>
|
|
906
|
+
</tr>
|
|
907
|
+
<tr>
|
|
908
|
+
<td style="padding:15px">setsyslog(body, callback)</td>
|
|
909
|
+
<td style="padding:15px">set syslog</td>
|
|
910
|
+
<td style="padding:15px">{base_path}/{version}/v1/set-syslog?{query}</td>
|
|
911
|
+
<td style="padding:15px">Yes</td>
|
|
912
|
+
</tr>
|
|
913
|
+
<tr>
|
|
914
|
+
<td style="padding:15px">showsnmptrapreceivers(body, callback)</td>
|
|
915
|
+
<td style="padding:15px">show snmp trap receivers</td>
|
|
916
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp-trap-receivers?{query}</td>
|
|
917
|
+
<td style="padding:15px">Yes</td>
|
|
918
|
+
</tr>
|
|
919
|
+
<tr>
|
|
920
|
+
<td style="padding:15px">showsnmptrapreceiver(body, callback)</td>
|
|
921
|
+
<td style="padding:15px">show snmp trap receiver</td>
|
|
922
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp-trap-receiver?{query}</td>
|
|
923
|
+
<td style="padding:15px">Yes</td>
|
|
924
|
+
</tr>
|
|
925
|
+
<tr>
|
|
926
|
+
<td style="padding:15px">deletesnmptrapreceiver(body, callback)</td>
|
|
927
|
+
<td style="padding:15px">delete snmp trap receiver</td>
|
|
928
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/delete-snmp-trap-receiver?{query}</td>
|
|
929
|
+
<td style="padding:15px">Yes</td>
|
|
930
|
+
</tr>
|
|
931
|
+
<tr>
|
|
932
|
+
<td style="padding:15px">addsnmptrapreceiver(body, callback)</td>
|
|
933
|
+
<td style="padding:15px">add snmp trap receiver</td>
|
|
934
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/add-snmp-trap-receiver?{query}</td>
|
|
935
|
+
<td style="padding:15px">Yes</td>
|
|
936
|
+
</tr>
|
|
937
|
+
<tr>
|
|
938
|
+
<td style="padding:15px">setsnmptrapreceiver(body, callback)</td>
|
|
939
|
+
<td style="padding:15px">set snmp trap receiver</td>
|
|
940
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-snmp-trap-receiver?{query}</td>
|
|
941
|
+
<td style="padding:15px">Yes</td>
|
|
942
|
+
</tr>
|
|
943
|
+
<tr>
|
|
944
|
+
<td style="padding:15px">deletesnmpuser(body, callback)</td>
|
|
945
|
+
<td style="padding:15px">delete snmp user</td>
|
|
946
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/delete-snmp-user?{query}</td>
|
|
947
|
+
<td style="padding:15px">Yes</td>
|
|
948
|
+
</tr>
|
|
949
|
+
<tr>
|
|
950
|
+
<td style="padding:15px">addsnmpuser(body, callback)</td>
|
|
951
|
+
<td style="padding:15px">add snmp user</td>
|
|
952
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/add-snmp-user?{query}</td>
|
|
953
|
+
<td style="padding:15px">Yes</td>
|
|
954
|
+
</tr>
|
|
955
|
+
<tr>
|
|
956
|
+
<td style="padding:15px">showsnmpuser(body, callback)</td>
|
|
957
|
+
<td style="padding:15px">show snmp user</td>
|
|
958
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp-user?{query}</td>
|
|
959
|
+
<td style="padding:15px">Yes</td>
|
|
960
|
+
</tr>
|
|
961
|
+
<tr>
|
|
962
|
+
<td style="padding:15px">setsnmpuser(body, callback)</td>
|
|
963
|
+
<td style="padding:15px">set snmp user</td>
|
|
964
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-snmp-user?{query}</td>
|
|
965
|
+
<td style="padding:15px">Yes</td>
|
|
966
|
+
</tr>
|
|
967
|
+
<tr>
|
|
968
|
+
<td style="padding:15px">showsnmpusers(body, callback)</td>
|
|
969
|
+
<td style="padding:15px">show snmp users</td>
|
|
970
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp-users?{query}</td>
|
|
971
|
+
<td style="padding:15px">Yes</td>
|
|
972
|
+
</tr>
|
|
973
|
+
<tr>
|
|
974
|
+
<td style="padding:15px">showsnmppredefinedtraps(body, callback)</td>
|
|
975
|
+
<td style="padding:15px">show snmp pre defined traps</td>
|
|
976
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp-pre-defined-traps?{query}</td>
|
|
977
|
+
<td style="padding:15px">Yes</td>
|
|
978
|
+
</tr>
|
|
979
|
+
<tr>
|
|
980
|
+
<td style="padding:15px">setsnmppredefinedtraps(body, callback)</td>
|
|
981
|
+
<td style="padding:15px">set snmp pre defined traps</td>
|
|
982
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-snmp-pre-defined-traps?{query}</td>
|
|
983
|
+
<td style="padding:15px">Yes</td>
|
|
984
|
+
</tr>
|
|
985
|
+
<tr>
|
|
986
|
+
<td style="padding:15px">showsnmpcustomtrap(body, callback)</td>
|
|
987
|
+
<td style="padding:15px">show snmp custom trap</td>
|
|
988
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp-custom-trap?{query}</td>
|
|
989
|
+
<td style="padding:15px">Yes</td>
|
|
990
|
+
</tr>
|
|
991
|
+
<tr>
|
|
992
|
+
<td style="padding:15px">setsnmpcustomtrap(body, callback)</td>
|
|
993
|
+
<td style="padding:15px">set snmp custom trap</td>
|
|
994
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-snmp-custom-trap?{query}</td>
|
|
995
|
+
<td style="padding:15px">Yes</td>
|
|
996
|
+
</tr>
|
|
997
|
+
<tr>
|
|
998
|
+
<td style="padding:15px">addsnmpcustomtrap(body, callback)</td>
|
|
999
|
+
<td style="padding:15px">add snmp custom trap</td>
|
|
1000
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/add-snmp-custom-trap?{query}</td>
|
|
1001
|
+
<td style="padding:15px">Yes</td>
|
|
1002
|
+
</tr>
|
|
1003
|
+
<tr>
|
|
1004
|
+
<td style="padding:15px">showsnmpcustomtraps(body, callback)</td>
|
|
1005
|
+
<td style="padding:15px">show snmp custom traps</td>
|
|
1006
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp-custom-traps?{query}</td>
|
|
1007
|
+
<td style="padding:15px">Yes</td>
|
|
1008
|
+
</tr>
|
|
1009
|
+
<tr>
|
|
1010
|
+
<td style="padding:15px">deletesnmpcustomtrap(body, callback)</td>
|
|
1011
|
+
<td style="padding:15px">delete snmp custom trap</td>
|
|
1012
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/delete-snmp-custom-trap?{query}</td>
|
|
1013
|
+
<td style="padding:15px">Yes</td>
|
|
1014
|
+
</tr>
|
|
1015
|
+
<tr>
|
|
1016
|
+
<td style="padding:15px">showsnmp(body, callback)</td>
|
|
1017
|
+
<td style="padding:15px">show snmp</td>
|
|
1018
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/show-snmp?{query}</td>
|
|
1019
|
+
<td style="padding:15px">Yes</td>
|
|
1020
|
+
</tr>
|
|
1021
|
+
<tr>
|
|
1022
|
+
<td style="padding:15px">setsnmp(body, callback)</td>
|
|
1023
|
+
<td style="padding:15px">set snmp</td>
|
|
1024
|
+
<td style="padding:15px">{base_path}/{version}/v1.5/set-snmp?{query}</td>
|
|
1025
|
+
<td style="padding:15px">Yes</td>
|
|
1026
|
+
</tr>
|
|
1027
|
+
<tr>
|
|
1028
|
+
<td style="padding:15px">showclusterstate(body, callback)</td>
|
|
1029
|
+
<td style="padding:15px">show cluster state</td>
|
|
1030
|
+
<td style="padding:15px">{base_path}/{version}/v1.2/show-cluster-state?{query}</td>
|
|
1031
|
+
<td style="padding:15px">Yes</td>
|
|
1032
|
+
</tr>
|
|
1033
|
+
<tr>
|
|
1034
|
+
<td style="padding:15px">showcustomintelligencefeeds(body, callback)</td>
|
|
1035
|
+
<td style="padding:15px">show custom intelligence feeds</td>
|
|
1036
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/show-custom-intelligence-feeds?{query}</td>
|
|
1037
|
+
<td style="padding:15px">Yes</td>
|
|
1038
|
+
</tr>
|
|
1039
|
+
<tr>
|
|
1040
|
+
<td style="padding:15px">addcustomintelligencefeed(body, callback)</td>
|
|
1041
|
+
<td style="padding:15px">add custom intelligence feed</td>
|
|
1042
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/add-custom-intelligence-feed?{query}</td>
|
|
1043
|
+
<td style="padding:15px">Yes</td>
|
|
1044
|
+
</tr>
|
|
1045
|
+
<tr>
|
|
1046
|
+
<td style="padding:15px">showcustomintelligencefeed(body, callback)</td>
|
|
1047
|
+
<td style="padding:15px">show custom intelligence feed</td>
|
|
1048
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/show-custom-intelligence-feed?{query}</td>
|
|
1049
|
+
<td style="padding:15px">Yes</td>
|
|
1050
|
+
</tr>
|
|
1051
|
+
<tr>
|
|
1052
|
+
<td style="padding:15px">setcustomintelligenceinterval(body, callback)</td>
|
|
1053
|
+
<td style="padding:15px">set custom intelligence interval</td>
|
|
1054
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/set-custom-intelligence-interval?{query}</td>
|
|
1055
|
+
<td style="padding:15px">Yes</td>
|
|
1056
|
+
</tr>
|
|
1057
|
+
<tr>
|
|
1058
|
+
<td style="padding:15px">showcustomintelligenceinterval(body, callback)</td>
|
|
1059
|
+
<td style="padding:15px">show custom intelligence interval</td>
|
|
1060
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/show-custom-intelligence-interval?{query}</td>
|
|
1061
|
+
<td style="padding:15px">Yes</td>
|
|
1062
|
+
</tr>
|
|
1063
|
+
<tr>
|
|
1064
|
+
<td style="padding:15px">deletecustomintelligencefeed(body, callback)</td>
|
|
1065
|
+
<td style="padding:15px">delete custom intelligence feed</td>
|
|
1066
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/delete-custom-intelligence-feed?{query}</td>
|
|
1067
|
+
<td style="padding:15px">Yes</td>
|
|
1068
|
+
</tr>
|
|
1069
|
+
<tr>
|
|
1070
|
+
<td style="padding:15px">setcustomintelligencefeed(body, callback)</td>
|
|
1071
|
+
<td style="padding:15px">set custom intelligence feed</td>
|
|
1072
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/set-custom-intelligence-feed?{query}</td>
|
|
1073
|
+
<td style="padding:15px">Yes</td>
|
|
1074
|
+
</tr>
|
|
1075
|
+
<tr>
|
|
1076
|
+
<td style="padding:15px">putfile(body, callback)</td>
|
|
1077
|
+
<td style="padding:15px">put file</td>
|
|
1078
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/put-file?{query}</td>
|
|
1079
|
+
<td style="padding:15px">Yes</td>
|
|
1080
|
+
</tr>
|
|
1081
|
+
<tr>
|
|
1082
|
+
<td style="padding:15px">showtask(body, callback)</td>
|
|
1083
|
+
<td style="padding:15px">show task</td>
|
|
1084
|
+
<td style="padding:15px">{base_path}/{version}/v1.3/show-task?{query}</td>
|
|
1085
|
+
<td style="padding:15px">Yes</td>
|
|
1086
|
+
</tr>
|
|
1087
|
+
<tr>
|
|
1088
|
+
<td style="padding:15px">runscript(body, callback)</td>
|
|
1089
|
+
<td style="padding:15px">run script</td>
|
|
1090
|
+
<td style="padding:15px">{base_path}/{version}/v1.6/run-script?{query}</td>
|
|
1091
|
+
<td style="padding:15px">Yes</td>
|
|
1092
|
+
</tr>
|
|
1093
|
+
<tr>
|
|
1094
|
+
<td style="padding:15px">showlicenses(body, callback)</td>
|
|
1095
|
+
<td style="padding:15px">show licenses</td>
|
|
1096
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/show-licenses?{query}</td>
|
|
1097
|
+
<td style="padding:15px">Yes</td>
|
|
1098
|
+
</tr>
|
|
1099
|
+
<tr>
|
|
1100
|
+
<td style="padding:15px">addlicense(body, callback)</td>
|
|
1101
|
+
<td style="padding:15px">add license</td>
|
|
1102
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/add-license?{query}</td>
|
|
1103
|
+
<td style="padding:15px">Yes</td>
|
|
1104
|
+
</tr>
|
|
1105
|
+
<tr>
|
|
1106
|
+
<td style="padding:15px">dellicense(body, callback)</td>
|
|
1107
|
+
<td style="padding:15px">del license</td>
|
|
1108
|
+
<td style="padding:15px">{base_path}/{version}/v1.4/del-license?{query}</td>
|
|
1109
|
+
<td style="padding:15px">Yes</td>
|
|
1110
|
+
</tr>
|
|
1111
|
+
</table>
|
|
1112
|
+
<br>
|