@itentialopensource/adapter-nutanix_intentful 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +34 -0
- package/BROKER.md +211 -0
- package/CALLS.md +1677 -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 +646 -0
- package/README.md +343 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +20 -0
- package/TAB1.md +10 -0
- package/TAB2.md +303 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +26226 -0
- package/adapterBase.js +1452 -0
- package/changelogs/CHANGELOG.md +0 -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/AccessControlPolicies/action.json +105 -0
- package/entities/AccessControlPolicies/schema.json +23 -0
- package/entities/AddressGroups/action.json +105 -0
- package/entities/AddressGroups/schema.json +23 -0
- package/entities/Alerts/action.json +85 -0
- package/entities/Alerts/schema.json +22 -0
- package/entities/Audits/action.json +45 -0
- package/entities/Audits/schema.json +20 -0
- package/entities/Batch/action.json +24 -0
- package/entities/Batch/schema.json +19 -0
- package/entities/Blackouts/action.json +105 -0
- package/entities/Blackouts/schema.json +23 -0
- package/entities/Categories/action.json +186 -0
- package/entities/Categories/schema.json +27 -0
- package/entities/Clusters/action.json +65 -0
- package/entities/Clusters/schema.json +21 -0
- package/entities/DirectoryServices/action.json +125 -0
- package/entities/DirectoryServices/schema.json +24 -0
- package/entities/FloatingIp/action.json +105 -0
- package/entities/FloatingIp/schema.json +23 -0
- package/entities/Hosts/action.json +45 -0
- package/entities/Hosts/schema.json +20 -0
- package/entities/IdempotenceIdentifiers/action.json +65 -0
- package/entities/IdempotenceIdentifiers/schema.json +32 -0
- package/entities/IdentityProviders/action.json +126 -0
- package/entities/IdentityProviders/schema.json +24 -0
- package/entities/ImagePlacementPolicies/action.json +105 -0
- package/entities/ImagePlacementPolicies/schema.json +23 -0
- package/entities/Images/action.json +166 -0
- package/entities/Images/schema.json +26 -0
- package/entities/NetworkFunctionChains/action.json +105 -0
- package/entities/NetworkFunctionChains/schema.json +23 -0
- package/entities/NetworkSecurityRules/action.json +166 -0
- package/entities/NetworkSecurityRules/schema.json +26 -0
- package/entities/NgtPolicies/action.json +105 -0
- package/entities/NgtPolicies/schema.json +23 -0
- package/entities/Ovas/action.json +249 -0
- package/entities/Ovas/schema.json +52 -0
- package/entities/Permissions/action.json +45 -0
- package/entities/Permissions/schema.json +20 -0
- package/entities/Projects/action.json +105 -0
- package/entities/Projects/schema.json +23 -0
- package/entities/ProtectionRules/action.json +146 -0
- package/entities/ProtectionRules/schema.json +25 -0
- package/entities/RecoveryPlanJobs/action.json +126 -0
- package/entities/RecoveryPlanJobs/schema.json +24 -0
- package/entities/RecoveryPlans/action.json +126 -0
- package/entities/RecoveryPlans/schema.json +68 -0
- package/entities/RemoteSyslogModules/action.json +105 -0
- package/entities/RemoteSyslogModules/schema.json +23 -0
- package/entities/RemoteSyslogServers/action.json +126 -0
- package/entities/RemoteSyslogServers/schema.json +24 -0
- package/entities/Reports/action.json +267 -0
- package/entities/Reports/schema.json +31 -0
- package/entities/Roles/action.json +105 -0
- package/entities/Roles/schema.json +23 -0
- package/entities/RoutingPolicies/action.json +145 -0
- package/entities/RoutingPolicies/schema.json +25 -0
- package/entities/ServiceGroups/action.json +105 -0
- package/entities/ServiceGroups/schema.json +23 -0
- package/entities/StoragePolicies/action.json +125 -0
- package/entities/StoragePolicies/schema.json +24 -0
- package/entities/Subnets/action.json +105 -0
- package/entities/Subnets/schema.json +23 -0
- package/entities/Tasks/action.json +45 -0
- package/entities/Tasks/schema.json +20 -0
- package/entities/UserGroups/action.json +85 -0
- package/entities/UserGroups/schema.json +22 -0
- package/entities/Users/action.json +127 -0
- package/entities/Users/schema.json +24 -0
- package/entities/VirtualNetwork/action.json +105 -0
- package/entities/VirtualNetwork/schema.json +23 -0
- package/entities/VmHostAffinityLegacyPolicies/action.json +44 -0
- package/entities/VmHostAffinityLegacyPolicies/schema.json +20 -0
- package/entities/VmHostAffinityPolicies/action.json +145 -0
- package/entities/VmHostAffinityPolicies/schema.json +36 -0
- package/entities/Vms/action.json +365 -0
- package/entities/Vms/schema.json +36 -0
- package/entities/Vpc/action.json +45 -0
- package/entities/Vpc/schema.json +20 -0
- package/entities/VpnConnection/action.json +168 -0
- package/entities/VpnConnection/schema.json +26 -0
- package/entities/VpnGateway/action.json +105 -0
- package/entities/VpnGateway/schema.json +23 -0
- package/entities/Whatif/action.json +188 -0
- package/entities/Whatif/schema.json +38 -0
- package/error.json +190 -0
- package/metadata.json +92 -0
- package/package.json +81 -0
- package/pronghorn.json +12449 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1574 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +85398 -0
- package/report/adapter-openapi.yaml +62985 -0
- package/report/adapterInfo.json +10 -0
- package/report/auto-adapter-openapi.json +9609 -0
- package/report/creationReport.json +2065 -0
- package/report/nutanix-openapi.json +85398 -0
- package/sampleProperties.json +257 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +118 -0
- package/test/integration/adapterTestIntegration.js +6792 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +9255 -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,1677 @@
|
|
|
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 Nutanix_intentful. 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 Nutanix_intentful.</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">iapSuspendAdapter(mode, callback)</td>
|
|
42
|
+
<td style="padding:15px">This call provides the ability to suspend the adapter and either have requests rejected or put into a queue to be processed after the adapter is resumed.</td>
|
|
43
|
+
<td style="padding:15px">Yes</td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr>
|
|
46
|
+
<td style="padding:15px">iapUnsuspendAdapter(callback)</td>
|
|
47
|
+
<td style="padding:15px">This call provides the ability to resume a suspended adapter. Any requests in queue will be processed before new requests.</td>
|
|
48
|
+
<td style="padding:15px">Yes</td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr>
|
|
51
|
+
<td style="padding:15px">iapGetAdapterQueue(callback)</td>
|
|
52
|
+
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
|
|
53
|
+
<td style="padding:15px">Yes</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
57
|
+
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
58
|
+
<td style="padding:15px">Yes</td>
|
|
59
|
+
</tr>
|
|
60
|
+
<tr>
|
|
61
|
+
<td style="padding:15px">iapTroubleshootAdapter(props, 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
|
+
<tr>
|
|
66
|
+
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
|
|
67
|
+
<td style="padding:15px">This call will return the results of a healthcheck.</td>
|
|
68
|
+
<td style="padding:15px">Yes</td>
|
|
69
|
+
</tr>
|
|
70
|
+
<tr>
|
|
71
|
+
<td style="padding:15px">iapRunAdapterConnectivity(callback)</td>
|
|
72
|
+
<td style="padding:15px">This call will return the results of a connectivity check.</td>
|
|
73
|
+
<td style="padding:15px">Yes</td>
|
|
74
|
+
</tr>
|
|
75
|
+
<tr>
|
|
76
|
+
<td style="padding:15px">iapRunAdapterBasicGet(callback)</td>
|
|
77
|
+
<td style="padding:15px">This call will return the results of running basic get API calls.</td>
|
|
78
|
+
<td style="padding:15px">Yes</td>
|
|
79
|
+
</tr>
|
|
80
|
+
<tr>
|
|
81
|
+
<td style="padding:15px">iapMoveAdapterEntitiesToDB(callback)</td>
|
|
82
|
+
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or IAP Database.</td>
|
|
83
|
+
<td style="padding:15px">Yes</td>
|
|
84
|
+
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td style="padding:15px">iapDeactivateTasks(tasks, callback)</td>
|
|
87
|
+
<td style="padding:15px">This call provides the ability to remove tasks from the adapter.</td>
|
|
88
|
+
<td style="padding:15px">Yes</td>
|
|
89
|
+
</tr>
|
|
90
|
+
<tr>
|
|
91
|
+
<td style="padding:15px">iapActivateTasks(tasks, callback)</td>
|
|
92
|
+
<td style="padding:15px">This call provides the ability to add deactivated tasks back into the adapter.</td>
|
|
93
|
+
<td style="padding:15px">Yes</td>
|
|
94
|
+
</tr>
|
|
95
|
+
<tr>
|
|
96
|
+
<td style="padding:15px">iapExpandedGenericAdapterRequest(metadata, uriPath, restMethod, pathVars, queryData, requestBody, addlHeaders, callback)</td>
|
|
97
|
+
<td style="padding:15px">This is an expanded Generic Call. The metadata object allows us to provide many new capabilities within the generic request.</td>
|
|
98
|
+
<td style="padding:15px">Yes</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr>
|
|
101
|
+
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
102
|
+
<td style="padding:15px">This call allows you to provide the path to have the adapter call. It is an easy way to incorporate paths that have not been built into the adapter yet.</td>
|
|
103
|
+
<td style="padding:15px">Yes</td>
|
|
104
|
+
</tr>
|
|
105
|
+
<tr>
|
|
106
|
+
<td style="padding:15px">genericAdapterRequestNoBasePath(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
107
|
+
<td style="padding:15px">This call is the same as the genericAdapterRequest only it does not add a base_path or version to the call.</td>
|
|
108
|
+
<td style="padding:15px">Yes</td>
|
|
109
|
+
</tr>
|
|
110
|
+
<tr>
|
|
111
|
+
<td style="padding:15px">iapRunAdapterLint(callback)</td>
|
|
112
|
+
<td style="padding:15px">Runs lint on the adapter and provides the information back.</td>
|
|
113
|
+
<td style="padding:15px">Yes</td>
|
|
114
|
+
</tr>
|
|
115
|
+
<tr>
|
|
116
|
+
<td style="padding:15px">iapRunAdapterTests(callback)</td>
|
|
117
|
+
<td style="padding:15px">Runs baseunit and unit tests on the adapter and provides the information back.</td>
|
|
118
|
+
<td style="padding:15px">Yes</td>
|
|
119
|
+
</tr>
|
|
120
|
+
<tr>
|
|
121
|
+
<td style="padding:15px">iapGetAdapterInventory(callback)</td>
|
|
122
|
+
<td style="padding:15px">This call provides some inventory related information about the adapter.</td>
|
|
123
|
+
<td style="padding:15px">Yes</td>
|
|
124
|
+
</tr>
|
|
125
|
+
</table>
|
|
126
|
+
<br>
|
|
127
|
+
|
|
128
|
+
### Adapter Cache Calls
|
|
129
|
+
|
|
130
|
+
These are adapter methods that are used for adapter caching. If configured, the adapter will cache based on the interval provided. However, you can force a population of the cache manually as well.
|
|
131
|
+
|
|
132
|
+
<table border="1" class="bordered-table">
|
|
133
|
+
<tr>
|
|
134
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
135
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
136
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
137
|
+
</tr>
|
|
138
|
+
<tr>
|
|
139
|
+
<td style="padding:15px">iapPopulateEntityCache(entityTypes, callback)</td>
|
|
140
|
+
<td style="padding:15px">This call populates the adapter cache.</td>
|
|
141
|
+
<td style="padding:15px">Yes</td>
|
|
142
|
+
</tr>
|
|
143
|
+
<tr>
|
|
144
|
+
<td style="padding:15px">iapRetrieveEntitiesCache(entityType, options, callback)</td>
|
|
145
|
+
<td style="padding:15px">This call retrieves the specific items from the adapter cache.</td>
|
|
146
|
+
<td style="padding:15px">Yes</td>
|
|
147
|
+
</tr>
|
|
148
|
+
</table>
|
|
149
|
+
<br>
|
|
150
|
+
|
|
151
|
+
### Adapter Broker Calls
|
|
152
|
+
|
|
153
|
+
These are adapter methods that are used to integrate to IAP Brokers. This adapter currently supports the following broker calls.
|
|
154
|
+
|
|
155
|
+
<table border="1" class="bordered-table">
|
|
156
|
+
<tr>
|
|
157
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
158
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
159
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
160
|
+
</tr>
|
|
161
|
+
<tr>
|
|
162
|
+
<td style="padding:15px">hasEntities(entityType, entityList, callback)</td>
|
|
163
|
+
<td style="padding:15px">This call is utilized by the IAP Device Broker to determine if the adapter has a specific entity and item of the entity.</td>
|
|
164
|
+
<td style="padding:15px">No</td>
|
|
165
|
+
</tr>
|
|
166
|
+
<tr>
|
|
167
|
+
<td style="padding:15px">getDevice(deviceName, callback)</td>
|
|
168
|
+
<td style="padding:15px">This call returns the details of the requested device.</td>
|
|
169
|
+
<td style="padding:15px">No</td>
|
|
170
|
+
</tr>
|
|
171
|
+
<tr>
|
|
172
|
+
<td style="padding:15px">getDevicesFiltered(options, callback)</td>
|
|
173
|
+
<td style="padding:15px">This call returns the list of devices that match the criteria provided in the options filter.</td>
|
|
174
|
+
<td style="padding:15px">No</td>
|
|
175
|
+
</tr>
|
|
176
|
+
<tr>
|
|
177
|
+
<td style="padding:15px">isAlive(deviceName, callback)</td>
|
|
178
|
+
<td style="padding:15px">This call returns whether the device status is active</td>
|
|
179
|
+
<td style="padding:15px">No</td>
|
|
180
|
+
</tr>
|
|
181
|
+
<tr>
|
|
182
|
+
<td style="padding:15px">getConfig(deviceName, format, callback)</td>
|
|
183
|
+
<td style="padding:15px">This call returns the configuration for the selected device.</td>
|
|
184
|
+
<td style="padding:15px">No</td>
|
|
185
|
+
</tr>
|
|
186
|
+
<tr>
|
|
187
|
+
<td style="padding:15px">iapGetDeviceCount(callback)</td>
|
|
188
|
+
<td style="padding:15px">This call returns the count of devices.</td>
|
|
189
|
+
<td style="padding:15px">No</td>
|
|
190
|
+
</tr>
|
|
191
|
+
</table>
|
|
192
|
+
<br>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
### Specific Adapter Calls
|
|
196
|
+
|
|
197
|
+
Specific adapter calls are built based on the API of the Nutanix_intentful. The Adapter Builder creates the proper method comments for generating JS-DOC for the adapter. This is the best way to get information on the calls.
|
|
198
|
+
|
|
199
|
+
<table border="1" class="bordered-table">
|
|
200
|
+
<tr>
|
|
201
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
202
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
203
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
204
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
205
|
+
</tr>
|
|
206
|
+
<tr>
|
|
207
|
+
<td style="padding:15px">createOrUpdateCategoryKey(name, body, iapMetadata, callback)</td>
|
|
208
|
+
<td style="padding:15px">Create or Update a category Key.</td>
|
|
209
|
+
<td style="padding:15px">{base_path}/{version}/categories/{pathv1}?{query}</td>
|
|
210
|
+
<td style="padding:15px">Yes</td>
|
|
211
|
+
</tr>
|
|
212
|
+
<tr>
|
|
213
|
+
<td style="padding:15px">deleteCategoryKey(name, iapMetadata, callback)</td>
|
|
214
|
+
<td style="padding:15px">Delete a category Key.</td>
|
|
215
|
+
<td style="padding:15px">{base_path}/{version}/categories/{pathv1}?{query}</td>
|
|
216
|
+
<td style="padding:15px">Yes</td>
|
|
217
|
+
</tr>
|
|
218
|
+
<tr>
|
|
219
|
+
<td style="padding:15px">getCategoryKey(name, iapMetadata, callback)</td>
|
|
220
|
+
<td style="padding:15px">Get a category key.</td>
|
|
221
|
+
<td style="padding:15px">{base_path}/{version}/categories/{pathv1}?{query}</td>
|
|
222
|
+
<td style="padding:15px">Yes</td>
|
|
223
|
+
</tr>
|
|
224
|
+
<tr>
|
|
225
|
+
<td style="padding:15px">getCategoryKeys(body, iapMetadata, callback)</td>
|
|
226
|
+
<td style="padding:15px">List the category keys.</td>
|
|
227
|
+
<td style="padding:15px">{base_path}/{version}/categories/list?{query}</td>
|
|
228
|
+
<td style="padding:15px">Yes</td>
|
|
229
|
+
</tr>
|
|
230
|
+
<tr>
|
|
231
|
+
<td style="padding:15px">getCategoryUsageDetails(body, iapMetadata, callback)</td>
|
|
232
|
+
<td style="padding:15px">Get category usage details.</td>
|
|
233
|
+
<td style="padding:15px">{base_path}/{version}/category/query?{query}</td>
|
|
234
|
+
<td style="padding:15px">Yes</td>
|
|
235
|
+
</tr>
|
|
236
|
+
<tr>
|
|
237
|
+
<td style="padding:15px">createOrUpdateACategoryValue(name, value, body, iapMetadata, callback)</td>
|
|
238
|
+
<td style="padding:15px">Create or Update a category value.</td>
|
|
239
|
+
<td style="padding:15px">{base_path}/{version}/categories/{pathv1}/{pathv2}?{query}</td>
|
|
240
|
+
<td style="padding:15px">Yes</td>
|
|
241
|
+
</tr>
|
|
242
|
+
<tr>
|
|
243
|
+
<td style="padding:15px">deleteACategoryValue(name, value, iapMetadata, callback)</td>
|
|
244
|
+
<td style="padding:15px">Delete a category value.</td>
|
|
245
|
+
<td style="padding:15px">{base_path}/{version}/categories/{pathv1}/{pathv2}?{query}</td>
|
|
246
|
+
<td style="padding:15px">Yes</td>
|
|
247
|
+
</tr>
|
|
248
|
+
<tr>
|
|
249
|
+
<td style="padding:15px">getACategoryValue(name, value, iapMetadata, callback)</td>
|
|
250
|
+
<td style="padding:15px">Get a category value.</td>
|
|
251
|
+
<td style="padding:15px">{base_path}/{version}/categories/{pathv1}/{pathv2}?{query}</td>
|
|
252
|
+
<td style="padding:15px">Yes</td>
|
|
253
|
+
</tr>
|
|
254
|
+
<tr>
|
|
255
|
+
<td style="padding:15px">getValuesForAKey(name, body, iapMetadata, callback)</td>
|
|
256
|
+
<td style="padding:15px">List the values for a specified key.</td>
|
|
257
|
+
<td style="padding:15px">{base_path}/{version}/categories/{pathv1}/list?{query}</td>
|
|
258
|
+
<td style="padding:15px">Yes</td>
|
|
259
|
+
</tr>
|
|
260
|
+
<tr>
|
|
261
|
+
<td style="padding:15px">exportAllNetworkSecurityRules(iapMetadata, callback)</td>
|
|
262
|
+
<td style="padding:15px">Export all network security rules</td>
|
|
263
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules/export?{query}</td>
|
|
264
|
+
<td style="padding:15px">Yes</td>
|
|
265
|
+
</tr>
|
|
266
|
+
<tr>
|
|
267
|
+
<td style="padding:15px">importNetworkSecurityRules(body, iapMetadata, callback)</td>
|
|
268
|
+
<td style="padding:15px">Imports all the network security rules specified by the data.</td>
|
|
269
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules/import/apply?{query}</td>
|
|
270
|
+
<td style="padding:15px">Yes</td>
|
|
271
|
+
</tr>
|
|
272
|
+
<tr>
|
|
273
|
+
<td style="padding:15px">getAllNetworkSecurityRules(body, iapMetadata, callback)</td>
|
|
274
|
+
<td style="padding:15px">Get all network security rules</td>
|
|
275
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules/list?{query}</td>
|
|
276
|
+
<td style="padding:15px">Yes</td>
|
|
277
|
+
</tr>
|
|
278
|
+
<tr>
|
|
279
|
+
<td style="padding:15px">createNetworkSecurityRule(body, iapMetadata, callback)</td>
|
|
280
|
+
<td style="padding:15px">Create a new Network security rule</td>
|
|
281
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules?{query}</td>
|
|
282
|
+
<td style="padding:15px">Yes</td>
|
|
283
|
+
</tr>
|
|
284
|
+
<tr>
|
|
285
|
+
<td style="padding:15px">generatePolicyImportReport(body, iapMetadata, callback)</td>
|
|
286
|
+
<td style="padding:15px">Reports on the impact of importing the policy</td>
|
|
287
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules/import/dry_run?{query}</td>
|
|
288
|
+
<td style="padding:15px">Yes</td>
|
|
289
|
+
</tr>
|
|
290
|
+
<tr>
|
|
291
|
+
<td style="padding:15px">updateANetworkSecurityRule(uuid, body, iapMetadata, callback)</td>
|
|
292
|
+
<td style="padding:15px">Update a existing Network security rule</td>
|
|
293
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules/{pathv1}?{query}</td>
|
|
294
|
+
<td style="padding:15px">Yes</td>
|
|
295
|
+
</tr>
|
|
296
|
+
<tr>
|
|
297
|
+
<td style="padding:15px">deleteANetworkSecurityRule(uuid, iapMetadata, callback)</td>
|
|
298
|
+
<td style="padding:15px">Delete a existing Network security rule</td>
|
|
299
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules/{pathv1}?{query}</td>
|
|
300
|
+
<td style="padding:15px">Yes</td>
|
|
301
|
+
</tr>
|
|
302
|
+
<tr>
|
|
303
|
+
<td style="padding:15px">getANetworkSecurityRule(uuid, iapMetadata, callback)</td>
|
|
304
|
+
<td style="padding:15px">Get a existing Network security rule</td>
|
|
305
|
+
<td style="padding:15px">{base_path}/{version}/network_security_rules/{pathv1}?{query}</td>
|
|
306
|
+
<td style="padding:15px">Yes</td>
|
|
307
|
+
</tr>
|
|
308
|
+
<tr>
|
|
309
|
+
<td style="padding:15px">updateScenario(uuid, body, iapMetadata, callback)</td>
|
|
310
|
+
<td style="padding:15px">Update scenario</td>
|
|
311
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/scenarios/{pathv1}?{query}</td>
|
|
312
|
+
<td style="padding:15px">Yes</td>
|
|
313
|
+
</tr>
|
|
314
|
+
<tr>
|
|
315
|
+
<td style="padding:15px">deleteScenario(uuid, iapMetadata, callback)</td>
|
|
316
|
+
<td style="padding:15px">Delete scenario</td>
|
|
317
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/scenarios/{pathv1}?{query}</td>
|
|
318
|
+
<td style="padding:15px">Yes</td>
|
|
319
|
+
</tr>
|
|
320
|
+
<tr>
|
|
321
|
+
<td style="padding:15px">getScenarioWithUUID(uuid, iapMetadata, callback)</td>
|
|
322
|
+
<td style="padding:15px">Get scenario with uuid</td>
|
|
323
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/scenarios/{pathv1}?{query}</td>
|
|
324
|
+
<td style="padding:15px">Yes</td>
|
|
325
|
+
</tr>
|
|
326
|
+
<tr>
|
|
327
|
+
<td style="padding:15px">createAScenario(body, iapMetadata, callback)</td>
|
|
328
|
+
<td style="padding:15px">Create a scenario</td>
|
|
329
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/scenarios?{query}</td>
|
|
330
|
+
<td style="padding:15px">Yes</td>
|
|
331
|
+
</tr>
|
|
332
|
+
<tr>
|
|
333
|
+
<td style="padding:15px">getAllScenarios(offset, limit, iapMetadata, callback)</td>
|
|
334
|
+
<td style="padding:15px">Get scenarios name and uuid with pagination</td>
|
|
335
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/scenarios?{query}</td>
|
|
336
|
+
<td style="padding:15px">Yes</td>
|
|
337
|
+
</tr>
|
|
338
|
+
<tr>
|
|
339
|
+
<td style="padding:15px">generateScenarioSummaryPdfReport(body, iapMetadata, callback)</td>
|
|
340
|
+
<td style="padding:15px">Generate scenario summary pdf report</td>
|
|
341
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/reports?{query}</td>
|
|
342
|
+
<td style="padding:15px">Yes</td>
|
|
343
|
+
</tr>
|
|
344
|
+
<tr>
|
|
345
|
+
<td style="padding:15px">runScenarioRecommendation(body, iapMetadata, callback)</td>
|
|
346
|
+
<td style="padding:15px">Recommend nodes for scenario.</td>
|
|
347
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/recommendations?{query}</td>
|
|
348
|
+
<td style="padding:15px">Yes</td>
|
|
349
|
+
</tr>
|
|
350
|
+
<tr>
|
|
351
|
+
<td style="padding:15px">getScenarioSummaryPdfReport(taskUuid, iapMetadata, callback)</td>
|
|
352
|
+
<td style="padding:15px">Get scenario summary pdf report</td>
|
|
353
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/reports/{pathv1}?{query}</td>
|
|
354
|
+
<td style="padding:15px">Yes</td>
|
|
355
|
+
</tr>
|
|
356
|
+
<tr>
|
|
357
|
+
<td style="padding:15px">getScenarioRunwayAndRecommendation(taskUuid, iapMetadata, callback)</td>
|
|
358
|
+
<td style="padding:15px">Get scenario runway and recommendation</td>
|
|
359
|
+
<td style="padding:15px">{base_path}/{version}/capacity_planning/recommendations/{pathv1}?{query}</td>
|
|
360
|
+
<td style="padding:15px">Yes</td>
|
|
361
|
+
</tr>
|
|
362
|
+
<tr>
|
|
363
|
+
<td style="padding:15px">getStoragePolicies(body, iapMetadata, callback)</td>
|
|
364
|
+
<td style="padding:15px">Get a list of existing storage_policies</td>
|
|
365
|
+
<td style="padding:15px">{base_path}/{version}/storage_policies/list?{query}</td>
|
|
366
|
+
<td style="padding:15px">Yes</td>
|
|
367
|
+
</tr>
|
|
368
|
+
<tr>
|
|
369
|
+
<td style="padding:15px">createAStoragePolicy(body, iapMetadata, callback)</td>
|
|
370
|
+
<td style="padding:15px">Create a new storage_policy</td>
|
|
371
|
+
<td style="padding:15px">{base_path}/{version}/storage_policies?{query}</td>
|
|
372
|
+
<td style="padding:15px">Yes</td>
|
|
373
|
+
</tr>
|
|
374
|
+
<tr>
|
|
375
|
+
<td style="padding:15px">updateStoragePolicy(uuid, body, iapMetadata, callback)</td>
|
|
376
|
+
<td style="padding:15px">Update a existing storage_policy</td>
|
|
377
|
+
<td style="padding:15px">{base_path}/{version}/storage_policies/{pathv1}?{query}</td>
|
|
378
|
+
<td style="padding:15px">Yes</td>
|
|
379
|
+
</tr>
|
|
380
|
+
<tr>
|
|
381
|
+
<td style="padding:15px">deleteStoragePolicy(uuid, iapMetadata, callback)</td>
|
|
382
|
+
<td style="padding:15px">Delete a existing storage_policy</td>
|
|
383
|
+
<td style="padding:15px">{base_path}/{version}/storage_policies/{pathv1}?{query}</td>
|
|
384
|
+
<td style="padding:15px">Yes</td>
|
|
385
|
+
</tr>
|
|
386
|
+
<tr>
|
|
387
|
+
<td style="padding:15px">getStoragePolicy(uuid, iapMetadata, callback)</td>
|
|
388
|
+
<td style="padding:15px">Get a existing storage_policy</td>
|
|
389
|
+
<td style="padding:15px">{base_path}/{version}/storage_policies/{pathv1}?{query}</td>
|
|
390
|
+
<td style="padding:15px">Yes</td>
|
|
391
|
+
</tr>
|
|
392
|
+
<tr>
|
|
393
|
+
<td style="padding:15px">postStoragePoliciesComputeCounts(body, iapMetadata, callback)</td>
|
|
394
|
+
<td style="padding:15px">Counts for respective policies.</td>
|
|
395
|
+
<td style="padding:15px">{base_path}/{version}/storage_policies/compute_counts?{query}</td>
|
|
396
|
+
<td style="padding:15px">Yes</td>
|
|
397
|
+
</tr>
|
|
398
|
+
<tr>
|
|
399
|
+
<td style="padding:15px">createReportConfig(body, iapMetadata, callback)</td>
|
|
400
|
+
<td style="padding:15px">Create report config.</td>
|
|
401
|
+
<td style="padding:15px">{base_path}/{version}/report_configs?{query}</td>
|
|
402
|
+
<td style="padding:15px">Yes</td>
|
|
403
|
+
</tr>
|
|
404
|
+
<tr>
|
|
405
|
+
<td style="padding:15px">getAllGeneratedReportInstances(body, iapMetadata, callback)</td>
|
|
406
|
+
<td style="padding:15px">Get the list of all the Generated report instances.</td>
|
|
407
|
+
<td style="padding:15px">{base_path}/{version}/report_instances/list?{query}</td>
|
|
408
|
+
<td style="padding:15px">Yes</td>
|
|
409
|
+
</tr>
|
|
410
|
+
<tr>
|
|
411
|
+
<td style="padding:15px">downloadAResource(type, uuid, iapMetadata, callback)</td>
|
|
412
|
+
<td style="padding:15px">Download a resource.</td>
|
|
413
|
+
<td style="padding:15px">{base_path}/{version}/reports/download/{pathv1}/{pathv2}?{query}</td>
|
|
414
|
+
<td style="padding:15px">Yes</td>
|
|
415
|
+
</tr>
|
|
416
|
+
<tr>
|
|
417
|
+
<td style="padding:15px">updateCommonReportConfig(uuid, body, iapMetadata, callback)</td>
|
|
418
|
+
<td style="padding:15px">Update common report config.</td>
|
|
419
|
+
<td style="padding:15px">{base_path}/{version}/common_report_configs/{pathv1}?{query}</td>
|
|
420
|
+
<td style="padding:15px">Yes</td>
|
|
421
|
+
</tr>
|
|
422
|
+
<tr>
|
|
423
|
+
<td style="padding:15px">getReportConfigs(body, iapMetadata, callback)</td>
|
|
424
|
+
<td style="padding:15px">List the report configs.</td>
|
|
425
|
+
<td style="padding:15px">{base_path}/{version}/report_configs/list?{query}</td>
|
|
426
|
+
<td style="padding:15px">Yes</td>
|
|
427
|
+
</tr>
|
|
428
|
+
<tr>
|
|
429
|
+
<td style="padding:15px">createAReportInstance(body, iapMetadata, callback)</td>
|
|
430
|
+
<td style="padding:15px">Create a report instance.</td>
|
|
431
|
+
<td style="padding:15px">{base_path}/{version}/report_instances?{query}</td>
|
|
432
|
+
<td style="padding:15px">Yes</td>
|
|
433
|
+
</tr>
|
|
434
|
+
<tr>
|
|
435
|
+
<td style="padding:15px">deleteGeneratedReportInstance(uuid, iapMetadata, callback)</td>
|
|
436
|
+
<td style="padding:15px">Delete the generated report instance.</td>
|
|
437
|
+
<td style="padding:15px">{base_path}/{version}/report_instances/{pathv1}?{query}</td>
|
|
438
|
+
<td style="padding:15px">Yes</td>
|
|
439
|
+
</tr>
|
|
440
|
+
<tr>
|
|
441
|
+
<td style="padding:15px">getAReportInstance(uuid, iapMetadata, callback)</td>
|
|
442
|
+
<td style="padding:15px">Get the specified report instance.</td>
|
|
443
|
+
<td style="padding:15px">{base_path}/{version}/report_instances/{pathv1}?{query}</td>
|
|
444
|
+
<td style="padding:15px">Yes</td>
|
|
445
|
+
</tr>
|
|
446
|
+
<tr>
|
|
447
|
+
<td style="padding:15px">uploadAFile(type, body, iapMetadata, callback)</td>
|
|
448
|
+
<td style="padding:15px">Upload a file.</td>
|
|
449
|
+
<td style="padding:15px">{base_path}/{version}/reports/upload/{pathv1}?{query}</td>
|
|
450
|
+
<td style="padding:15px">Yes</td>
|
|
451
|
+
</tr>
|
|
452
|
+
<tr>
|
|
453
|
+
<td style="padding:15px">updateReportConfig(uuid, body, iapMetadata, callback)</td>
|
|
454
|
+
<td style="padding:15px">Update report config.</td>
|
|
455
|
+
<td style="padding:15px">{base_path}/{version}/report_configs/{pathv1}?{query}</td>
|
|
456
|
+
<td style="padding:15px">Yes</td>
|
|
457
|
+
</tr>
|
|
458
|
+
<tr>
|
|
459
|
+
<td style="padding:15px">deleteReportConfig(uuid, iapMetadata, callback)</td>
|
|
460
|
+
<td style="padding:15px">Delete report config.</td>
|
|
461
|
+
<td style="padding:15px">{base_path}/{version}/report_configs/{pathv1}?{query}</td>
|
|
462
|
+
<td style="padding:15px">Yes</td>
|
|
463
|
+
</tr>
|
|
464
|
+
<tr>
|
|
465
|
+
<td style="padding:15px">getReportConfigInfo(uuid, iapMetadata, callback)</td>
|
|
466
|
+
<td style="padding:15px">Get report config information.</td>
|
|
467
|
+
<td style="padding:15px">{base_path}/{version}/report_configs/{pathv1}?{query}</td>
|
|
468
|
+
<td style="padding:15px">Yes</td>
|
|
469
|
+
</tr>
|
|
470
|
+
<tr>
|
|
471
|
+
<td style="padding:15px">emailReports(body, iapMetadata, callback)</td>
|
|
472
|
+
<td style="padding:15px">Email the specified generated reports to specified recipients.</td>
|
|
473
|
+
<td style="padding:15px">{base_path}/{version}/reports/notify?{query}</td>
|
|
474
|
+
<td style="padding:15px">Yes</td>
|
|
475
|
+
</tr>
|
|
476
|
+
<tr>
|
|
477
|
+
<td style="padding:15px">updateExistingIdentityProvider(uuid, body, iapMetadata, callback)</td>
|
|
478
|
+
<td style="padding:15px">Update a existing identity_provider</td>
|
|
479
|
+
<td style="padding:15px">{base_path}/{version}/identity_providers/{pathv1}?{query}</td>
|
|
480
|
+
<td style="padding:15px">Yes</td>
|
|
481
|
+
</tr>
|
|
482
|
+
<tr>
|
|
483
|
+
<td style="padding:15px">deleteExistingIdentityProvider(uuid, iapMetadata, callback)</td>
|
|
484
|
+
<td style="padding:15px">Delete a existing identity_provider</td>
|
|
485
|
+
<td style="padding:15px">{base_path}/{version}/identity_providers/{pathv1}?{query}</td>
|
|
486
|
+
<td style="padding:15px">Yes</td>
|
|
487
|
+
</tr>
|
|
488
|
+
<tr>
|
|
489
|
+
<td style="padding:15px">getExistingIdentityProvider(uuid, iapMetadata, callback)</td>
|
|
490
|
+
<td style="padding:15px">Get a existing identity_provider</td>
|
|
491
|
+
<td style="padding:15px">{base_path}/{version}/identity_providers/{pathv1}?{query}</td>
|
|
492
|
+
<td style="padding:15px">Yes</td>
|
|
493
|
+
</tr>
|
|
494
|
+
<tr>
|
|
495
|
+
<td style="padding:15px">getServiceProviderMetadata(iapMetadata, callback)</td>
|
|
496
|
+
<td style="padding:15px">Endpoint which will give service provider metadata as output</td>
|
|
497
|
+
<td style="padding:15px">{base_path}/{version}/identity_providers/sp_metadata?{query}</td>
|
|
498
|
+
<td style="padding:15px">Yes</td>
|
|
499
|
+
</tr>
|
|
500
|
+
<tr>
|
|
501
|
+
<td style="padding:15px">getIdentityProviders(body, iapMetadata, callback)</td>
|
|
502
|
+
<td style="padding:15px">Get a list of existing identity_provider</td>
|
|
503
|
+
<td style="padding:15px">{base_path}/{version}/identity_providers/list?{query}</td>
|
|
504
|
+
<td style="padding:15px">Yes</td>
|
|
505
|
+
</tr>
|
|
506
|
+
<tr>
|
|
507
|
+
<td style="padding:15px">createIdentityProvider(body, iapMetadata, callback)</td>
|
|
508
|
+
<td style="padding:15px">Create a new identity_provider</td>
|
|
509
|
+
<td style="padding:15px">{base_path}/{version}/identity_providers?{query}</td>
|
|
510
|
+
<td style="padding:15px">Yes</td>
|
|
511
|
+
</tr>
|
|
512
|
+
<tr>
|
|
513
|
+
<td style="padding:15px">createNewOva(body, iapMetadata, callback)</td>
|
|
514
|
+
<td style="padding:15px">Create a new ova</td>
|
|
515
|
+
<td style="padding:15px">{base_path}/{version}/ovas?{query}</td>
|
|
516
|
+
<td style="padding:15px">Yes</td>
|
|
517
|
+
</tr>
|
|
518
|
+
<tr>
|
|
519
|
+
<td style="padding:15px">getVMSpecFromOVA(uuid, ignoreUnknownFields, iapMetadata, callback)</td>
|
|
520
|
+
<td style="padding:15px">Get VM spec from an OVA.</td>
|
|
521
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}/vm_spec?{query}</td>
|
|
522
|
+
<td style="padding:15px">Yes</td>
|
|
523
|
+
</tr>
|
|
524
|
+
<tr>
|
|
525
|
+
<td style="padding:15px">getOVAs(body, iapMetadata, callback)</td>
|
|
526
|
+
<td style="padding:15px">Get a list of existing OVAs</td>
|
|
527
|
+
<td style="padding:15px">{base_path}/{version}/ovas/list?{query}</td>
|
|
528
|
+
<td style="padding:15px">Yes</td>
|
|
529
|
+
</tr>
|
|
530
|
+
<tr>
|
|
531
|
+
<td style="padding:15px">concatenateOVAUploadedFileChunks(uuid, iapMetadata, callback)</td>
|
|
532
|
+
<td style="padding:15px">Concatenate uploaded file chunks of an OVA</td>
|
|
533
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}/chunks/concatenate?{query}</td>
|
|
534
|
+
<td style="padding:15px">Yes</td>
|
|
535
|
+
</tr>
|
|
536
|
+
<tr>
|
|
537
|
+
<td style="padding:15px">updateOVA(uuid, body, iapMetadata, callback)</td>
|
|
538
|
+
<td style="padding:15px">Update name of an existing OVA</td>
|
|
539
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}?{query}</td>
|
|
540
|
+
<td style="padding:15px">Yes</td>
|
|
541
|
+
</tr>
|
|
542
|
+
<tr>
|
|
543
|
+
<td style="padding:15px">deleteOVA(uuid, iapMetadata, callback)</td>
|
|
544
|
+
<td style="padding:15px">Delete a existing OVA</td>
|
|
545
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}?{query}</td>
|
|
546
|
+
<td style="padding:15px">Yes</td>
|
|
547
|
+
</tr>
|
|
548
|
+
<tr>
|
|
549
|
+
<td style="padding:15px">getOVA(uuid, iapMetadata, callback)</td>
|
|
550
|
+
<td style="padding:15px">Get an existing OVA</td>
|
|
551
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}?{query}</td>
|
|
552
|
+
<td style="padding:15px">Yes</td>
|
|
553
|
+
</tr>
|
|
554
|
+
<tr>
|
|
555
|
+
<td style="padding:15px">updateOVADisk(uuid, diskId, iapMetadata, callback)</td>
|
|
556
|
+
<td style="padding:15px">Get an existing disk of an OVA</td>
|
|
557
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}/disks/{pathv2}?{query}</td>
|
|
558
|
+
<td style="padding:15px">Yes</td>
|
|
559
|
+
</tr>
|
|
560
|
+
<tr>
|
|
561
|
+
<td style="padding:15px">uploadOVAFileChunk(uuid, body, iapMetadata, callback)</td>
|
|
562
|
+
<td style="padding:15px">Upload file chunk of an OVA</td>
|
|
563
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}/chunks?{query}</td>
|
|
564
|
+
<td style="padding:15px">Yes</td>
|
|
565
|
+
</tr>
|
|
566
|
+
<tr>
|
|
567
|
+
<td style="padding:15px">uploadOVAFileInfo(uuid, iapMetadata, callback)</td>
|
|
568
|
+
<td style="padding:15px">Uploaded OVA file info</td>
|
|
569
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}/chunks?{query}</td>
|
|
570
|
+
<td style="padding:15px">Yes</td>
|
|
571
|
+
</tr>
|
|
572
|
+
<tr>
|
|
573
|
+
<td style="padding:15px">getOVAContents(uuid, iapMetadata, callback)</td>
|
|
574
|
+
<td style="padding:15px">Get OVA Contents</td>
|
|
575
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}/file?{query}</td>
|
|
576
|
+
<td style="padding:15px">Yes</td>
|
|
577
|
+
</tr>
|
|
578
|
+
<tr>
|
|
579
|
+
<td style="padding:15px">getOVADisks(uuid, iapMetadata, callback)</td>
|
|
580
|
+
<td style="padding:15px">Gets a list of existing disks of an OVA</td>
|
|
581
|
+
<td style="padding:15px">{base_path}/{version}/ovas/{pathv1}/disks?{query}</td>
|
|
582
|
+
<td style="padding:15px">Yes</td>
|
|
583
|
+
</tr>
|
|
584
|
+
<tr>
|
|
585
|
+
<td style="padding:15px">downloadVendorDeviceConfigurationSteps(uuid, name, version, iapMetadata, callback)</td>
|
|
586
|
+
<td style="padding:15px">Download vendor device configuration steps.</td>
|
|
587
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections/{pathv1}/vendor_config/{pathv2}/{pathv3}?{query}</td>
|
|
588
|
+
<td style="padding:15px">Yes</td>
|
|
589
|
+
</tr>
|
|
590
|
+
<tr>
|
|
591
|
+
<td style="padding:15px">getVendorDevices(uuid, iapMetadata, callback)</td>
|
|
592
|
+
<td style="padding:15px">Vendor devices for which configuration steps can be downloaded.</td>
|
|
593
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections/{pathv1}/vendor_config?{query}</td>
|
|
594
|
+
<td style="padding:15px">Yes</td>
|
|
595
|
+
</tr>
|
|
596
|
+
<tr>
|
|
597
|
+
<td style="padding:15px">updateAVpnConnection(uuid, body, iapMetadata, callback)</td>
|
|
598
|
+
<td style="padding:15px">Update a existing vpn_connection</td>
|
|
599
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections/{pathv1}?{query}</td>
|
|
600
|
+
<td style="padding:15px">Yes</td>
|
|
601
|
+
</tr>
|
|
602
|
+
<tr>
|
|
603
|
+
<td style="padding:15px">deleteAVpnConnection(uuid, iapMetadata, callback)</td>
|
|
604
|
+
<td style="padding:15px">Delete a existing vpn_connection</td>
|
|
605
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections/{pathv1}?{query}</td>
|
|
606
|
+
<td style="padding:15px">Yes</td>
|
|
607
|
+
</tr>
|
|
608
|
+
<tr>
|
|
609
|
+
<td style="padding:15px">getAVpnConnection(uuid, iapMetadata, callback)</td>
|
|
610
|
+
<td style="padding:15px">Get a existing vpn_connection</td>
|
|
611
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections/{pathv1}?{query}</td>
|
|
612
|
+
<td style="padding:15px">Yes</td>
|
|
613
|
+
</tr>
|
|
614
|
+
<tr>
|
|
615
|
+
<td style="padding:15px">getVpncConnections(body, iapMetadata, callback)</td>
|
|
616
|
+
<td style="padding:15px">Get a list of existing vpn_connections</td>
|
|
617
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections/list?{query}</td>
|
|
618
|
+
<td style="padding:15px">Yes</td>
|
|
619
|
+
</tr>
|
|
620
|
+
<tr>
|
|
621
|
+
<td style="padding:15px">createAVpnConnection(body, iapMetadata, callback)</td>
|
|
622
|
+
<td style="padding:15px">Create a new vpn_connection</td>
|
|
623
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections?{query}</td>
|
|
624
|
+
<td style="padding:15px">Yes</td>
|
|
625
|
+
</tr>
|
|
626
|
+
<tr>
|
|
627
|
+
<td style="padding:15px">getVpnConnectionsUuidVendorConfigName(uuid, name, iapMetadata, callback)</td>
|
|
628
|
+
<td style="padding:15px">Download vendor device configuration steps.</td>
|
|
629
|
+
<td style="padding:15px">{base_path}/{version}/vpn_connections/{pathv1}/vendor_config/{pathv2}?{query}</td>
|
|
630
|
+
<td style="padding:15px">Yes</td>
|
|
631
|
+
</tr>
|
|
632
|
+
<tr>
|
|
633
|
+
<td style="padding:15px">updateAServiceGroup(uuid, body, iapMetadata, callback)</td>
|
|
634
|
+
<td style="padding:15px">Update a existing service_group</td>
|
|
635
|
+
<td style="padding:15px">{base_path}/{version}/service_groups/{pathv1}?{query}</td>
|
|
636
|
+
<td style="padding:15px">Yes</td>
|
|
637
|
+
</tr>
|
|
638
|
+
<tr>
|
|
639
|
+
<td style="padding:15px">deleteAServiceGroup(uuid, iapMetadata, callback)</td>
|
|
640
|
+
<td style="padding:15px">Delete a existing service_group</td>
|
|
641
|
+
<td style="padding:15px">{base_path}/{version}/service_groups/{pathv1}?{query}</td>
|
|
642
|
+
<td style="padding:15px">Yes</td>
|
|
643
|
+
</tr>
|
|
644
|
+
<tr>
|
|
645
|
+
<td style="padding:15px">getAServiceGroup(uuid, iapMetadata, callback)</td>
|
|
646
|
+
<td style="padding:15px">Get a existing service_group</td>
|
|
647
|
+
<td style="padding:15px">{base_path}/{version}/service_groups/{pathv1}?{query}</td>
|
|
648
|
+
<td style="padding:15px">Yes</td>
|
|
649
|
+
</tr>
|
|
650
|
+
<tr>
|
|
651
|
+
<td style="padding:15px">createAServiceGroup(body, iapMetadata, callback)</td>
|
|
652
|
+
<td style="padding:15px">Create a new service_group</td>
|
|
653
|
+
<td style="padding:15px">{base_path}/{version}/service_groups?{query}</td>
|
|
654
|
+
<td style="padding:15px">Yes</td>
|
|
655
|
+
</tr>
|
|
656
|
+
<tr>
|
|
657
|
+
<td style="padding:15px">getServiceGroups(body, iapMetadata, callback)</td>
|
|
658
|
+
<td style="padding:15px">List the service groups</td>
|
|
659
|
+
<td style="padding:15px">{base_path}/{version}/service_groups/list?{query}</td>
|
|
660
|
+
<td style="padding:15px">Yes</td>
|
|
661
|
+
</tr>
|
|
662
|
+
<tr>
|
|
663
|
+
<td style="padding:15px">searchUserOrGroupInDirectoryService(uuid, body, iapMetadata, callback)</td>
|
|
664
|
+
<td style="padding:15px">Search user or group in the directory service.</td>
|
|
665
|
+
<td style="padding:15px">{base_path}/{version}/directory_services/{pathv1}/search?{query}</td>
|
|
666
|
+
<td style="padding:15px">Yes</td>
|
|
667
|
+
</tr>
|
|
668
|
+
<tr>
|
|
669
|
+
<td style="padding:15px">getDirectoryServiceConfigurations(body, iapMetadata, callback)</td>
|
|
670
|
+
<td style="padding:15px">Get a list of existing directory service configurations</td>
|
|
671
|
+
<td style="padding:15px">{base_path}/{version}/directory_services/list?{query}</td>
|
|
672
|
+
<td style="padding:15px">Yes</td>
|
|
673
|
+
</tr>
|
|
674
|
+
<tr>
|
|
675
|
+
<td style="padding:15px">updateADirectoryServiceConfiguration(uuid, body, iapMetadata, callback)</td>
|
|
676
|
+
<td style="padding:15px">Update a existing directory service configuration</td>
|
|
677
|
+
<td style="padding:15px">{base_path}/{version}/directory_services/{pathv1}?{query}</td>
|
|
678
|
+
<td style="padding:15px">Yes</td>
|
|
679
|
+
</tr>
|
|
680
|
+
<tr>
|
|
681
|
+
<td style="padding:15px">deleteADirectoryServiceConfiguration(uuid, iapMetadata, callback)</td>
|
|
682
|
+
<td style="padding:15px">Delete a existing directory service configuration</td>
|
|
683
|
+
<td style="padding:15px">{base_path}/{version}/directory_services/{pathv1}?{query}</td>
|
|
684
|
+
<td style="padding:15px">Yes</td>
|
|
685
|
+
</tr>
|
|
686
|
+
<tr>
|
|
687
|
+
<td style="padding:15px">getADirectoryServiceConfiguration(uuid, iapMetadata, callback)</td>
|
|
688
|
+
<td style="padding:15px">Get a existing directory service configuration</td>
|
|
689
|
+
<td style="padding:15px">{base_path}/{version}/directory_services/{pathv1}?{query}</td>
|
|
690
|
+
<td style="padding:15px">Yes</td>
|
|
691
|
+
</tr>
|
|
692
|
+
<tr>
|
|
693
|
+
<td style="padding:15px">createADirectoryServiceConfiguration(body, iapMetadata, callback)</td>
|
|
694
|
+
<td style="padding:15px">Create a new directory service configuration</td>
|
|
695
|
+
<td style="padding:15px">{base_path}/{version}/directory_services?{query}</td>
|
|
696
|
+
<td style="padding:15px">Yes</td>
|
|
697
|
+
</tr>
|
|
698
|
+
<tr>
|
|
699
|
+
<td style="padding:15px">getVMHostAffinityLegacyPolicies(body, iapMetadata, callback)</td>
|
|
700
|
+
<td style="padding:15px">Get a list of existing VM Host Affinity Legacy Policies</td>
|
|
701
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_legacy_policies/list?{query}</td>
|
|
702
|
+
<td style="padding:15px">Yes</td>
|
|
703
|
+
</tr>
|
|
704
|
+
<tr>
|
|
705
|
+
<td style="padding:15px">deleteVMHostAffinityLegacyPolicy(uuid, iapMetadata, callback)</td>
|
|
706
|
+
<td style="padding:15px">Delete a existing VM Host Affinity Legacy Policy</td>
|
|
707
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_legacy_policies/{pathv1}?{query}</td>
|
|
708
|
+
<td style="padding:15px">Yes</td>
|
|
709
|
+
</tr>
|
|
710
|
+
<tr>
|
|
711
|
+
<td style="padding:15px">createVMResetRequest(uuid, body, iapMetadata, callback)</td>
|
|
712
|
+
<td style="padding:15px">Create a VM reset request.</td>
|
|
713
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/reset?{query}</td>
|
|
714
|
+
<td style="padding:15px">Yes</td>
|
|
715
|
+
</tr>
|
|
716
|
+
<tr>
|
|
717
|
+
<td style="padding:15px">resumeReplicationForVM(uuid, iapMetadata, callback)</td>
|
|
718
|
+
<td style="padding:15px">Resume the replication for the VM.</td>
|
|
719
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/resume_replication?{query}</td>
|
|
720
|
+
<td style="padding:15px">Yes</td>
|
|
721
|
+
</tr>
|
|
722
|
+
<tr>
|
|
723
|
+
<td style="padding:15px">createAVMPowerCycleRequest(uuid, body, iapMetadata, callback)</td>
|
|
724
|
+
<td style="padding:15px">Create a VM power_cycle request.</td>
|
|
725
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/power_cycle?{query}</td>
|
|
726
|
+
<td style="padding:15px">Yes</td>
|
|
727
|
+
</tr>
|
|
728
|
+
<tr>
|
|
729
|
+
<td style="padding:15px">pauseReplicationForVM(uuid, iapMetadata, callback)</td>
|
|
730
|
+
<td style="padding:15px">Pause the replication for the VM.</td>
|
|
731
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/pause_replication?{query}</td>
|
|
732
|
+
<td style="padding:15px">Yes</td>
|
|
733
|
+
</tr>
|
|
734
|
+
<tr>
|
|
735
|
+
<td style="padding:15px">getVMs(body, iapMetadata, callback)</td>
|
|
736
|
+
<td style="padding:15px">Get a list of existing VMs</td>
|
|
737
|
+
<td style="padding:15px">{base_path}/{version}/vms/list?{query}</td>
|
|
738
|
+
<td style="padding:15px">Yes</td>
|
|
739
|
+
</tr>
|
|
740
|
+
<tr>
|
|
741
|
+
<td style="padding:15px">createAVMAcpiShutdownRequest(uuid, body, iapMetadata, callback)</td>
|
|
742
|
+
<td style="padding:15px">Create a VM acpi_shutdown request.</td>
|
|
743
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/acpi_shutdown?{query}</td>
|
|
744
|
+
<td style="padding:15px">Yes</td>
|
|
745
|
+
</tr>
|
|
746
|
+
<tr>
|
|
747
|
+
<td style="padding:15px">cloneAVM(uuid, body, iapMetadata, callback)</td>
|
|
748
|
+
<td style="padding:15px">Clone a vm.</td>
|
|
749
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/clone?{query}</td>
|
|
750
|
+
<td style="padding:15px">Yes</td>
|
|
751
|
+
</tr>
|
|
752
|
+
<tr>
|
|
753
|
+
<td style="padding:15px">updateAVM(uuid, body, iapMetadata, callback)</td>
|
|
754
|
+
<td style="padding:15px">Update an existing VM</td>
|
|
755
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}?{query}</td>
|
|
756
|
+
<td style="padding:15px">Yes</td>
|
|
757
|
+
</tr>
|
|
758
|
+
<tr>
|
|
759
|
+
<td style="padding:15px">deleteAVM(uuid, iapMetadata, callback)</td>
|
|
760
|
+
<td style="padding:15px">Delete an existing VM</td>
|
|
761
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}?{query}</td>
|
|
762
|
+
<td style="padding:15px">Yes</td>
|
|
763
|
+
</tr>
|
|
764
|
+
<tr>
|
|
765
|
+
<td style="padding:15px">getAVM(uuid, iapMetadata, callback)</td>
|
|
766
|
+
<td style="padding:15px">Get an existing VM</td>
|
|
767
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}?{query}</td>
|
|
768
|
+
<td style="padding:15px">Yes</td>
|
|
769
|
+
</tr>
|
|
770
|
+
<tr>
|
|
771
|
+
<td style="padding:15px">migrateVMDisks(uuid, body, iapMetadata, callback)</td>
|
|
772
|
+
<td style="padding:15px">Migrate disks to a different container</td>
|
|
773
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/migrate_disks?{query}</td>
|
|
774
|
+
<td style="padding:15px">Yes</td>
|
|
775
|
+
</tr>
|
|
776
|
+
<tr>
|
|
777
|
+
<td style="padding:15px">requestIPAddressesForNICsWithUUIDs(uuid, body, iapMetadata, callback)</td>
|
|
778
|
+
<td style="padding:15px">Request IP addresses for NICs with the given UUIDs.</td>
|
|
779
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/update_ip?{query}</td>
|
|
780
|
+
<td style="padding:15px">Yes</td>
|
|
781
|
+
</tr>
|
|
782
|
+
<tr>
|
|
783
|
+
<td style="padding:15px">createOVAObject(uuid, body, iapMetadata, callback)</td>
|
|
784
|
+
<td style="padding:15px">Create an OVA object.</td>
|
|
785
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/export?{query}</td>
|
|
786
|
+
<td style="padding:15px">Yes</td>
|
|
787
|
+
</tr>
|
|
788
|
+
<tr>
|
|
789
|
+
<td style="padding:15px">createVMAcpiRebootRequest(uuid, body, iapMetadata, callback)</td>
|
|
790
|
+
<td style="padding:15px">Create a VM acpi_reboot request.</td>
|
|
791
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/acpi_reboot?{query}</td>
|
|
792
|
+
<td style="padding:15px">Yes</td>
|
|
793
|
+
</tr>
|
|
794
|
+
<tr>
|
|
795
|
+
<td style="padding:15px">createVMGuestShutdownRequest(uuid, body, iapMetadata, callback)</td>
|
|
796
|
+
<td style="padding:15px">Create a VM guest_shutdown request.</td>
|
|
797
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/guest_shutdown?{query}</td>
|
|
798
|
+
<td style="padding:15px">Yes</td>
|
|
799
|
+
</tr>
|
|
800
|
+
<tr>
|
|
801
|
+
<td style="padding:15px">releaseIPAddressesForNICsForVMNICUUIDs(uuid, body, iapMetadata, callback)</td>
|
|
802
|
+
<td style="padding:15px">Release IP addresses for NICs for the given VM NIC UUIDs.</td>
|
|
803
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/release_ip?{query}</td>
|
|
804
|
+
<td style="padding:15px">Yes</td>
|
|
805
|
+
</tr>
|
|
806
|
+
<tr>
|
|
807
|
+
<td style="padding:15px">createVM(body, iapMetadata, callback)</td>
|
|
808
|
+
<td style="padding:15px">Create a new VM</td>
|
|
809
|
+
<td style="padding:15px">{base_path}/{version}/vms?{query}</td>
|
|
810
|
+
<td style="padding:15px">Yes</td>
|
|
811
|
+
</tr>
|
|
812
|
+
<tr>
|
|
813
|
+
<td style="padding:15px">createVMGuestRebootRequest(uuid, body, iapMetadata, callback)</td>
|
|
814
|
+
<td style="padding:15px">Create a VM guest_reboot request.</td>
|
|
815
|
+
<td style="padding:15px">{base_path}/{version}/vms/{pathv1}/guest_reboot?{query}</td>
|
|
816
|
+
<td style="padding:15px">Yes</td>
|
|
817
|
+
</tr>
|
|
818
|
+
<tr>
|
|
819
|
+
<td style="padding:15px">createNewProject(body, iapMetadata, callback)</td>
|
|
820
|
+
<td style="padding:15px">Create a new Project</td>
|
|
821
|
+
<td style="padding:15px">{base_path}/{version}/projects?{query}</td>
|
|
822
|
+
<td style="padding:15px">Yes</td>
|
|
823
|
+
</tr>
|
|
824
|
+
<tr>
|
|
825
|
+
<td style="padding:15px">updateAProject(uuid, body, iapMetadata, callback)</td>
|
|
826
|
+
<td style="padding:15px">Update a existing Project</td>
|
|
827
|
+
<td style="padding:15px">{base_path}/{version}/projects/{pathv1}?{query}</td>
|
|
828
|
+
<td style="padding:15px">Yes</td>
|
|
829
|
+
</tr>
|
|
830
|
+
<tr>
|
|
831
|
+
<td style="padding:15px">deleteAProject(uuid, iapMetadata, callback)</td>
|
|
832
|
+
<td style="padding:15px">Delete a existing Project</td>
|
|
833
|
+
<td style="padding:15px">{base_path}/{version}/projects/{pathv1}?{query}</td>
|
|
834
|
+
<td style="padding:15px">Yes</td>
|
|
835
|
+
</tr>
|
|
836
|
+
<tr>
|
|
837
|
+
<td style="padding:15px">getAProject(uuid, iapMetadata, callback)</td>
|
|
838
|
+
<td style="padding:15px">Get a existing Project</td>
|
|
839
|
+
<td style="padding:15px">{base_path}/{version}/projects/{pathv1}?{query}</td>
|
|
840
|
+
<td style="padding:15px">Yes</td>
|
|
841
|
+
</tr>
|
|
842
|
+
<tr>
|
|
843
|
+
<td style="padding:15px">getProjects(body, iapMetadata, callback)</td>
|
|
844
|
+
<td style="padding:15px">Get a list of existing Projects</td>
|
|
845
|
+
<td style="padding:15px">{base_path}/{version}/projects/list?{query}</td>
|
|
846
|
+
<td style="padding:15px">Yes</td>
|
|
847
|
+
</tr>
|
|
848
|
+
<tr>
|
|
849
|
+
<td style="padding:15px">updateImagePlacementPolicy(uuid, body, iapMetadata, callback)</td>
|
|
850
|
+
<td style="padding:15px">Update a existing image_placement_policy</td>
|
|
851
|
+
<td style="padding:15px">{base_path}/{version}/images/placement_policies/{pathv1}?{query}</td>
|
|
852
|
+
<td style="padding:15px">Yes</td>
|
|
853
|
+
</tr>
|
|
854
|
+
<tr>
|
|
855
|
+
<td style="padding:15px">deleteImagePlacementPolicy(uuid, iapMetadata, callback)</td>
|
|
856
|
+
<td style="padding:15px">Delete a existing image_placement_policy</td>
|
|
857
|
+
<td style="padding:15px">{base_path}/{version}/images/placement_policies/{pathv1}?{query}</td>
|
|
858
|
+
<td style="padding:15px">Yes</td>
|
|
859
|
+
</tr>
|
|
860
|
+
<tr>
|
|
861
|
+
<td style="padding:15px">getImagePlacementPolicy(uuid, iapMetadata, callback)</td>
|
|
862
|
+
<td style="padding:15px">Get a existing image_placement_policy</td>
|
|
863
|
+
<td style="padding:15px">{base_path}/{version}/images/placement_policies/{pathv1}?{query}</td>
|
|
864
|
+
<td style="padding:15px">Yes</td>
|
|
865
|
+
</tr>
|
|
866
|
+
<tr>
|
|
867
|
+
<td style="padding:15px">createAnImagePlacementPolicy(body, iapMetadata, callback)</td>
|
|
868
|
+
<td style="padding:15px">Create a new image_placement_policy</td>
|
|
869
|
+
<td style="padding:15px">{base_path}/{version}/images/placement_policies?{query}</td>
|
|
870
|
+
<td style="padding:15px">Yes</td>
|
|
871
|
+
</tr>
|
|
872
|
+
<tr>
|
|
873
|
+
<td style="padding:15px">getImagePlacementPolicies(body, iapMetadata, callback)</td>
|
|
874
|
+
<td style="padding:15px">Get a list of existing image_placement_policies</td>
|
|
875
|
+
<td style="padding:15px">{base_path}/{version}/images/placement_policies/list?{query}</td>
|
|
876
|
+
<td style="padding:15px">Yes</td>
|
|
877
|
+
</tr>
|
|
878
|
+
<tr>
|
|
879
|
+
<td style="padding:15px">getRemoteSyslogserversOnAllPEs(iapMetadata, callback)</td>
|
|
880
|
+
<td style="padding:15px">Remote Syslog servers configured on all PEs registered to PC.</td>
|
|
881
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_servers/cluster_rsyslog_servers?{query}</td>
|
|
882
|
+
<td style="padding:15px">Yes</td>
|
|
883
|
+
</tr>
|
|
884
|
+
<tr>
|
|
885
|
+
<td style="padding:15px">getRemoteSyslogServersWithOptions(body, iapMetadata, callback)</td>
|
|
886
|
+
<td style="padding:15px">Get a list of existing Remote Syslog servers</td>
|
|
887
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_servers/list?{query}</td>
|
|
888
|
+
<td style="padding:15px">Yes</td>
|
|
889
|
+
</tr>
|
|
890
|
+
<tr>
|
|
891
|
+
<td style="padding:15px">createARemoteSyslogServer(body, iapMetadata, callback)</td>
|
|
892
|
+
<td style="padding:15px">Create a new Remote Syslog server</td>
|
|
893
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_servers?{query}</td>
|
|
894
|
+
<td style="padding:15px">Yes</td>
|
|
895
|
+
</tr>
|
|
896
|
+
<tr>
|
|
897
|
+
<td style="padding:15px">updateARemoteSyslogServer(uuid, body, iapMetadata, callback)</td>
|
|
898
|
+
<td style="padding:15px">Update a existing Remote Syslog server</td>
|
|
899
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_servers/{pathv1}?{query}</td>
|
|
900
|
+
<td style="padding:15px">Yes</td>
|
|
901
|
+
</tr>
|
|
902
|
+
<tr>
|
|
903
|
+
<td style="padding:15px">deleteARemoteSyslogServer(uuid, iapMetadata, callback)</td>
|
|
904
|
+
<td style="padding:15px">Delete a existing Remote Syslog server</td>
|
|
905
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_servers/{pathv1}?{query}</td>
|
|
906
|
+
<td style="padding:15px">Yes</td>
|
|
907
|
+
</tr>
|
|
908
|
+
<tr>
|
|
909
|
+
<td style="padding:15px">getARemoteSyslogServer(uuid, iapMetadata, callback)</td>
|
|
910
|
+
<td style="padding:15px">Get a existing Remote Syslog server</td>
|
|
911
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_servers/{pathv1}?{query}</td>
|
|
912
|
+
<td style="padding:15px">Yes</td>
|
|
913
|
+
</tr>
|
|
914
|
+
<tr>
|
|
915
|
+
<td style="padding:15px">getVMHostAffinityPolicyVMs(uuid, status, body, iapMetadata, callback)</td>
|
|
916
|
+
<td style="padding:15px">Information about the VMs which are part of VM Host Affinity Policy</td>
|
|
917
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_policies/{pathv1}/vms_list?{query}</td>
|
|
918
|
+
<td style="padding:15px">Yes</td>
|
|
919
|
+
</tr>
|
|
920
|
+
<tr>
|
|
921
|
+
<td style="padding:15px">reenforceVMHostAffinityPolicyForAllApplicableVMs(uuid, iapMetadata, callback)</td>
|
|
922
|
+
<td style="padding:15px">Re-enforce VM Host Affinity Policy for all the applicable VMs</td>
|
|
923
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_policies/{pathv1}/re_enforce?{query}</td>
|
|
924
|
+
<td style="padding:15px">Yes</td>
|
|
925
|
+
</tr>
|
|
926
|
+
<tr>
|
|
927
|
+
<td style="padding:15px">createAVMHostAffinityPolicy(body, iapMetadata, callback)</td>
|
|
928
|
+
<td style="padding:15px">Create a new VM Host Affinity Policy</td>
|
|
929
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_policies?{query}</td>
|
|
930
|
+
<td style="padding:15px">Yes</td>
|
|
931
|
+
</tr>
|
|
932
|
+
<tr>
|
|
933
|
+
<td style="padding:15px">getVMHostAffinityPolicies(includeVmsHostsCount, body, iapMetadata, callback)</td>
|
|
934
|
+
<td style="padding:15px">Get a list of existing VM Host Affinity Policies</td>
|
|
935
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_policies/list?{query}</td>
|
|
936
|
+
<td style="padding:15px">Yes</td>
|
|
937
|
+
</tr>
|
|
938
|
+
<tr>
|
|
939
|
+
<td style="padding:15px">updateAVMHostAffinityPolicy(uuid, body, iapMetadata, callback)</td>
|
|
940
|
+
<td style="padding:15px">Update a existing VM Host Affinity Policy</td>
|
|
941
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_policies/{pathv1}?{query}</td>
|
|
942
|
+
<td style="padding:15px">Yes</td>
|
|
943
|
+
</tr>
|
|
944
|
+
<tr>
|
|
945
|
+
<td style="padding:15px">deleteAVMHostAffinityPolicy(uuid, iapMetadata, callback)</td>
|
|
946
|
+
<td style="padding:15px">Delete a existing VM Host Affinity Policy</td>
|
|
947
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_policies/{pathv1}?{query}</td>
|
|
948
|
+
<td style="padding:15px">Yes</td>
|
|
949
|
+
</tr>
|
|
950
|
+
<tr>
|
|
951
|
+
<td style="padding:15px">getAVMHostAffinityPolicy(uuid, includeVmsHostsCount, iapMetadata, callback)</td>
|
|
952
|
+
<td style="padding:15px">Get a existing VM Host Affinity Policy</td>
|
|
953
|
+
<td style="padding:15px">{base_path}/{version}/vm_host_affinity_policies/{pathv1}?{query}</td>
|
|
954
|
+
<td style="padding:15px">Yes</td>
|
|
955
|
+
</tr>
|
|
956
|
+
<tr>
|
|
957
|
+
<td style="padding:15px">clearAllRoutingPolicyCounters(uuid, iapMetadata, callback)</td>
|
|
958
|
+
<td style="padding:15px">Clear all routing policy counters.</td>
|
|
959
|
+
<td style="padding:15px">{base_path}/{version}/vpcs/{pathv1}/routing_policies/reset_counters?{query}</td>
|
|
960
|
+
<td style="padding:15px">Yes</td>
|
|
961
|
+
</tr>
|
|
962
|
+
<tr>
|
|
963
|
+
<td style="padding:15px">clearRoutingPolicyCounters(uuid, iapMetadata, callback)</td>
|
|
964
|
+
<td style="padding:15px">Clear routing policy counters.</td>
|
|
965
|
+
<td style="padding:15px">{base_path}/{version}/routing_policies/{pathv1}/reset_counters?{query}</td>
|
|
966
|
+
<td style="padding:15px">Yes</td>
|
|
967
|
+
</tr>
|
|
968
|
+
<tr>
|
|
969
|
+
<td style="padding:15px">updateRoutingPolicy(uuid, body, iapMetadata, callback)</td>
|
|
970
|
+
<td style="padding:15px">Update a existing routing_policy</td>
|
|
971
|
+
<td style="padding:15px">{base_path}/{version}/routing_policies/{pathv1}?{query}</td>
|
|
972
|
+
<td style="padding:15px">Yes</td>
|
|
973
|
+
</tr>
|
|
974
|
+
<tr>
|
|
975
|
+
<td style="padding:15px">deleteRoutingPolicy(uuid, iapMetadata, callback)</td>
|
|
976
|
+
<td style="padding:15px">Delete a existing routing_policy</td>
|
|
977
|
+
<td style="padding:15px">{base_path}/{version}/routing_policies/{pathv1}?{query}</td>
|
|
978
|
+
<td style="padding:15px">Yes</td>
|
|
979
|
+
</tr>
|
|
980
|
+
<tr>
|
|
981
|
+
<td style="padding:15px">getARoutingPolicy(uuid, iapMetadata, callback)</td>
|
|
982
|
+
<td style="padding:15px">Get a existing routing_policy</td>
|
|
983
|
+
<td style="padding:15px">{base_path}/{version}/routing_policies/{pathv1}?{query}</td>
|
|
984
|
+
<td style="padding:15px">Yes</td>
|
|
985
|
+
</tr>
|
|
986
|
+
<tr>
|
|
987
|
+
<td style="padding:15px">getRoutingPolicies(body, iapMetadata, callback)</td>
|
|
988
|
+
<td style="padding:15px">Get a list of existing routing_policies</td>
|
|
989
|
+
<td style="padding:15px">{base_path}/{version}/routing_policies/list?{query}</td>
|
|
990
|
+
<td style="padding:15px">Yes</td>
|
|
991
|
+
</tr>
|
|
992
|
+
<tr>
|
|
993
|
+
<td style="padding:15px">createARoutingPolicy(body, iapMetadata, callback)</td>
|
|
994
|
+
<td style="padding:15px">Create a new routing_policy</td>
|
|
995
|
+
<td style="padding:15px">{base_path}/{version}/routing_policies?{query}</td>
|
|
996
|
+
<td style="padding:15px">Yes</td>
|
|
997
|
+
</tr>
|
|
998
|
+
<tr>
|
|
999
|
+
<td style="padding:15px">createNewVpnGateway(body, iapMetadata, callback)</td>
|
|
1000
|
+
<td style="padding:15px">Create a new vpn_gateway</td>
|
|
1001
|
+
<td style="padding:15px">{base_path}/{version}/vpn_gateways?{query}</td>
|
|
1002
|
+
<td style="padding:15px">Yes</td>
|
|
1003
|
+
</tr>
|
|
1004
|
+
<tr>
|
|
1005
|
+
<td style="padding:15px">updateAVpnGateway(uuid, body, iapMetadata, callback)</td>
|
|
1006
|
+
<td style="padding:15px">Update a existing vpn_gateway</td>
|
|
1007
|
+
<td style="padding:15px">{base_path}/{version}/vpn_gateways/{pathv1}?{query}</td>
|
|
1008
|
+
<td style="padding:15px">Yes</td>
|
|
1009
|
+
</tr>
|
|
1010
|
+
<tr>
|
|
1011
|
+
<td style="padding:15px">deleteAVpnGateway(uuid, iapMetadata, callback)</td>
|
|
1012
|
+
<td style="padding:15px">Delete a existing vpn_gateway</td>
|
|
1013
|
+
<td style="padding:15px">{base_path}/{version}/vpn_gateways/{pathv1}?{query}</td>
|
|
1014
|
+
<td style="padding:15px">Yes</td>
|
|
1015
|
+
</tr>
|
|
1016
|
+
<tr>
|
|
1017
|
+
<td style="padding:15px">getAVpnGateway(uuid, iapMetadata, callback)</td>
|
|
1018
|
+
<td style="padding:15px">Get a existing vpn_gateway</td>
|
|
1019
|
+
<td style="padding:15px">{base_path}/{version}/vpn_gateways/{pathv1}?{query}</td>
|
|
1020
|
+
<td style="padding:15px">Yes</td>
|
|
1021
|
+
</tr>
|
|
1022
|
+
<tr>
|
|
1023
|
+
<td style="padding:15px">getVpnGateways(body, iapMetadata, callback)</td>
|
|
1024
|
+
<td style="padding:15px">Get a list of existing vpn_gateways</td>
|
|
1025
|
+
<td style="padding:15px">{base_path}/{version}/vpn_gateways/list?{query}</td>
|
|
1026
|
+
<td style="padding:15px">Yes</td>
|
|
1027
|
+
</tr>
|
|
1028
|
+
<tr>
|
|
1029
|
+
<td style="padding:15px">createARole(body, iapMetadata, callback)</td>
|
|
1030
|
+
<td style="padding:15px">Create a role.</td>
|
|
1031
|
+
<td style="padding:15px">{base_path}/{version}/roles?{query}</td>
|
|
1032
|
+
<td style="padding:15px">Yes</td>
|
|
1033
|
+
</tr>
|
|
1034
|
+
<tr>
|
|
1035
|
+
<td style="padding:15px">updateARole(uuid, body, iapMetadata, callback)</td>
|
|
1036
|
+
<td style="padding:15px">Update a role.</td>
|
|
1037
|
+
<td style="padding:15px">{base_path}/{version}/roles/{pathv1}?{query}</td>
|
|
1038
|
+
<td style="padding:15px">Yes</td>
|
|
1039
|
+
</tr>
|
|
1040
|
+
<tr>
|
|
1041
|
+
<td style="padding:15px">deleteARole(uuid, iapMetadata, callback)</td>
|
|
1042
|
+
<td style="padding:15px">Delete a role.</td>
|
|
1043
|
+
<td style="padding:15px">{base_path}/{version}/roles/{pathv1}?{query}</td>
|
|
1044
|
+
<td style="padding:15px">Yes</td>
|
|
1045
|
+
</tr>
|
|
1046
|
+
<tr>
|
|
1047
|
+
<td style="padding:15px">getARole(uuid, iapMetadata, callback)</td>
|
|
1048
|
+
<td style="padding:15px">Get a role.</td>
|
|
1049
|
+
<td style="padding:15px">{base_path}/{version}/roles/{pathv1}?{query}</td>
|
|
1050
|
+
<td style="padding:15px">Yes</td>
|
|
1051
|
+
</tr>
|
|
1052
|
+
<tr>
|
|
1053
|
+
<td style="padding:15px">getRoles(body, iapMetadata, callback)</td>
|
|
1054
|
+
<td style="padding:15px">List the roles.</td>
|
|
1055
|
+
<td style="padding:15px">{base_path}/{version}/roles/list?{query}</td>
|
|
1056
|
+
<td style="padding:15px">Yes</td>
|
|
1057
|
+
</tr>
|
|
1058
|
+
<tr>
|
|
1059
|
+
<td style="padding:15px">getAuditList(body, iapMetadata, callback)</td>
|
|
1060
|
+
<td style="padding:15px">Get a list of existing audit</td>
|
|
1061
|
+
<td style="padding:15px">{base_path}/{version}/audits/list?{query}</td>
|
|
1062
|
+
<td style="padding:15px">Yes</td>
|
|
1063
|
+
</tr>
|
|
1064
|
+
<tr>
|
|
1065
|
+
<td style="padding:15px">getAudit(uuid, iapMetadata, callback)</td>
|
|
1066
|
+
<td style="padding:15px">Get a existing audit</td>
|
|
1067
|
+
<td style="padding:15px">{base_path}/{version}/audits/{pathv1}?{query}</td>
|
|
1068
|
+
<td style="padding:15px">Yes</td>
|
|
1069
|
+
</tr>
|
|
1070
|
+
<tr>
|
|
1071
|
+
<td style="padding:15px">getAccessControlPolicies(body, iapMetadata, callback)</td>
|
|
1072
|
+
<td style="padding:15px">Get a list of existing Access Control Policies</td>
|
|
1073
|
+
<td style="padding:15px">{base_path}/{version}/access_control_policies/list?{query}</td>
|
|
1074
|
+
<td style="padding:15px">Yes</td>
|
|
1075
|
+
</tr>
|
|
1076
|
+
<tr>
|
|
1077
|
+
<td style="padding:15px">updateAnAccessControlPolicy(uuid, body, iapMetadata, callback)</td>
|
|
1078
|
+
<td style="padding:15px">Update a existing Access Control Policy</td>
|
|
1079
|
+
<td style="padding:15px">{base_path}/{version}/access_control_policies/{pathv1}?{query}</td>
|
|
1080
|
+
<td style="padding:15px">Yes</td>
|
|
1081
|
+
</tr>
|
|
1082
|
+
<tr>
|
|
1083
|
+
<td style="padding:15px">deleteAnAccessControlPolicy(uuid, iapMetadata, callback)</td>
|
|
1084
|
+
<td style="padding:15px">Delete a existing Access Control Policy</td>
|
|
1085
|
+
<td style="padding:15px">{base_path}/{version}/access_control_policies/{pathv1}?{query}</td>
|
|
1086
|
+
<td style="padding:15px">Yes</td>
|
|
1087
|
+
</tr>
|
|
1088
|
+
<tr>
|
|
1089
|
+
<td style="padding:15px">getAnAccessControlPolicy(uuid, iapMetadata, callback)</td>
|
|
1090
|
+
<td style="padding:15px">Get a existing Access Control Policy</td>
|
|
1091
|
+
<td style="padding:15px">{base_path}/{version}/access_control_policies/{pathv1}?{query}</td>
|
|
1092
|
+
<td style="padding:15px">Yes</td>
|
|
1093
|
+
</tr>
|
|
1094
|
+
<tr>
|
|
1095
|
+
<td style="padding:15px">createAccessControlPolicy(body, iapMetadata, callback)</td>
|
|
1096
|
+
<td style="padding:15px">Create a new Access Control Policy</td>
|
|
1097
|
+
<td style="padding:15px">{base_path}/{version}/access_control_policies?{query}</td>
|
|
1098
|
+
<td style="padding:15px">Yes</td>
|
|
1099
|
+
</tr>
|
|
1100
|
+
<tr>
|
|
1101
|
+
<td style="padding:15px">modifyProtectionRule(uuid, body, iapMetadata, callback)</td>
|
|
1102
|
+
<td style="padding:15px">Modify protection rule</td>
|
|
1103
|
+
<td style="padding:15px">{base_path}/{version}/protection_rules/{pathv1}?{query}</td>
|
|
1104
|
+
<td style="padding:15px">Yes</td>
|
|
1105
|
+
</tr>
|
|
1106
|
+
<tr>
|
|
1107
|
+
<td style="padding:15px">deleteAProtectionRule(uuid, iapMetadata, callback)</td>
|
|
1108
|
+
<td style="padding:15px">Delete a protection rule</td>
|
|
1109
|
+
<td style="padding:15px">{base_path}/{version}/protection_rules/{pathv1}?{query}</td>
|
|
1110
|
+
<td style="padding:15px">Yes</td>
|
|
1111
|
+
</tr>
|
|
1112
|
+
<tr>
|
|
1113
|
+
<td style="padding:15px">getAProtectionRule(uuid, iapMetadata, callback)</td>
|
|
1114
|
+
<td style="padding:15px">Get details for a protection rule</td>
|
|
1115
|
+
<td style="padding:15px">{base_path}/{version}/protection_rules/{pathv1}?{query}</td>
|
|
1116
|
+
<td style="padding:15px">Yes</td>
|
|
1117
|
+
</tr>
|
|
1118
|
+
<tr>
|
|
1119
|
+
<td style="padding:15px">getProtectionRuleEntities(uuid, iapMetadata, callback)</td>
|
|
1120
|
+
<td style="padding:15px">Get a list of entities affected by a protection rule</td>
|
|
1121
|
+
<td style="padding:15px">{base_path}/{version}/protection_rules/{pathv1}/query_entities?{query}</td>
|
|
1122
|
+
<td style="padding:15px">Yes</td>
|
|
1123
|
+
</tr>
|
|
1124
|
+
<tr>
|
|
1125
|
+
<td style="padding:15px">processAProtectionRule(uuid, iapMetadata, callback)</td>
|
|
1126
|
+
<td style="padding:15px">Process a protection rule</td>
|
|
1127
|
+
<td style="padding:15px">{base_path}/{version}/protection_rules/{pathv1}/process?{query}</td>
|
|
1128
|
+
<td style="padding:15px">Yes</td>
|
|
1129
|
+
</tr>
|
|
1130
|
+
<tr>
|
|
1131
|
+
<td style="padding:15px">getProtectionRules(body, iapMetadata, callback)</td>
|
|
1132
|
+
<td style="padding:15px">Get protection rules</td>
|
|
1133
|
+
<td style="padding:15px">{base_path}/{version}/protection_rules/list?{query}</td>
|
|
1134
|
+
<td style="padding:15px">Yes</td>
|
|
1135
|
+
</tr>
|
|
1136
|
+
<tr>
|
|
1137
|
+
<td style="padding:15px">createAProtectionRule(body, iapMetadata, callback)</td>
|
|
1138
|
+
<td style="padding:15px">Create a protection rule</td>
|
|
1139
|
+
<td style="padding:15px">{base_path}/{version}/protection_rules?{query}</td>
|
|
1140
|
+
<td style="padding:15px">Yes</td>
|
|
1141
|
+
</tr>
|
|
1142
|
+
<tr>
|
|
1143
|
+
<td style="padding:15px">getATask(uuid, iapMetadata, callback)</td>
|
|
1144
|
+
<td style="padding:15px">Get a existing Task</td>
|
|
1145
|
+
<td style="padding:15px">{base_path}/{version}/tasks/{pathv1}?{query}</td>
|
|
1146
|
+
<td style="padding:15px">Yes</td>
|
|
1147
|
+
</tr>
|
|
1148
|
+
<tr>
|
|
1149
|
+
<td style="padding:15px">issueAbortRequestOnTask(uuid, iapMetadata, callback)</td>
|
|
1150
|
+
<td style="padding:15px">Issue abort request on the task</td>
|
|
1151
|
+
<td style="padding:15px">{base_path}/{version}/tasks/{pathv1}/abort?{query}</td>
|
|
1152
|
+
<td style="padding:15px">Yes</td>
|
|
1153
|
+
</tr>
|
|
1154
|
+
<tr>
|
|
1155
|
+
<td style="padding:15px">uploadImageContents(uuid, body, iapMetadata, callback)</td>
|
|
1156
|
+
<td style="padding:15px">Upload Image Contents</td>
|
|
1157
|
+
<td style="padding:15px">{base_path}/{version}/images/{pathv1}/file?{query}</td>
|
|
1158
|
+
<td style="padding:15px">Yes</td>
|
|
1159
|
+
</tr>
|
|
1160
|
+
<tr>
|
|
1161
|
+
<td style="padding:15px">getImageContents(uuid, iapMetadata, callback)</td>
|
|
1162
|
+
<td style="padding:15px">Get Image Contents</td>
|
|
1163
|
+
<td style="padding:15px">{base_path}/{version}/images/{pathv1}/file?{query}</td>
|
|
1164
|
+
<td style="padding:15px">Yes</td>
|
|
1165
|
+
</tr>
|
|
1166
|
+
<tr>
|
|
1167
|
+
<td style="padding:15px">createImage(body, iapMetadata, callback)</td>
|
|
1168
|
+
<td style="padding:15px">Create a new image</td>
|
|
1169
|
+
<td style="padding:15px">{base_path}/{version}/images?{query}</td>
|
|
1170
|
+
<td style="padding:15px">Yes</td>
|
|
1171
|
+
</tr>
|
|
1172
|
+
<tr>
|
|
1173
|
+
<td style="padding:15px">getImages(body, iapMetadata, callback)</td>
|
|
1174
|
+
<td style="padding:15px">Get a list of existing images</td>
|
|
1175
|
+
<td style="padding:15px">{base_path}/{version}/images/list?{query}</td>
|
|
1176
|
+
<td style="padding:15px">Yes</td>
|
|
1177
|
+
</tr>
|
|
1178
|
+
<tr>
|
|
1179
|
+
<td style="padding:15px">updateImage(uuid, body, iapMetadata, callback)</td>
|
|
1180
|
+
<td style="padding:15px">Update a existing image</td>
|
|
1181
|
+
<td style="padding:15px">{base_path}/{version}/images/{pathv1}?{query}</td>
|
|
1182
|
+
<td style="padding:15px">Yes</td>
|
|
1183
|
+
</tr>
|
|
1184
|
+
<tr>
|
|
1185
|
+
<td style="padding:15px">deleteImage(uuid, iapMetadata, callback)</td>
|
|
1186
|
+
<td style="padding:15px">Delete a existing image</td>
|
|
1187
|
+
<td style="padding:15px">{base_path}/{version}/images/{pathv1}?{query}</td>
|
|
1188
|
+
<td style="padding:15px">Yes</td>
|
|
1189
|
+
</tr>
|
|
1190
|
+
<tr>
|
|
1191
|
+
<td style="padding:15px">getImage(uuid, iapMetadata, callback)</td>
|
|
1192
|
+
<td style="padding:15px">Get a existing image</td>
|
|
1193
|
+
<td style="padding:15px">{base_path}/{version}/images/{pathv1}?{query}</td>
|
|
1194
|
+
<td style="padding:15px">Yes</td>
|
|
1195
|
+
</tr>
|
|
1196
|
+
<tr>
|
|
1197
|
+
<td style="padding:15px">migrateImagesFromPEClusterToPC(body, iapMetadata, callback)</td>
|
|
1198
|
+
<td style="padding:15px">Migrate images from PE cluster to PC</td>
|
|
1199
|
+
<td style="padding:15px">{base_path}/{version}/images/migrate?{query}</td>
|
|
1200
|
+
<td style="padding:15px">Yes</td>
|
|
1201
|
+
</tr>
|
|
1202
|
+
<tr>
|
|
1203
|
+
<td style="padding:15px">getRecoveryPlanEntities(uuid, actionType, failedAvailabilityZoneInfoList, recoveryAvailabilityZoneInfoList, recoveryReferenceTime, iapMetadata, callback)</td>
|
|
1204
|
+
<td style="padding:15px">Get entities associated with the Recovery Plan</td>
|
|
1205
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plans/{pathv1}/entities?{query}</td>
|
|
1206
|
+
<td style="padding:15px">Yes</td>
|
|
1207
|
+
</tr>
|
|
1208
|
+
<tr>
|
|
1209
|
+
<td style="padding:15px">updateRecoveryPlan(uuid, body, iapMetadata, callback)</td>
|
|
1210
|
+
<td style="padding:15px">Update Recovery Plan</td>
|
|
1211
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plans/{pathv1}?{query}</td>
|
|
1212
|
+
<td style="padding:15px">Yes</td>
|
|
1213
|
+
</tr>
|
|
1214
|
+
<tr>
|
|
1215
|
+
<td style="padding:15px">deleteRecoveryPlan(uuid, iapMetadata, callback)</td>
|
|
1216
|
+
<td style="padding:15px">Delete Recovery Plan</td>
|
|
1217
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plans/{pathv1}?{query}</td>
|
|
1218
|
+
<td style="padding:15px">Yes</td>
|
|
1219
|
+
</tr>
|
|
1220
|
+
<tr>
|
|
1221
|
+
<td style="padding:15px">getRecoveryPlan(uuid, iapMetadata, callback)</td>
|
|
1222
|
+
<td style="padding:15px">Get Recovery Plan</td>
|
|
1223
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plans/{pathv1}?{query}</td>
|
|
1224
|
+
<td style="padding:15px">Yes</td>
|
|
1225
|
+
</tr>
|
|
1226
|
+
<tr>
|
|
1227
|
+
<td style="padding:15px">getRecoveryPlans(body, iapMetadata, callback)</td>
|
|
1228
|
+
<td style="padding:15px">List the Recovery Plans</td>
|
|
1229
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plans/list?{query}</td>
|
|
1230
|
+
<td style="padding:15px">Yes</td>
|
|
1231
|
+
</tr>
|
|
1232
|
+
<tr>
|
|
1233
|
+
<td style="padding:15px">createRecoveryPlan(body, iapMetadata, callback)</td>
|
|
1234
|
+
<td style="padding:15px">Create Recovery Plan</td>
|
|
1235
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plans?{query}</td>
|
|
1236
|
+
<td style="padding:15px">Yes</td>
|
|
1237
|
+
</tr>
|
|
1238
|
+
<tr>
|
|
1239
|
+
<td style="padding:15px">updateBlackoutEntity(uuid, body, iapMetadata, callback)</td>
|
|
1240
|
+
<td style="padding:15px">Update blackout entity</td>
|
|
1241
|
+
<td style="padding:15px">{base_path}/{version}/blackouts/{pathv1}?{query}</td>
|
|
1242
|
+
<td style="padding:15px">Yes</td>
|
|
1243
|
+
</tr>
|
|
1244
|
+
<tr>
|
|
1245
|
+
<td style="padding:15px">deleteBlackoutObject(uuid, iapMetadata, callback)</td>
|
|
1246
|
+
<td style="padding:15px">Delete specified blackout object</td>
|
|
1247
|
+
<td style="padding:15px">{base_path}/{version}/blackouts/{pathv1}?{query}</td>
|
|
1248
|
+
<td style="padding:15px">Yes</td>
|
|
1249
|
+
</tr>
|
|
1250
|
+
<tr>
|
|
1251
|
+
<td style="padding:15px">getBlackoutObject(uuid, iapMetadata, callback)</td>
|
|
1252
|
+
<td style="padding:15px">Retrieve specified blackout object</td>
|
|
1253
|
+
<td style="padding:15px">{base_path}/{version}/blackouts/{pathv1}?{query}</td>
|
|
1254
|
+
<td style="padding:15px">Yes</td>
|
|
1255
|
+
</tr>
|
|
1256
|
+
<tr>
|
|
1257
|
+
<td style="padding:15px">getAllBlackoutObjects(body, iapMetadata, callback)</td>
|
|
1258
|
+
<td style="padding:15px">Retrieve all blackout objects</td>
|
|
1259
|
+
<td style="padding:15px">{base_path}/{version}/blackouts/list?{query}</td>
|
|
1260
|
+
<td style="padding:15px">Yes</td>
|
|
1261
|
+
</tr>
|
|
1262
|
+
<tr>
|
|
1263
|
+
<td style="padding:15px">createBlackoutObject(body, iapMetadata, callback)</td>
|
|
1264
|
+
<td style="padding:15px">Create blackout object</td>
|
|
1265
|
+
<td style="padding:15px">{base_path}/{version}/blackouts?{query}</td>
|
|
1266
|
+
<td style="padding:15px">Yes</td>
|
|
1267
|
+
</tr>
|
|
1268
|
+
<tr>
|
|
1269
|
+
<td style="padding:15px">updateAVpcRouteTable(uuid, body, iapMetadata, callback)</td>
|
|
1270
|
+
<td style="padding:15px">Update a existing vpc_route_table</td>
|
|
1271
|
+
<td style="padding:15px">{base_path}/{version}/vpcs/{pathv1}/route_tables?{query}</td>
|
|
1272
|
+
<td style="padding:15px">Yes</td>
|
|
1273
|
+
</tr>
|
|
1274
|
+
<tr>
|
|
1275
|
+
<td style="padding:15px">getAVpcRouteTable(uuid, iapMetadata, callback)</td>
|
|
1276
|
+
<td style="padding:15px">Get a existing vpc_route_table</td>
|
|
1277
|
+
<td style="padding:15px">{base_path}/{version}/vpcs/{pathv1}/route_tables?{query}</td>
|
|
1278
|
+
<td style="padding:15px">Yes</td>
|
|
1279
|
+
</tr>
|
|
1280
|
+
<tr>
|
|
1281
|
+
<td style="padding:15px">getAddressGroupsList(body, iapMetadata, callback)</td>
|
|
1282
|
+
<td style="padding:15px">Address groups lists</td>
|
|
1283
|
+
<td style="padding:15px">{base_path}/{version}/address_groups/list?{query}</td>
|
|
1284
|
+
<td style="padding:15px">Yes</td>
|
|
1285
|
+
</tr>
|
|
1286
|
+
<tr>
|
|
1287
|
+
<td style="padding:15px">updateAddressGroup(uuid, body, iapMetadata, callback)</td>
|
|
1288
|
+
<td style="padding:15px">Update a existing address_group</td>
|
|
1289
|
+
<td style="padding:15px">{base_path}/{version}/address_groups/{pathv1}?{query}</td>
|
|
1290
|
+
<td style="padding:15px">Yes</td>
|
|
1291
|
+
</tr>
|
|
1292
|
+
<tr>
|
|
1293
|
+
<td style="padding:15px">deleteAddressGroup(uuid, iapMetadata, callback)</td>
|
|
1294
|
+
<td style="padding:15px">Delete a existing address_group</td>
|
|
1295
|
+
<td style="padding:15px">{base_path}/{version}/address_groups/{pathv1}?{query}</td>
|
|
1296
|
+
<td style="padding:15px">Yes</td>
|
|
1297
|
+
</tr>
|
|
1298
|
+
<tr>
|
|
1299
|
+
<td style="padding:15px">getAddressGroup(uuid, iapMetadata, callback)</td>
|
|
1300
|
+
<td style="padding:15px">Get a existing address_group</td>
|
|
1301
|
+
<td style="padding:15px">{base_path}/{version}/address_groups/{pathv1}?{query}</td>
|
|
1302
|
+
<td style="padding:15px">Yes</td>
|
|
1303
|
+
</tr>
|
|
1304
|
+
<tr>
|
|
1305
|
+
<td style="padding:15px">createAddressGroup(body, iapMetadata, callback)</td>
|
|
1306
|
+
<td style="padding:15px">Create a new address_group</td>
|
|
1307
|
+
<td style="padding:15px">{base_path}/{version}/address_groups?{query}</td>
|
|
1308
|
+
<td style="padding:15px">Yes</td>
|
|
1309
|
+
</tr>
|
|
1310
|
+
<tr>
|
|
1311
|
+
<td style="padding:15px">getVPCsList(body, iapMetadata, callback)</td>
|
|
1312
|
+
<td style="padding:15px">Get a list of existing VPCs</td>
|
|
1313
|
+
<td style="padding:15px">{base_path}/{version}/vpcs/list?{query}</td>
|
|
1314
|
+
<td style="padding:15px">Yes</td>
|
|
1315
|
+
</tr>
|
|
1316
|
+
<tr>
|
|
1317
|
+
<td style="padding:15px">updateAVPC(uuid, body, iapMetadata, callback)</td>
|
|
1318
|
+
<td style="padding:15px">Update a existing VPC</td>
|
|
1319
|
+
<td style="padding:15px">{base_path}/{version}/vpcs/{pathv1}?{query}</td>
|
|
1320
|
+
<td style="padding:15px">Yes</td>
|
|
1321
|
+
</tr>
|
|
1322
|
+
<tr>
|
|
1323
|
+
<td style="padding:15px">deleteAVPC(uuid, iapMetadata, callback)</td>
|
|
1324
|
+
<td style="padding:15px">Delete a existing VPC</td>
|
|
1325
|
+
<td style="padding:15px">{base_path}/{version}/vpcs/{pathv1}?{query}</td>
|
|
1326
|
+
<td style="padding:15px">Yes</td>
|
|
1327
|
+
</tr>
|
|
1328
|
+
<tr>
|
|
1329
|
+
<td style="padding:15px">getAVPC(uuid, iapMetadata, callback)</td>
|
|
1330
|
+
<td style="padding:15px">Get a existing VPC</td>
|
|
1331
|
+
<td style="padding:15px">{base_path}/{version}/vpcs/{pathv1}?{query}</td>
|
|
1332
|
+
<td style="padding:15px">Yes</td>
|
|
1333
|
+
</tr>
|
|
1334
|
+
<tr>
|
|
1335
|
+
<td style="padding:15px">createVPC(body, iapMetadata, callback)</td>
|
|
1336
|
+
<td style="padding:15px">Create a new VPC</td>
|
|
1337
|
+
<td style="padding:15px">{base_path}/{version}/vpcs?{query}</td>
|
|
1338
|
+
<td style="padding:15px">Yes</td>
|
|
1339
|
+
</tr>
|
|
1340
|
+
<tr>
|
|
1341
|
+
<td style="padding:15px">createANgtPolicy(body, iapMetadata, callback)</td>
|
|
1342
|
+
<td style="padding:15px">Create a new ngt_policy</td>
|
|
1343
|
+
<td style="padding:15px">{base_path}/{version}/ngt_policies?{query}</td>
|
|
1344
|
+
<td style="padding:15px">Yes</td>
|
|
1345
|
+
</tr>
|
|
1346
|
+
<tr>
|
|
1347
|
+
<td style="padding:15px">getNgtPolicies(body, iapMetadata, callback)</td>
|
|
1348
|
+
<td style="padding:15px">Get a list of existing ngt_policies</td>
|
|
1349
|
+
<td style="padding:15px">{base_path}/{version}/ngt_policies/list?{query}</td>
|
|
1350
|
+
<td style="padding:15px">Yes</td>
|
|
1351
|
+
</tr>
|
|
1352
|
+
<tr>
|
|
1353
|
+
<td style="padding:15px">updateANgtPolicy(uuid, body, iapMetadata, callback)</td>
|
|
1354
|
+
<td style="padding:15px">Update a existing ngt_policy</td>
|
|
1355
|
+
<td style="padding:15px">{base_path}/{version}/ngt_policies/{pathv1}?{query}</td>
|
|
1356
|
+
<td style="padding:15px">Yes</td>
|
|
1357
|
+
</tr>
|
|
1358
|
+
<tr>
|
|
1359
|
+
<td style="padding:15px">deleteANgtPolicy(uuid, iapMetadata, callback)</td>
|
|
1360
|
+
<td style="padding:15px">Delete a existing ngt_policy</td>
|
|
1361
|
+
<td style="padding:15px">{base_path}/{version}/ngt_policies/{pathv1}?{query}</td>
|
|
1362
|
+
<td style="padding:15px">Yes</td>
|
|
1363
|
+
</tr>
|
|
1364
|
+
<tr>
|
|
1365
|
+
<td style="padding:15px">getANgtPolicy(uuid, iapMetadata, callback)</td>
|
|
1366
|
+
<td style="padding:15px">Get a existing ngt_policy</td>
|
|
1367
|
+
<td style="padding:15px">{base_path}/{version}/ngt_policies/{pathv1}?{query}</td>
|
|
1368
|
+
<td style="padding:15px">Yes</td>
|
|
1369
|
+
</tr>
|
|
1370
|
+
<tr>
|
|
1371
|
+
<td style="padding:15px">getPermissions(body, iapMetadata, callback)</td>
|
|
1372
|
+
<td style="padding:15px">List the permissions.</td>
|
|
1373
|
+
<td style="padding:15px">{base_path}/{version}/permissions/list?{query}</td>
|
|
1374
|
+
<td style="padding:15px">Yes</td>
|
|
1375
|
+
</tr>
|
|
1376
|
+
<tr>
|
|
1377
|
+
<td style="padding:15px">getAPermission(uuid, iapMetadata, callback)</td>
|
|
1378
|
+
<td style="padding:15px">Get a permission.</td>
|
|
1379
|
+
<td style="padding:15px">{base_path}/{version}/permissions/{pathv1}?{query}</td>
|
|
1380
|
+
<td style="padding:15px">Yes</td>
|
|
1381
|
+
</tr>
|
|
1382
|
+
<tr>
|
|
1383
|
+
<td style="padding:15px">getRemoteSyslogModulesWithOptions(body, iapMetadata, callback)</td>
|
|
1384
|
+
<td style="padding:15px">Get a list of existing Remote Syslog modules</td>
|
|
1385
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_modules/list?{query}</td>
|
|
1386
|
+
<td style="padding:15px">Yes</td>
|
|
1387
|
+
</tr>
|
|
1388
|
+
<tr>
|
|
1389
|
+
<td style="padding:15px">updateRemoteSyslogModules(uuid, body, iapMetadata, callback)</td>
|
|
1390
|
+
<td style="padding:15px">Update a existing Remote Syslog modules list</td>
|
|
1391
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_modules/{pathv1}?{query}</td>
|
|
1392
|
+
<td style="padding:15px">Yes</td>
|
|
1393
|
+
</tr>
|
|
1394
|
+
<tr>
|
|
1395
|
+
<td style="padding:15px">deleteRemoteSyslogModules(uuid, iapMetadata, callback)</td>
|
|
1396
|
+
<td style="padding:15px">Delete a existing Remote Syslog modules list</td>
|
|
1397
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_modules/{pathv1}?{query}</td>
|
|
1398
|
+
<td style="padding:15px">Yes</td>
|
|
1399
|
+
</tr>
|
|
1400
|
+
<tr>
|
|
1401
|
+
<td style="padding:15px">getRemoteSyslogModules(uuid, iapMetadata, callback)</td>
|
|
1402
|
+
<td style="padding:15px">Get a existing Remote Syslog modules list</td>
|
|
1403
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_modules/{pathv1}?{query}</td>
|
|
1404
|
+
<td style="padding:15px">Yes</td>
|
|
1405
|
+
</tr>
|
|
1406
|
+
<tr>
|
|
1407
|
+
<td style="padding:15px">createARemoteSyslogModulesList(body, iapMetadata, callback)</td>
|
|
1408
|
+
<td style="padding:15px">Create a new Remote Syslog modules list</td>
|
|
1409
|
+
<td style="padding:15px">{base_path}/{version}/remote_syslog_modules?{query}</td>
|
|
1410
|
+
<td style="padding:15px">Yes</td>
|
|
1411
|
+
</tr>
|
|
1412
|
+
<tr>
|
|
1413
|
+
<td style="padding:15px">acknowledgeAlerts(action, body, iapMetadata, callback)</td>
|
|
1414
|
+
<td style="padding:15px">Perform an action to acknowledge or resolve alerts.</td>
|
|
1415
|
+
<td style="padding:15px">{base_path}/{version}/alerts/action/{pathv1}?{query}</td>
|
|
1416
|
+
<td style="padding:15px">Yes</td>
|
|
1417
|
+
</tr>
|
|
1418
|
+
<tr>
|
|
1419
|
+
<td style="padding:15px">getAnAlert(uuid, iapMetadata, callback)</td>
|
|
1420
|
+
<td style="padding:15px">Get a existing alert</td>
|
|
1421
|
+
<td style="padding:15px">{base_path}/{version}/alerts/{pathv1}?{query}</td>
|
|
1422
|
+
<td style="padding:15px">Yes</td>
|
|
1423
|
+
</tr>
|
|
1424
|
+
<tr>
|
|
1425
|
+
<td style="padding:15px">createNewAlert(body, iapMetadata, callback)</td>
|
|
1426
|
+
<td style="padding:15px">Create a new alert</td>
|
|
1427
|
+
<td style="padding:15px">{base_path}/{version}/alerts/notify?{query}</td>
|
|
1428
|
+
<td style="padding:15px">Yes</td>
|
|
1429
|
+
</tr>
|
|
1430
|
+
<tr>
|
|
1431
|
+
<td style="padding:15px">getAlerts(body, iapMetadata, callback)</td>
|
|
1432
|
+
<td style="padding:15px">Get a list of existing alert</td>
|
|
1433
|
+
<td style="padding:15px">{base_path}/{version}/alerts/list?{query}</td>
|
|
1434
|
+
<td style="padding:15px">Yes</td>
|
|
1435
|
+
</tr>
|
|
1436
|
+
<tr>
|
|
1437
|
+
<td style="padding:15px">updateANetworkFunctionChain(uuid, body, iapMetadata, callback)</td>
|
|
1438
|
+
<td style="padding:15px">Update a existing Network Function Chain</td>
|
|
1439
|
+
<td style="padding:15px">{base_path}/{version}/network_function_chains/{pathv1}?{query}</td>
|
|
1440
|
+
<td style="padding:15px">Yes</td>
|
|
1441
|
+
</tr>
|
|
1442
|
+
<tr>
|
|
1443
|
+
<td style="padding:15px">deleteANetworkFunctionChain(uuid, iapMetadata, callback)</td>
|
|
1444
|
+
<td style="padding:15px">Delete a existing Network Function Chain</td>
|
|
1445
|
+
<td style="padding:15px">{base_path}/{version}/network_function_chains/{pathv1}?{query}</td>
|
|
1446
|
+
<td style="padding:15px">Yes</td>
|
|
1447
|
+
</tr>
|
|
1448
|
+
<tr>
|
|
1449
|
+
<td style="padding:15px">getANetworkFunctionChain(uuid, iapMetadata, callback)</td>
|
|
1450
|
+
<td style="padding:15px">Get a existing Network Function Chain</td>
|
|
1451
|
+
<td style="padding:15px">{base_path}/{version}/network_function_chains/{pathv1}?{query}</td>
|
|
1452
|
+
<td style="padding:15px">Yes</td>
|
|
1453
|
+
</tr>
|
|
1454
|
+
<tr>
|
|
1455
|
+
<td style="padding:15px">createNetworkFunctionChain(body, iapMetadata, callback)</td>
|
|
1456
|
+
<td style="padding:15px">Create a new Network Function Chain</td>
|
|
1457
|
+
<td style="padding:15px">{base_path}/{version}/network_function_chains?{query}</td>
|
|
1458
|
+
<td style="padding:15px">Yes</td>
|
|
1459
|
+
</tr>
|
|
1460
|
+
<tr>
|
|
1461
|
+
<td style="padding:15px">getNetworkFunctionChains(body, iapMetadata, callback)</td>
|
|
1462
|
+
<td style="padding:15px">Get a list of existing Network Function Chains</td>
|
|
1463
|
+
<td style="padding:15px">{base_path}/{version}/network_function_chains/list?{query}</td>
|
|
1464
|
+
<td style="padding:15px">Yes</td>
|
|
1465
|
+
</tr>
|
|
1466
|
+
<tr>
|
|
1467
|
+
<td style="padding:15px">addAUserGroup(body, iapMetadata, callback)</td>
|
|
1468
|
+
<td style="padding:15px">Add a User group.</td>
|
|
1469
|
+
<td style="padding:15px">{base_path}/{version}/user_groups?{query}</td>
|
|
1470
|
+
<td style="padding:15px">Yes</td>
|
|
1471
|
+
</tr>
|
|
1472
|
+
<tr>
|
|
1473
|
+
<td style="padding:15px">deleteUserGroup(uuid, iapMetadata, callback)</td>
|
|
1474
|
+
<td style="padding:15px">Delete a existing User Group</td>
|
|
1475
|
+
<td style="padding:15px">{base_path}/{version}/user_groups/{pathv1}?{query}</td>
|
|
1476
|
+
<td style="padding:15px">Yes</td>
|
|
1477
|
+
</tr>
|
|
1478
|
+
<tr>
|
|
1479
|
+
<td style="padding:15px">getAUserGroup(uuid, iapMetadata, callback)</td>
|
|
1480
|
+
<td style="padding:15px">Get a existing User Group</td>
|
|
1481
|
+
<td style="padding:15px">{base_path}/{version}/user_groups/{pathv1}?{query}</td>
|
|
1482
|
+
<td style="padding:15px">Yes</td>
|
|
1483
|
+
</tr>
|
|
1484
|
+
<tr>
|
|
1485
|
+
<td style="padding:15px">getUserGroups(body, iapMetadata, callback)</td>
|
|
1486
|
+
<td style="padding:15px">Get a list of existing User Groups</td>
|
|
1487
|
+
<td style="padding:15px">{base_path}/{version}/user_groups/list?{query}</td>
|
|
1488
|
+
<td style="padding:15px">Yes</td>
|
|
1489
|
+
</tr>
|
|
1490
|
+
<tr>
|
|
1491
|
+
<td style="padding:15px">updateFloatingIP(uuid, body, iapMetadata, callback)</td>
|
|
1492
|
+
<td style="padding:15px">Update a existing Floating IP</td>
|
|
1493
|
+
<td style="padding:15px">{base_path}/{version}/floating_ips/{pathv1}?{query}</td>
|
|
1494
|
+
<td style="padding:15px">Yes</td>
|
|
1495
|
+
</tr>
|
|
1496
|
+
<tr>
|
|
1497
|
+
<td style="padding:15px">deleteFloatingIP(uuid, iapMetadata, callback)</td>
|
|
1498
|
+
<td style="padding:15px">Delete a existing Floating IP</td>
|
|
1499
|
+
<td style="padding:15px">{base_path}/{version}/floating_ips/{pathv1}?{query}</td>
|
|
1500
|
+
<td style="padding:15px">Yes</td>
|
|
1501
|
+
</tr>
|
|
1502
|
+
<tr>
|
|
1503
|
+
<td style="padding:15px">getAFloatingIP(uuid, iapMetadata, callback)</td>
|
|
1504
|
+
<td style="padding:15px">Get a existing Floating IP</td>
|
|
1505
|
+
<td style="padding:15px">{base_path}/{version}/floating_ips/{pathv1}?{query}</td>
|
|
1506
|
+
<td style="padding:15px">Yes</td>
|
|
1507
|
+
</tr>
|
|
1508
|
+
<tr>
|
|
1509
|
+
<td style="padding:15px">createAFloatingIP(body, iapMetadata, callback)</td>
|
|
1510
|
+
<td style="padding:15px">Create a new Floating IP</td>
|
|
1511
|
+
<td style="padding:15px">{base_path}/{version}/floating_ips?{query}</td>
|
|
1512
|
+
<td style="padding:15px">Yes</td>
|
|
1513
|
+
</tr>
|
|
1514
|
+
<tr>
|
|
1515
|
+
<td style="padding:15px">getFloatingIPs(body, iapMetadata, callback)</td>
|
|
1516
|
+
<td style="padding:15px">Get a list of existing Floating IPs</td>
|
|
1517
|
+
<td style="padding:15px">{base_path}/{version}/floating_ips/list?{query}</td>
|
|
1518
|
+
<td style="padding:15px">Yes</td>
|
|
1519
|
+
</tr>
|
|
1520
|
+
<tr>
|
|
1521
|
+
<td style="padding:15px">deleteRecoveryPlanJob(uuid, iapMetadata, callback)</td>
|
|
1522
|
+
<td style="padding:15px">Delete Recovery Plan Job</td>
|
|
1523
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plan_jobs/{pathv1}?{query}</td>
|
|
1524
|
+
<td style="padding:15px">Yes</td>
|
|
1525
|
+
</tr>
|
|
1526
|
+
<tr>
|
|
1527
|
+
<td style="padding:15px">getRecoveryPlanJob(uuid, iapMetadata, callback)</td>
|
|
1528
|
+
<td style="padding:15px">Get Recovery Plan Job</td>
|
|
1529
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plan_jobs/{pathv1}?{query}</td>
|
|
1530
|
+
<td style="padding:15px">Yes</td>
|
|
1531
|
+
</tr>
|
|
1532
|
+
<tr>
|
|
1533
|
+
<td style="padding:15px">performActionOnRecoveryPlanJob(uuid, action, body, iapMetadata, callback)</td>
|
|
1534
|
+
<td style="padding:15px">Perform an action on Recovery Plan Job</td>
|
|
1535
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plan_jobs/{pathv1}/{pathv2}?{query}</td>
|
|
1536
|
+
<td style="padding:15px">Yes</td>
|
|
1537
|
+
</tr>
|
|
1538
|
+
<tr>
|
|
1539
|
+
<td style="padding:15px">getRecoveryPlanJobExecutionStatus(uuid, status, iapMetadata, callback)</td>
|
|
1540
|
+
<td style="padding:15px">Get the execution status of the Recovery Plan Job</td>
|
|
1541
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plan_jobs/{pathv1}/{pathv2}?{query}</td>
|
|
1542
|
+
<td style="padding:15px">Yes</td>
|
|
1543
|
+
</tr>
|
|
1544
|
+
<tr>
|
|
1545
|
+
<td style="padding:15px">createRecoveryPlanJob(body, iapMetadata, callback)</td>
|
|
1546
|
+
<td style="padding:15px">Create Recovery Plan Job</td>
|
|
1547
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plan_jobs?{query}</td>
|
|
1548
|
+
<td style="padding:15px">Yes</td>
|
|
1549
|
+
</tr>
|
|
1550
|
+
<tr>
|
|
1551
|
+
<td style="padding:15px">getRecoveryPlanJobs(body, iapMetadata, callback)</td>
|
|
1552
|
+
<td style="padding:15px">List the Recovery Plan Jobs</td>
|
|
1553
|
+
<td style="padding:15px">{base_path}/{version}/recovery_plan_jobs/list?{query}</td>
|
|
1554
|
+
<td style="padding:15px">Yes</td>
|
|
1555
|
+
</tr>
|
|
1556
|
+
<tr>
|
|
1557
|
+
<td style="padding:15px">updateASubnet(uuid, body, iapMetadata, callback)</td>
|
|
1558
|
+
<td style="padding:15px">Update a existing subnet</td>
|
|
1559
|
+
<td style="padding:15px">{base_path}/{version}/subnets/{pathv1}?{query}</td>
|
|
1560
|
+
<td style="padding:15px">Yes</td>
|
|
1561
|
+
</tr>
|
|
1562
|
+
<tr>
|
|
1563
|
+
<td style="padding:15px">deleteASubnet(uuid, iapMetadata, callback)</td>
|
|
1564
|
+
<td style="padding:15px">Delete a existing subnet</td>
|
|
1565
|
+
<td style="padding:15px">{base_path}/{version}/subnets/{pathv1}?{query}</td>
|
|
1566
|
+
<td style="padding:15px">Yes</td>
|
|
1567
|
+
</tr>
|
|
1568
|
+
<tr>
|
|
1569
|
+
<td style="padding:15px">getASubnet(uuid, iapMetadata, callback)</td>
|
|
1570
|
+
<td style="padding:15px">Get a existing subnet</td>
|
|
1571
|
+
<td style="padding:15px">{base_path}/{version}/subnets/{pathv1}?{query}</td>
|
|
1572
|
+
<td style="padding:15px">Yes</td>
|
|
1573
|
+
</tr>
|
|
1574
|
+
<tr>
|
|
1575
|
+
<td style="padding:15px">getSubnets(body, iapMetadata, callback)</td>
|
|
1576
|
+
<td style="padding:15px">Get a list of existing subnets</td>
|
|
1577
|
+
<td style="padding:15px">{base_path}/{version}/subnets/list?{query}</td>
|
|
1578
|
+
<td style="padding:15px">Yes</td>
|
|
1579
|
+
</tr>
|
|
1580
|
+
<tr>
|
|
1581
|
+
<td style="padding:15px">createASubnet(body, iapMetadata, callback)</td>
|
|
1582
|
+
<td style="padding:15px">Create a new subnet</td>
|
|
1583
|
+
<td style="padding:15px">{base_path}/{version}/subnets?{query}</td>
|
|
1584
|
+
<td style="padding:15px">Yes</td>
|
|
1585
|
+
</tr>
|
|
1586
|
+
<tr>
|
|
1587
|
+
<td style="padding:15px">getHosts(body, iapMetadata, callback)</td>
|
|
1588
|
+
<td style="padding:15px">Get a list of existing Hosts</td>
|
|
1589
|
+
<td style="padding:15px">{base_path}/{version}/hosts/list?{query}</td>
|
|
1590
|
+
<td style="padding:15px">Yes</td>
|
|
1591
|
+
</tr>
|
|
1592
|
+
<tr>
|
|
1593
|
+
<td style="padding:15px">getAHost(uuid, iapMetadata, callback)</td>
|
|
1594
|
+
<td style="padding:15px">Get a existing Host</td>
|
|
1595
|
+
<td style="padding:15px">{base_path}/{version}/hosts/{pathv1}?{query}</td>
|
|
1596
|
+
<td style="padding:15px">Yes</td>
|
|
1597
|
+
</tr>
|
|
1598
|
+
<tr>
|
|
1599
|
+
<td style="padding:15px">getClusters(body, iapMetadata, callback)</td>
|
|
1600
|
+
<td style="padding:15px">Get a list of existing clusters</td>
|
|
1601
|
+
<td style="padding:15px">{base_path}/{version}/clusters/list?{query}</td>
|
|
1602
|
+
<td style="padding:15px">Yes</td>
|
|
1603
|
+
</tr>
|
|
1604
|
+
<tr>
|
|
1605
|
+
<td style="padding:15px">updateACluster(uuid, body, iapMetadata, callback)</td>
|
|
1606
|
+
<td style="padding:15px">Update a existing cluster</td>
|
|
1607
|
+
<td style="padding:15px">{base_path}/{version}/clusters/{pathv1}?{query}</td>
|
|
1608
|
+
<td style="padding:15px">Yes</td>
|
|
1609
|
+
</tr>
|
|
1610
|
+
<tr>
|
|
1611
|
+
<td style="padding:15px">getACluster(uuid, iapMetadata, callback)</td>
|
|
1612
|
+
<td style="padding:15px">Get a existing cluster</td>
|
|
1613
|
+
<td style="padding:15px">{base_path}/{version}/clusters/{pathv1}?{query}</td>
|
|
1614
|
+
<td style="padding:15px">Yes</td>
|
|
1615
|
+
</tr>
|
|
1616
|
+
<tr>
|
|
1617
|
+
<td style="padding:15px">submitIntentfulRESTAPIs(body, iapMetadata, callback)</td>
|
|
1618
|
+
<td style="padding:15px">Submit a list of one or more intentful REST APIs to be processed</td>
|
|
1619
|
+
<td style="padding:15px">{base_path}/{version}/batch?{query}</td>
|
|
1620
|
+
<td style="padding:15px">Yes</td>
|
|
1621
|
+
</tr>
|
|
1622
|
+
<tr>
|
|
1623
|
+
<td style="padding:15px">getUsers(body, iapMetadata, callback)</td>
|
|
1624
|
+
<td style="padding:15px">Get a list of existing Users</td>
|
|
1625
|
+
<td style="padding:15px">{base_path}/{version}/users/list?{query}</td>
|
|
1626
|
+
<td style="padding:15px">Yes</td>
|
|
1627
|
+
</tr>
|
|
1628
|
+
<tr>
|
|
1629
|
+
<td style="padding:15px">deleteUser(uuid, iapMetadata, callback)</td>
|
|
1630
|
+
<td style="padding:15px">Delete a existing User</td>
|
|
1631
|
+
<td style="padding:15px">{base_path}/{version}/users/{pathv1}?{query}</td>
|
|
1632
|
+
<td style="padding:15px">Yes</td>
|
|
1633
|
+
</tr>
|
|
1634
|
+
<tr>
|
|
1635
|
+
<td style="padding:15px">getAUser(uuid, iapMetadata, callback)</td>
|
|
1636
|
+
<td style="padding:15px">Get a existing User</td>
|
|
1637
|
+
<td style="padding:15px">{base_path}/{version}/users/{pathv1}?{query}</td>
|
|
1638
|
+
<td style="padding:15px">Yes</td>
|
|
1639
|
+
</tr>
|
|
1640
|
+
<tr>
|
|
1641
|
+
<td style="padding:15px">getLoggedInUser(iapMetadata, callback)</td>
|
|
1642
|
+
<td style="padding:15px">Retrieves currently logged in user.</td>
|
|
1643
|
+
<td style="padding:15px">{base_path}/{version}/users/me?{query}</td>
|
|
1644
|
+
<td style="padding:15px">Yes</td>
|
|
1645
|
+
</tr>
|
|
1646
|
+
<tr>
|
|
1647
|
+
<td style="padding:15px">getUserResourceDomainInfo(uuid, iapMetadata, callback)</td>
|
|
1648
|
+
<td style="padding:15px">Retrieves specified user resource domain information.</td>
|
|
1649
|
+
<td style="padding:15px">{base_path}/{version}/users/{pathv1}/project_usage_summary?{query}</td>
|
|
1650
|
+
<td style="padding:15px">Yes</td>
|
|
1651
|
+
</tr>
|
|
1652
|
+
<tr>
|
|
1653
|
+
<td style="padding:15px">createUser(body, iapMetadata, callback)</td>
|
|
1654
|
+
<td style="padding:15px">Create a new User</td>
|
|
1655
|
+
<td style="padding:15px">{base_path}/{version}/users?{query}</td>
|
|
1656
|
+
<td style="padding:15px">Yes</td>
|
|
1657
|
+
</tr>
|
|
1658
|
+
<tr>
|
|
1659
|
+
<td style="padding:15px">createAnIdempotenceIdentifier(body, iapMetadata, callback)</td>
|
|
1660
|
+
<td style="padding:15px">Create an new idempotence_identifier " (UUID4)"</td>
|
|
1661
|
+
<td style="padding:15px">{base_path}/{version}/idempotence_identifiers?{query}</td>
|
|
1662
|
+
<td style="padding:15px">Yes</td>
|
|
1663
|
+
</tr>
|
|
1664
|
+
<tr>
|
|
1665
|
+
<td style="padding:15px">deleteIdempotenceIdentifier(clientIdentifier, iapMetadata, callback)</td>
|
|
1666
|
+
<td style="padding:15px">Delete an existing idempotence_identifier</td>
|
|
1667
|
+
<td style="padding:15px">{base_path}/{version}/idempotence_identifiers/{pathv1}?{query}</td>
|
|
1668
|
+
<td style="padding:15px">Yes</td>
|
|
1669
|
+
</tr>
|
|
1670
|
+
<tr>
|
|
1671
|
+
<td style="padding:15px">getAnIdempotenceIdentifier(clientIdentifier, iapMetadata, callback)</td>
|
|
1672
|
+
<td style="padding:15px">Get an existing idempotence_identifier</td>
|
|
1673
|
+
<td style="padding:15px">{base_path}/{version}/idempotence_identifiers/{pathv1}?{query}</td>
|
|
1674
|
+
<td style="padding:15px">Yes</td>
|
|
1675
|
+
</tr>
|
|
1676
|
+
</table>
|
|
1677
|
+
<br>
|