@itentialopensource/adapter-tufin_secureapp 0.3.0 → 0.4.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/CALLS.md +994 -16
- package/CHANGELOG.md +6 -61
- package/CONTRIBUTING.md +1 -160
- package/ENHANCE.md +2 -2
- package/README.md +32 -23
- package/adapter.js +391 -563
- package/adapterBase.js +549 -879
- package/changelogs/CHANGELOG.md +71 -0
- package/metadata.json +49 -0
- package/package.json +24 -25
- package/pronghorn.json +939 -607
- package/propertiesSchema.json +431 -31
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.yaml +12973 -0
- package/report/adapterInfo.json +8 -8
- package/report/updateReport1691508805766.json +120 -0
- package/report/updateReport1692203264930.json +120 -0
- package/report/updateReport1694468871425.json +120 -0
- package/report/updateReport1698422784828.json +120 -0
- package/sampleProperties.json +63 -2
- package/test/integration/adapterTestBasicGet.js +2 -4
- package/test/integration/adapterTestConnectivity.js +91 -42
- package/test/integration/adapterTestIntegration.js +130 -27
- package/test/unit/adapterBaseTestUnit.js +388 -313
- package/test/unit/adapterTestUnit.js +338 -158
- package/utils/adapterInfo.js +1 -1
- package/utils/addAuth.js +1 -1
- package/utils/artifactize.js +1 -1
- package/utils/checkMigrate.js +1 -1
- package/utils/entitiesToDB.js +2 -2
- package/utils/findPath.js +1 -1
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +13 -15
- package/utils/packModificationScript.js +1 -1
- package/utils/pre-commit.sh +2 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +89 -34
- package/utils/tbUtils.js +41 -21
- package/utils/testRunner.js +1 -1
- package/utils/troubleshootingAdapter.js +9 -6
- package/workflows/README.md +0 -3
- /package/report/{Tufin-SecureApp-R19-2-RC1.OpenApi3Json.json → adapter-openapi.json} +0 -0
package/CALLS.md
CHANGED
|
@@ -19,7 +19,7 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
19
19
|
</tr>
|
|
20
20
|
<tr>
|
|
21
21
|
<td style="padding:15px">healthCheck(callback)</td>
|
|
22
|
-
<td style="padding:15px">This call ensures that the adapter can communicate with
|
|
22
|
+
<td style="padding:15px">This call ensures that the adapter can communicate with Adapter for Tufin SecureApp. The actual call that is used is defined in the adapter properties and .system entities action.json file.</td>
|
|
23
23
|
<td style="padding:15px">No</td>
|
|
24
24
|
</tr>
|
|
25
25
|
<tr>
|
|
@@ -29,7 +29,7 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
29
29
|
</tr>
|
|
30
30
|
<tr>
|
|
31
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
|
|
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 Adapter for Tufin SecureApp.</td>
|
|
33
33
|
<td style="padding:15px">No</td>
|
|
34
34
|
</tr>
|
|
35
35
|
<tr>
|
|
@@ -37,11 +37,6 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
37
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
38
|
<td style="padding:15px">Yes</td>
|
|
39
39
|
</tr>
|
|
40
|
-
<tr>
|
|
41
|
-
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
42
|
-
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
43
|
-
<td style="padding:15px">Yes</td>
|
|
44
|
-
</tr>
|
|
45
40
|
<tr>
|
|
46
41
|
<td style="padding:15px">iapSuspendAdapter(mode, callback)</td>
|
|
47
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>
|
|
@@ -57,12 +52,16 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
57
52
|
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
|
|
58
53
|
<td style="padding:15px">Yes</td>
|
|
59
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
60
|
<tr>
|
|
61
61
|
<td style="padding:15px">iapTroubleshootAdapter(props, persistFlag, adapter, callback)</td>
|
|
62
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
63
|
<td style="padding:15px">Yes</td>
|
|
64
64
|
</tr>
|
|
65
|
-
|
|
66
65
|
<tr>
|
|
67
66
|
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
|
|
68
67
|
<td style="padding:15px">This call will return the results of a healthcheck.</td>
|
|
@@ -83,6 +82,21 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
83
82
|
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or IAP Database.</td>
|
|
84
83
|
<td style="padding:15px">Yes</td>
|
|
85
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>
|
|
86
100
|
<tr>
|
|
87
101
|
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
88
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>
|
|
@@ -94,24 +108,88 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
94
108
|
<td style="padding:15px">Yes</td>
|
|
95
109
|
</tr>
|
|
96
110
|
<tr>
|
|
97
|
-
<td style="padding:15px">
|
|
98
|
-
<td style="padding:15px">
|
|
111
|
+
<td style="padding:15px">iapRunAdapterLint(callback)</td>
|
|
112
|
+
<td style="padding:15px">Runs lint on the addapter 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>
|
|
99
179
|
<td style="padding:15px">No</td>
|
|
100
180
|
</tr>
|
|
101
181
|
<tr>
|
|
102
|
-
<td style="padding:15px">
|
|
103
|
-
<td style="padding:15px">This call
|
|
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>
|
|
104
184
|
<td style="padding:15px">No</td>
|
|
105
185
|
</tr>
|
|
106
186
|
<tr>
|
|
107
|
-
<td style="padding:15px">
|
|
108
|
-
<td style="padding:15px">This call
|
|
187
|
+
<td style="padding:15px">iapGetDeviceCount(callback)</td>
|
|
188
|
+
<td style="padding:15px">This call returns the count of devices.</td>
|
|
109
189
|
<td style="padding:15px">No</td>
|
|
110
190
|
</tr>
|
|
111
191
|
</table>
|
|
112
192
|
<br>
|
|
113
|
-
|
|
114
|
-
### Adapter Broker Calls
|
|
115
193
|
|
|
116
194
|
These are adapter methods that are used to integrate to IAP Brokers. This adapter currently supports the following broker calls.
|
|
117
195
|
|
|
@@ -165,5 +243,905 @@ Specific adapter calls are built based on the API of the Tufin_secureapp. The Ad
|
|
|
165
243
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
166
244
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
167
245
|
</tr>
|
|
246
|
+
<tr>
|
|
247
|
+
<td style="padding:15px">retrieveExistingApplicationAccessRequests(applicationId, callback)</td>
|
|
248
|
+
<td style="padding:15px">Retrieve existing application access requests</td>
|
|
249
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests?{query}</td>
|
|
250
|
+
<td style="padding:15px">Yes</td>
|
|
251
|
+
</tr>
|
|
252
|
+
<tr>
|
|
253
|
+
<td style="padding:15px">createApplicationAccessRequest(body, applicationId, callback)</td>
|
|
254
|
+
<td style="padding:15px">Create application access request</td>
|
|
255
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests?{query}</td>
|
|
256
|
+
<td style="padding:15px">Yes</td>
|
|
257
|
+
</tr>
|
|
258
|
+
<tr>
|
|
259
|
+
<td style="padding:15px">updateApplicationAccessRequests(body, applicationId, callback)</td>
|
|
260
|
+
<td style="padding:15px">Update application access requests</td>
|
|
261
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests?{query}</td>
|
|
262
|
+
<td style="padding:15px">Yes</td>
|
|
263
|
+
</tr>
|
|
264
|
+
<tr>
|
|
265
|
+
<td style="padding:15px">retrieveAnExistingApplicationAccessRequestByID(applicationId, requestId, callback)</td>
|
|
266
|
+
<td style="padding:15px">Retrieve an existing application access request by ID</td>
|
|
267
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests/{pathv2}?{query}</td>
|
|
268
|
+
<td style="padding:15px">Yes</td>
|
|
269
|
+
</tr>
|
|
270
|
+
<tr>
|
|
271
|
+
<td style="padding:15px">updateAnApplicationAccessRequest(body, applicationId, requestId, callback)</td>
|
|
272
|
+
<td style="padding:15px">Update an application access request</td>
|
|
273
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests/{pathv2}?{query}</td>
|
|
274
|
+
<td style="padding:15px">Yes</td>
|
|
275
|
+
</tr>
|
|
276
|
+
<tr>
|
|
277
|
+
<td style="padding:15px">createConnections(body, applicationId, callback)</td>
|
|
278
|
+
<td style="padding:15px">Create connections</td>
|
|
279
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections?{query}</td>
|
|
280
|
+
<td style="padding:15px">Yes</td>
|
|
281
|
+
</tr>
|
|
282
|
+
<tr>
|
|
283
|
+
<td style="padding:15px">updateConnections(body, applicationId, callback)</td>
|
|
284
|
+
<td style="padding:15px">Update connections</td>
|
|
285
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections?{query}</td>
|
|
286
|
+
<td style="padding:15px">Yes</td>
|
|
287
|
+
</tr>
|
|
288
|
+
<tr>
|
|
289
|
+
<td style="padding:15px">retrieveExistingConnections(applicationId, callback)</td>
|
|
290
|
+
<td style="padding:15px">Retrieve existing connections</td>
|
|
291
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections?{query}</td>
|
|
292
|
+
<td style="padding:15px">Yes</td>
|
|
293
|
+
</tr>
|
|
294
|
+
<tr>
|
|
295
|
+
<td style="padding:15px">retrieveExistingConnectionsWithExtendedResourcesInformation(applicationId, callback)</td>
|
|
296
|
+
<td style="padding:15px">Retrieve existing connections, with extended resources information</td>
|
|
297
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections_extended?{query}</td>
|
|
298
|
+
<td style="padding:15px">Yes</td>
|
|
299
|
+
</tr>
|
|
300
|
+
<tr>
|
|
301
|
+
<td style="padding:15px">createATicketToRepairAConnection(body, applicationId, connectionId, callback)</td>
|
|
302
|
+
<td style="padding:15px">Create a ticket to repair a connection</td>
|
|
303
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}/repair?{query}</td>
|
|
304
|
+
<td style="padding:15px">Yes</td>
|
|
305
|
+
</tr>
|
|
306
|
+
<tr>
|
|
307
|
+
<td style="padding:15px">deleteConnection(applicationId, connectionId, callback)</td>
|
|
308
|
+
<td style="padding:15px">Delete connection</td>
|
|
309
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}?{query}</td>
|
|
310
|
+
<td style="padding:15px">Yes</td>
|
|
311
|
+
</tr>
|
|
312
|
+
<tr>
|
|
313
|
+
<td style="padding:15px">updateAConnection(body, applicationId, connectionId, callback)</td>
|
|
314
|
+
<td style="padding:15px">Update a connection</td>
|
|
315
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}?{query}</td>
|
|
316
|
+
<td style="padding:15px">Yes</td>
|
|
317
|
+
</tr>
|
|
318
|
+
<tr>
|
|
319
|
+
<td style="padding:15px">retrieveAnExistingConnectionByID(applicationId, connectionId, callback)</td>
|
|
320
|
+
<td style="padding:15px">Retrieve an existing connection by ID</td>
|
|
321
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}?{query}</td>
|
|
322
|
+
<td style="padding:15px">Yes</td>
|
|
323
|
+
</tr>
|
|
324
|
+
<tr>
|
|
325
|
+
<td style="padding:15px">fetchesApplicationIdentities(callback)</td>
|
|
326
|
+
<td style="padding:15px">Fetches application identities</td>
|
|
327
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/application_identities?{query}</td>
|
|
328
|
+
<td style="padding:15px">Yes</td>
|
|
329
|
+
</tr>
|
|
330
|
+
<tr>
|
|
331
|
+
<td style="padding:15px">deleteInterfaceConnection(applicationId, applicationInterfaceId, connectionInterfaceId, callback)</td>
|
|
332
|
+
<td style="padding:15px">Delete interface connection</td>
|
|
333
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}/interface_connections/{pathv3}?{query}</td>
|
|
334
|
+
<td style="padding:15px">Yes</td>
|
|
335
|
+
</tr>
|
|
336
|
+
<tr>
|
|
337
|
+
<td style="padding:15px">updateAnInterfaceConnection(body, applicationId, applicationInterfaceId, connectionInterfaceId, callback)</td>
|
|
338
|
+
<td style="padding:15px">Update an interface connection</td>
|
|
339
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}/interface_connections/{pathv3}?{query}</td>
|
|
340
|
+
<td style="padding:15px">Yes</td>
|
|
341
|
+
</tr>
|
|
342
|
+
<tr>
|
|
343
|
+
<td style="padding:15px">retrieveAnExistingInterfaceConnectionByID(applicationId, applicationInterfaceId, connectionInterfaceId, callback)</td>
|
|
344
|
+
<td style="padding:15px">Retrieve an existing interface connection by ID</td>
|
|
345
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}/interface_connections/{pathv3}?{query}</td>
|
|
346
|
+
<td style="padding:15px">Yes</td>
|
|
347
|
+
</tr>
|
|
348
|
+
<tr>
|
|
349
|
+
<td style="padding:15px">retrieveExistingConnectionsToApplication(applicationId, callback)</td>
|
|
350
|
+
<td style="padding:15px">Retrieve existing connections to application</td>
|
|
351
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections_to_applications?{query}</td>
|
|
352
|
+
<td style="padding:15px">Yes</td>
|
|
353
|
+
</tr>
|
|
354
|
+
<tr>
|
|
355
|
+
<td style="padding:15px">createConnectionToApplication(body, applicationId, callback)</td>
|
|
356
|
+
<td style="padding:15px">Create connection to application</td>
|
|
357
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections_to_applications?{query}</td>
|
|
358
|
+
<td style="padding:15px">Yes</td>
|
|
359
|
+
</tr>
|
|
360
|
+
<tr>
|
|
361
|
+
<td style="padding:15px">updateAnApplicationInterface(body, applicationId, applicationInterfaceId, callback)</td>
|
|
362
|
+
<td style="padding:15px">Update an application interface</td>
|
|
363
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}?{query}</td>
|
|
364
|
+
<td style="padding:15px">Yes</td>
|
|
365
|
+
</tr>
|
|
366
|
+
<tr>
|
|
367
|
+
<td style="padding:15px">deleteApplicationInterface(applicationId, applicationInterfaceId, callback)</td>
|
|
368
|
+
<td style="padding:15px">Delete application interface</td>
|
|
369
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}?{query}</td>
|
|
370
|
+
<td style="padding:15px">Yes</td>
|
|
371
|
+
</tr>
|
|
372
|
+
<tr>
|
|
373
|
+
<td style="padding:15px">retrieveAnExistingApplicationInterfaceByID(applicationId, applicationInterfaceId, callback)</td>
|
|
374
|
+
<td style="padding:15px">Retrieve an existing application interface by ID</td>
|
|
375
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}?{query}</td>
|
|
376
|
+
<td style="padding:15px">Yes</td>
|
|
377
|
+
</tr>
|
|
378
|
+
<tr>
|
|
379
|
+
<td style="padding:15px">retrieveExistingInterfaceConnections(applicationId, applicationInterfaceId, callback)</td>
|
|
380
|
+
<td style="padding:15px">Retrieve existing interface connections</td>
|
|
381
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}/interface_connections?{query}</td>
|
|
382
|
+
<td style="padding:15px">Yes</td>
|
|
383
|
+
</tr>
|
|
384
|
+
<tr>
|
|
385
|
+
<td style="padding:15px">createInterfaceConnections(body, applicationId, applicationInterfaceId, callback)</td>
|
|
386
|
+
<td style="padding:15px">Create interface connections</td>
|
|
387
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces/{pathv2}/interface_connections?{query}</td>
|
|
388
|
+
<td style="padding:15px">Yes</td>
|
|
389
|
+
</tr>
|
|
390
|
+
<tr>
|
|
391
|
+
<td style="padding:15px">retrieveExistingApplicationInterfaces(applicationId, callback)</td>
|
|
392
|
+
<td style="padding:15px">Retrieve existing application interfaces</td>
|
|
393
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces?{query}</td>
|
|
394
|
+
<td style="padding:15px">Yes</td>
|
|
395
|
+
</tr>
|
|
396
|
+
<tr>
|
|
397
|
+
<td style="padding:15px">createApplicationInterface(body, applicationId, callback)</td>
|
|
398
|
+
<td style="padding:15px">Create application interface</td>
|
|
399
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_interfaces?{query}</td>
|
|
400
|
+
<td style="padding:15px">Yes</td>
|
|
401
|
+
</tr>
|
|
402
|
+
<tr>
|
|
403
|
+
<td style="padding:15px">retrieveAnExistingConnectionToApplicationByID(applicationId, connectionToApplicationId, callback)</td>
|
|
404
|
+
<td style="padding:15px">Retrieve an existing connection to application by ID</td>
|
|
405
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections_to_applications/{pathv2}?{query}</td>
|
|
406
|
+
<td style="padding:15px">Yes</td>
|
|
407
|
+
</tr>
|
|
408
|
+
<tr>
|
|
409
|
+
<td style="padding:15px">updateAConnectionToApplication(body, applicationId, connectionToApplicationId, callback)</td>
|
|
410
|
+
<td style="padding:15px">Update a connection to application</td>
|
|
411
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections_to_applications/{pathv2}?{query}</td>
|
|
412
|
+
<td style="padding:15px">Yes</td>
|
|
413
|
+
</tr>
|
|
414
|
+
<tr>
|
|
415
|
+
<td style="padding:15px">deleteConnectionToApplication(applicationId, connectionToApplicationId, callback)</td>
|
|
416
|
+
<td style="padding:15px">Delete connection to application</td>
|
|
417
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections_to_applications/{pathv2}?{query}</td>
|
|
418
|
+
<td style="padding:15px">Yes</td>
|
|
419
|
+
</tr>
|
|
420
|
+
<tr>
|
|
421
|
+
<td style="padding:15px">retrieveConnectionToApplicationMappingsForSourceAndTargetApplications(sourceApplicationId, targetApplicationId, callback)</td>
|
|
422
|
+
<td style="padding:15px">Retrieve connection to application mappings for source and target applications</td>
|
|
423
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/migrate/{pathv1},/{pathv2}/connections_to_applications_mapping?{query}</td>
|
|
424
|
+
<td style="padding:15px">Yes</td>
|
|
425
|
+
</tr>
|
|
426
|
+
<tr>
|
|
427
|
+
<td style="padding:15px">updateConnectionToApplicationMappingsForSourceAndTargetApplications(body, sourceApplicationId, targetApplicationId, callback)</td>
|
|
428
|
+
<td style="padding:15px">Update connection to application mappings for source and target applications</td>
|
|
429
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/migrate/{pathv1},/{pathv2}/connections_to_applications_mapping?{query}</td>
|
|
430
|
+
<td style="padding:15px">Yes</td>
|
|
431
|
+
</tr>
|
|
432
|
+
<tr>
|
|
433
|
+
<td style="padding:15px">copyApplicationServersAndConnectionsToAnotherApplication(body, sourceApplicationId, targetApplicationId, callback)</td>
|
|
434
|
+
<td style="padding:15px">Copy application servers and connections to another application.</td>
|
|
435
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/migrate/{pathv1},/{pathv2}?{query}</td>
|
|
436
|
+
<td style="padding:15px">Yes</td>
|
|
437
|
+
</tr>
|
|
438
|
+
<tr>
|
|
439
|
+
<td style="padding:15px">retrieveServerMappingsForSourceAndTargetApplications(sourceApplicationId, targetApplicationId, callback)</td>
|
|
440
|
+
<td style="padding:15px">Retrieve server mappings for source and target applications</td>
|
|
441
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/migrate/{pathv1},/{pathv2}/servers_mapping?{query}</td>
|
|
442
|
+
<td style="padding:15px">Yes</td>
|
|
443
|
+
</tr>
|
|
444
|
+
<tr>
|
|
445
|
+
<td style="padding:15px">updateServerMappingsForSourceAndTargetApplications(body, sourceApplicationId, targetApplicationId, callback)</td>
|
|
446
|
+
<td style="padding:15px">Update server mappings for source and target applications</td>
|
|
447
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/migrate/{pathv1},/{pathv2}/servers_mapping?{query}</td>
|
|
448
|
+
<td style="padding:15px">Yes</td>
|
|
449
|
+
</tr>
|
|
450
|
+
<tr>
|
|
451
|
+
<td style="padding:15px">retrieveAListOfAllConnectionToApplicationPackByApplicationID(applicationId, callback)</td>
|
|
452
|
+
<td style="padding:15px">Retrieve a list of all connection to application pack by application ID.</td>
|
|
453
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connection_to_application_packs/?{query}</td>
|
|
454
|
+
<td style="padding:15px">Yes</td>
|
|
455
|
+
</tr>
|
|
456
|
+
<tr>
|
|
457
|
+
<td style="padding:15px">createNewConnectionToApplicationPacks(body, applicationId, callback)</td>
|
|
458
|
+
<td style="padding:15px">Create new connection to application packs</td>
|
|
459
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connection_to_application_packs/?{query}</td>
|
|
460
|
+
<td style="padding:15px">Yes</td>
|
|
461
|
+
</tr>
|
|
462
|
+
<tr>
|
|
463
|
+
<td style="padding:15px">deleteApplicationPack(customerId, applicationPackId, callback)</td>
|
|
464
|
+
<td style="padding:15px">Delete application pack</td>
|
|
465
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}?{query}</td>
|
|
466
|
+
<td style="padding:15px">Yes</td>
|
|
467
|
+
</tr>
|
|
468
|
+
<tr>
|
|
469
|
+
<td style="padding:15px">retrieveAnExistingApplicationPackByID(customerId, applicationPackId, callback)</td>
|
|
470
|
+
<td style="padding:15px">Retrieve an existing application pack by ID</td>
|
|
471
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}?{query}</td>
|
|
472
|
+
<td style="padding:15px">Yes</td>
|
|
473
|
+
</tr>
|
|
474
|
+
<tr>
|
|
475
|
+
<td style="padding:15px">updateAnApplicationPack(body, customerId, applicationPackId, callback)</td>
|
|
476
|
+
<td style="padding:15px">Update an application pack</td>
|
|
477
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}?{query}</td>
|
|
478
|
+
<td style="padding:15px">Yes</td>
|
|
479
|
+
</tr>
|
|
480
|
+
<tr>
|
|
481
|
+
<td style="padding:15px">listAllApplicationPackTags(customerId, applicationPackId, callback)</td>
|
|
482
|
+
<td style="padding:15px">List all application pack tags</td>
|
|
483
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}/tags?{query}</td>
|
|
484
|
+
<td style="padding:15px">Yes</td>
|
|
485
|
+
</tr>
|
|
486
|
+
<tr>
|
|
487
|
+
<td style="padding:15px">deleteTagsFromApplicationPack(customerId, applicationPackId, callback)</td>
|
|
488
|
+
<td style="padding:15px">Delete tags from application pack</td>
|
|
489
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}/tags?{query}</td>
|
|
490
|
+
<td style="padding:15px">Yes</td>
|
|
491
|
+
</tr>
|
|
492
|
+
<tr>
|
|
493
|
+
<td style="padding:15px">createNewTagUnderAnApplicationPack(body, customerId, applicationPackId, callback)</td>
|
|
494
|
+
<td style="padding:15px">Create new Tag under an application pack</td>
|
|
495
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}/tags?{query}</td>
|
|
496
|
+
<td style="padding:15px">Yes</td>
|
|
497
|
+
</tr>
|
|
498
|
+
<tr>
|
|
499
|
+
<td style="padding:15px">modifyTagsOfAnApplicationPack(body, customerId, applicationPackId, callback)</td>
|
|
500
|
+
<td style="padding:15px">Modify tags of an application pack</td>
|
|
501
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}/tags?{query}</td>
|
|
502
|
+
<td style="padding:15px">Yes</td>
|
|
503
|
+
</tr>
|
|
504
|
+
<tr>
|
|
505
|
+
<td style="padding:15px">removeApplicationInterfacesFromApplicationPack(customerId, applicationPackId, callback)</td>
|
|
506
|
+
<td style="padding:15px">Remove application interfaces from application pack</td>
|
|
507
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}/application_interfaces?{query}</td>
|
|
508
|
+
<td style="padding:15px">Yes</td>
|
|
509
|
+
</tr>
|
|
510
|
+
<tr>
|
|
511
|
+
<td style="padding:15px">updateApplicationInterfacesAndTagMapping(body, customerId, applicationPackId, callback)</td>
|
|
512
|
+
<td style="padding:15px">Update application interfaces and tag mapping</td>
|
|
513
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}/application_interfaces?{query}</td>
|
|
514
|
+
<td style="padding:15px">Yes</td>
|
|
515
|
+
</tr>
|
|
516
|
+
<tr>
|
|
517
|
+
<td style="padding:15px">createNewApplicationPacks(body, customerId, callback)</td>
|
|
518
|
+
<td style="padding:15px">Create new application packs</td>
|
|
519
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/?{query}</td>
|
|
520
|
+
<td style="padding:15px">Yes</td>
|
|
521
|
+
</tr>
|
|
522
|
+
<tr>
|
|
523
|
+
<td style="padding:15px">updateApplicationPacks(body, customerId, callback)</td>
|
|
524
|
+
<td style="padding:15px">Update application packs</td>
|
|
525
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/?{query}</td>
|
|
526
|
+
<td style="padding:15px">Yes</td>
|
|
527
|
+
</tr>
|
|
528
|
+
<tr>
|
|
529
|
+
<td style="padding:15px">listAllApplicationPacks(customerId, callback)</td>
|
|
530
|
+
<td style="padding:15px">List all application packs</td>
|
|
531
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/?{query}</td>
|
|
532
|
+
<td style="padding:15px">Yes</td>
|
|
533
|
+
</tr>
|
|
534
|
+
<tr>
|
|
535
|
+
<td style="padding:15px">getTagByID(customerId, applicationPackId, tagId, callback)</td>
|
|
536
|
+
<td style="padding:15px">Get tag by ID</td>
|
|
537
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/customers/{pathv1}/application_packs/{pathv2}/tags/{pathv3}?{query}</td>
|
|
538
|
+
<td style="padding:15px">Yes</td>
|
|
539
|
+
</tr>
|
|
540
|
+
<tr>
|
|
541
|
+
<td style="padding:15px">putSecureappRepositoryApplicationsApplicationIdConnectionToApplicationPacksConnectionToApplicationPackId(body, applicationId, connectionToApplicationPackId, callback)</td>
|
|
542
|
+
<td style="padding:15px">Update an application pack</td>
|
|
543
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connection_to_application_packs/{pathv2}?{query}</td>
|
|
544
|
+
<td style="padding:15px">Yes</td>
|
|
545
|
+
</tr>
|
|
546
|
+
<tr>
|
|
547
|
+
<td style="padding:15px">deleteAConnectionToApplicationPack(applicationId, connectionToApplicationPackId, callback)</td>
|
|
548
|
+
<td style="padding:15px">Delete a connection to application pack</td>
|
|
549
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connection_to_application_packs/{pathv2}?{query}</td>
|
|
550
|
+
<td style="padding:15px">Yes</td>
|
|
551
|
+
</tr>
|
|
552
|
+
<tr>
|
|
553
|
+
<td style="padding:15px">retrieveAnExistingConnectionToApplicationPackByID(applicationId, connectionToApplicationPackId, callback)</td>
|
|
554
|
+
<td style="padding:15px">Retrieve an existing connection to application pack by ID.</td>
|
|
555
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connection_to_application_packs/{pathv2}?{query}</td>
|
|
556
|
+
<td style="padding:15px">Yes</td>
|
|
557
|
+
</tr>
|
|
558
|
+
<tr>
|
|
559
|
+
<td style="padding:15px">retrieveExistingAccessRules(applicationId, callback)</td>
|
|
560
|
+
<td style="padding:15px">Retrieve existing access rules</td>
|
|
561
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/access_requests?{query}</td>
|
|
562
|
+
<td style="padding:15px">Yes</td>
|
|
563
|
+
</tr>
|
|
564
|
+
<tr>
|
|
565
|
+
<td style="padding:15px">fetchesServers(callback)</td>
|
|
566
|
+
<td style="padding:15px">Fetches servers</td>
|
|
567
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/network_objects?{query}</td>
|
|
568
|
+
<td style="padding:15px">Yes</td>
|
|
569
|
+
</tr>
|
|
570
|
+
<tr>
|
|
571
|
+
<td style="padding:15px">fetchesServerByID(serverId, callback)</td>
|
|
572
|
+
<td style="padding:15px">Fetches server by ID</td>
|
|
573
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/network_objects/{pathv1}?{query}</td>
|
|
574
|
+
<td style="padding:15px">Yes</td>
|
|
575
|
+
</tr>
|
|
576
|
+
<tr>
|
|
577
|
+
<td style="padding:15px">exportServerImpactAnalysisToACSVFile(applicationId, serverId, callback)</td>
|
|
578
|
+
<td style="padding:15px">Export Server Impact Analysis to a CSV file.</td>
|
|
579
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/network_objects/{pathv2}/impact_analysis_csv?{query}</td>
|
|
580
|
+
<td style="padding:15px">Yes</td>
|
|
581
|
+
</tr>
|
|
582
|
+
<tr>
|
|
583
|
+
<td style="padding:15px">createServers(body, applicationId, callback)</td>
|
|
584
|
+
<td style="padding:15px">Create servers</td>
|
|
585
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/network_objects?{query}</td>
|
|
586
|
+
<td style="padding:15px">Yes</td>
|
|
587
|
+
</tr>
|
|
588
|
+
<tr>
|
|
589
|
+
<td style="padding:15px">updateServers(body, applicationId, callback)</td>
|
|
590
|
+
<td style="padding:15px">Update servers</td>
|
|
591
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/network_objects?{query}</td>
|
|
592
|
+
<td style="padding:15px">Yes</td>
|
|
593
|
+
</tr>
|
|
594
|
+
<tr>
|
|
595
|
+
<td style="padding:15px">retrieveExistingServers(applicationId, callback)</td>
|
|
596
|
+
<td style="padding:15px">Retrieve existing servers</td>
|
|
597
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/network_objects?{query}</td>
|
|
598
|
+
<td style="padding:15px">Yes</td>
|
|
599
|
+
</tr>
|
|
600
|
+
<tr>
|
|
601
|
+
<td style="padding:15px">moveServer(body, applicationId, callback)</td>
|
|
602
|
+
<td style="padding:15px">Move server</td>
|
|
603
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/move_server?{query}</td>
|
|
604
|
+
<td style="padding:15px">Yes</td>
|
|
605
|
+
</tr>
|
|
606
|
+
<tr>
|
|
607
|
+
<td style="padding:15px">retrieveAnExistingServerByID(applicationId, serverId, callback)</td>
|
|
608
|
+
<td style="padding:15px">Retrieve an existing server by ID</td>
|
|
609
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/network_objects/{pathv2}?{query}</td>
|
|
610
|
+
<td style="padding:15px">Yes</td>
|
|
611
|
+
</tr>
|
|
612
|
+
<tr>
|
|
613
|
+
<td style="padding:15px">deleteServer(applicationId, serverId, callback)</td>
|
|
614
|
+
<td style="padding:15px">Delete server</td>
|
|
615
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/network_objects/{pathv2}?{query}</td>
|
|
616
|
+
<td style="padding:15px">Yes</td>
|
|
617
|
+
</tr>
|
|
618
|
+
<tr>
|
|
619
|
+
<td style="padding:15px">deleteUnusedAndNonPredefinedGlobalService(serviceId, callback)</td>
|
|
620
|
+
<td style="padding:15px">Delete unused and non predefined global service</td>
|
|
621
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/services/{pathv1}?{query}</td>
|
|
622
|
+
<td style="padding:15px">Yes</td>
|
|
623
|
+
</tr>
|
|
624
|
+
<tr>
|
|
625
|
+
<td style="padding:15px">fetchesServiceByID(serviceId, callback)</td>
|
|
626
|
+
<td style="padding:15px">Fetches service by ID</td>
|
|
627
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/services/{pathv1}?{query}</td>
|
|
628
|
+
<td style="padding:15px">Yes</td>
|
|
629
|
+
</tr>
|
|
630
|
+
<tr>
|
|
631
|
+
<td style="padding:15px">deleteUnusedAndNonPredefinedGlobalServiceByName(callback)</td>
|
|
632
|
+
<td style="padding:15px">Delete unused and non predefined global service by name</td>
|
|
633
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/services?{query}</td>
|
|
634
|
+
<td style="padding:15px">Yes</td>
|
|
635
|
+
</tr>
|
|
636
|
+
<tr>
|
|
637
|
+
<td style="padding:15px">createGlobalServices(body, callback)</td>
|
|
638
|
+
<td style="padding:15px">Create global services</td>
|
|
639
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/services?{query}</td>
|
|
640
|
+
<td style="padding:15px">Yes</td>
|
|
641
|
+
</tr>
|
|
642
|
+
<tr>
|
|
643
|
+
<td style="padding:15px">fetchesServices(callback)</td>
|
|
644
|
+
<td style="padding:15px">Fetches services</td>
|
|
645
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/services?{query}</td>
|
|
646
|
+
<td style="padding:15px">Yes</td>
|
|
647
|
+
</tr>
|
|
648
|
+
<tr>
|
|
649
|
+
<td style="padding:15px">modifyUnusedAndNonPredefinedGlobalServices(body, callback)</td>
|
|
650
|
+
<td style="padding:15px">Modify unused and non predefined global services</td>
|
|
651
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/services/?{query}</td>
|
|
652
|
+
<td style="padding:15px">Yes</td>
|
|
653
|
+
</tr>
|
|
654
|
+
<tr>
|
|
655
|
+
<td style="padding:15px">updateServices(body, applicationId, callback)</td>
|
|
656
|
+
<td style="padding:15px">Update services</td>
|
|
657
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/services?{query}</td>
|
|
658
|
+
<td style="padding:15px">Yes</td>
|
|
659
|
+
</tr>
|
|
660
|
+
<tr>
|
|
661
|
+
<td style="padding:15px">retrieveExistingServices(applicationId, callback)</td>
|
|
662
|
+
<td style="padding:15px">Retrieve existing services</td>
|
|
663
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/services?{query}</td>
|
|
664
|
+
<td style="padding:15px">Yes</td>
|
|
665
|
+
</tr>
|
|
666
|
+
<tr>
|
|
667
|
+
<td style="padding:15px">createServices(body, applicationId, callback)</td>
|
|
668
|
+
<td style="padding:15px">Create services</td>
|
|
669
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/services?{query}</td>
|
|
670
|
+
<td style="padding:15px">Yes</td>
|
|
671
|
+
</tr>
|
|
672
|
+
<tr>
|
|
673
|
+
<td style="padding:15px">deleteService(applicationId, serviceId, callback)</td>
|
|
674
|
+
<td style="padding:15px">Delete service</td>
|
|
675
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/services/{pathv2}?{query}</td>
|
|
676
|
+
<td style="padding:15px">Yes</td>
|
|
677
|
+
</tr>
|
|
678
|
+
<tr>
|
|
679
|
+
<td style="padding:15px">retrieveAnExistingServiceByID(applicationId, serviceId, callback)</td>
|
|
680
|
+
<td style="padding:15px">Retrieve an existing service by ID</td>
|
|
681
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/services/{pathv2}?{query}</td>
|
|
682
|
+
<td style="padding:15px">Yes</td>
|
|
683
|
+
</tr>
|
|
684
|
+
<tr>
|
|
685
|
+
<td style="padding:15px">createUsers(body, callback)</td>
|
|
686
|
+
<td style="padding:15px">Create users</td>
|
|
687
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users?{query}</td>
|
|
688
|
+
<td style="padding:15px">Yes</td>
|
|
689
|
+
</tr>
|
|
690
|
+
<tr>
|
|
691
|
+
<td style="padding:15px">fetchesUsers(callback)</td>
|
|
692
|
+
<td style="padding:15px">Fetches users</td>
|
|
693
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users?{query}</td>
|
|
694
|
+
<td style="padding:15px">Yes</td>
|
|
695
|
+
</tr>
|
|
696
|
+
<tr>
|
|
697
|
+
<td style="padding:15px">fetchesUserByID(userId, callback)</td>
|
|
698
|
+
<td style="padding:15px">Fetches user by ID</td>
|
|
699
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users/{pathv1}?{query}</td>
|
|
700
|
+
<td style="padding:15px">Yes</td>
|
|
701
|
+
</tr>
|
|
702
|
+
<tr>
|
|
703
|
+
<td style="padding:15px">deleteUnusedUser(userId, callback)</td>
|
|
704
|
+
<td style="padding:15px">Delete unused user</td>
|
|
705
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users/{pathv1}?{query}</td>
|
|
706
|
+
<td style="padding:15px">Yes</td>
|
|
707
|
+
</tr>
|
|
708
|
+
<tr>
|
|
709
|
+
<td style="padding:15px">retrieveSecurityPolicyViolationsFromSecureTrack(applicationId, callback)</td>
|
|
710
|
+
<td style="padding:15px">Retrieve security policy violations from SecureTrack</td>
|
|
711
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/compliance_violations?{query}</td>
|
|
712
|
+
<td style="padding:15px">Yes</td>
|
|
713
|
+
</tr>
|
|
714
|
+
<tr>
|
|
715
|
+
<td style="padding:15px">deleteAnApplication(applicationId, callback)</td>
|
|
716
|
+
<td style="padding:15px">Delete an application</td>
|
|
717
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}?{query}</td>
|
|
718
|
+
<td style="padding:15px">Yes</td>
|
|
719
|
+
</tr>
|
|
720
|
+
<tr>
|
|
721
|
+
<td style="padding:15px">changeAnApplication(body, applicationId, callback)</td>
|
|
722
|
+
<td style="padding:15px">Change an application</td>
|
|
723
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}?{query}</td>
|
|
724
|
+
<td style="padding:15px">Yes</td>
|
|
725
|
+
</tr>
|
|
726
|
+
<tr>
|
|
727
|
+
<td style="padding:15px">retrieveAnExistingApplicationByID(applicationId, callback)</td>
|
|
728
|
+
<td style="padding:15px">Retrieve an existing application by ID</td>
|
|
729
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}?{query}</td>
|
|
730
|
+
<td style="padding:15px">Yes</td>
|
|
731
|
+
</tr>
|
|
732
|
+
<tr>
|
|
733
|
+
<td style="padding:15px">moveApplicationsToAnotherCustomer(body, callback)</td>
|
|
734
|
+
<td style="padding:15px">Move applications to another customer</td>
|
|
735
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/move_applications?{query}</td>
|
|
736
|
+
<td style="padding:15px">Yes</td>
|
|
737
|
+
</tr>
|
|
738
|
+
<tr>
|
|
739
|
+
<td style="padding:15px">retrieveApplicationHistory(applicationId, callback)</td>
|
|
740
|
+
<td style="padding:15px">Retrieve application history</td>
|
|
741
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/history?{query}</td>
|
|
742
|
+
<td style="padding:15px">Yes</td>
|
|
743
|
+
</tr>
|
|
744
|
+
<tr>
|
|
745
|
+
<td style="padding:15px">exportImpactAnalysisToACSVFile(applicationId, callback)</td>
|
|
746
|
+
<td style="padding:15px">Export Impact Analysis to a CSV file.</td>
|
|
747
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/impact_analysis_csv?{query}</td>
|
|
748
|
+
<td style="padding:15px">Yes</td>
|
|
749
|
+
</tr>
|
|
750
|
+
<tr>
|
|
751
|
+
<td style="padding:15px">updateApplications(body, callback)</td>
|
|
752
|
+
<td style="padding:15px">Update applications</td>
|
|
753
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/?{query}</td>
|
|
754
|
+
<td style="padding:15px">Yes</td>
|
|
755
|
+
</tr>
|
|
756
|
+
<tr>
|
|
757
|
+
<td style="padding:15px">createNewApplications(body, callback)</td>
|
|
758
|
+
<td style="padding:15px">Create new applications</td>
|
|
759
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/?{query}</td>
|
|
760
|
+
<td style="padding:15px">Yes</td>
|
|
761
|
+
</tr>
|
|
762
|
+
<tr>
|
|
763
|
+
<td style="padding:15px">listAllApplications(callback)</td>
|
|
764
|
+
<td style="padding:15px">List all applications</td>
|
|
765
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/?{query}</td>
|
|
766
|
+
<td style="padding:15px">Yes</td>
|
|
767
|
+
</tr>
|
|
768
|
+
<tr>
|
|
769
|
+
<td style="padding:15px">exportApplicationHistoryToPDF(applicationId, callback)</td>
|
|
770
|
+
<td style="padding:15px">Export application history to PDF</td>
|
|
771
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/history/export_pdf?{query}</td>
|
|
772
|
+
<td style="padding:15px">Yes</td>
|
|
773
|
+
</tr>
|
|
774
|
+
<tr>
|
|
775
|
+
<td style="padding:15px">autoAssociateCloudServersFromSecureTrackWithAnApplication(body, callback)</td>
|
|
776
|
+
<td style="padding:15px">Auto associate cloud servers from SecureTrack with an application</td>
|
|
777
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/cloud_console/servers/auto_association_rule?{query}</td>
|
|
778
|
+
<td style="padding:15px">Yes</td>
|
|
779
|
+
</tr>
|
|
780
|
+
<tr>
|
|
781
|
+
<td style="padding:15px">retrieveCloudServerListingFromSecureTrack(callback)</td>
|
|
782
|
+
<td style="padding:15px">Retrieve cloud server listing from SecureTrack</td>
|
|
783
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/cloud_console/servers/?{query}</td>
|
|
784
|
+
<td style="padding:15px">Yes</td>
|
|
785
|
+
</tr>
|
|
786
|
+
<tr>
|
|
787
|
+
<td style="padding:15px">associateCloudServersFromSecureTrackWithAnApplication(body, callback)</td>
|
|
788
|
+
<td style="padding:15px">Associate cloud servers from SecureTrack with an application</td>
|
|
789
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/cloud_console/servers/?{query}</td>
|
|
790
|
+
<td style="padding:15px">Yes</td>
|
|
791
|
+
</tr>
|
|
792
|
+
<tr>
|
|
793
|
+
<td style="padding:15px">retrieveExistingApplicationsForSpecificDomain(customerId, callback)</td>
|
|
794
|
+
<td style="padding:15px">Retrieve existing applications for specific domain</td>
|
|
795
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/customers/{pathv1}/applications?{query}</td>
|
|
796
|
+
<td style="padding:15px">Yes</td>
|
|
797
|
+
</tr>
|
|
798
|
+
<tr>
|
|
799
|
+
<td style="padding:15px">listAllImportedCustomers(callback)</td>
|
|
800
|
+
<td style="padding:15px">List all imported customers</td>
|
|
801
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/customers/imported?{query}</td>
|
|
802
|
+
<td style="padding:15px">Yes</td>
|
|
803
|
+
</tr>
|
|
804
|
+
<tr>
|
|
805
|
+
<td style="padding:15px">listAllNonImportedCustomers(callback)</td>
|
|
806
|
+
<td style="padding:15px">List all non-imported customers</td>
|
|
807
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/customers/not_imported?{query}</td>
|
|
808
|
+
<td style="padding:15px">Yes</td>
|
|
809
|
+
</tr>
|
|
810
|
+
<tr>
|
|
811
|
+
<td style="padding:15px">listAllCustomers(callback)</td>
|
|
812
|
+
<td style="padding:15px">List all customers</td>
|
|
813
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/customers/?{query}</td>
|
|
814
|
+
<td style="padding:15px">Yes</td>
|
|
815
|
+
</tr>
|
|
816
|
+
<tr>
|
|
817
|
+
<td style="padding:15px">updateACustomer(body, customerId, callback)</td>
|
|
818
|
+
<td style="padding:15px">Update a customer</td>
|
|
819
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/customers/{pathv1}?{query}</td>
|
|
820
|
+
<td style="padding:15px">Yes</td>
|
|
821
|
+
</tr>
|
|
822
|
+
<tr>
|
|
823
|
+
<td style="padding:15px">fetchesCustomerByID(customerId, callback)</td>
|
|
824
|
+
<td style="padding:15px">Fetches customer by ID</td>
|
|
825
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/customers/{pathv1}?{query}</td>
|
|
826
|
+
<td style="padding:15px">Yes</td>
|
|
827
|
+
</tr>
|
|
828
|
+
<tr>
|
|
829
|
+
<td style="padding:15px">importCustomers(body, callback)</td>
|
|
830
|
+
<td style="padding:15px">import customers</td>
|
|
831
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/customers/import?{query}</td>
|
|
832
|
+
<td style="padding:15px">Yes</td>
|
|
833
|
+
</tr>
|
|
834
|
+
<tr>
|
|
835
|
+
<td style="padding:15px">listAllDomains(callback)</td>
|
|
836
|
+
<td style="padding:15px">List all domains</td>
|
|
837
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/domains/?{query}</td>
|
|
838
|
+
<td style="padding:15px">Yes</td>
|
|
839
|
+
</tr>
|
|
840
|
+
<tr>
|
|
841
|
+
<td style="padding:15px">synchronizeDomains(body, callback)</td>
|
|
842
|
+
<td style="padding:15px">synchronize domains</td>
|
|
843
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/domains/synchronize?{query}</td>
|
|
844
|
+
<td style="padding:15px">Yes</td>
|
|
845
|
+
</tr>
|
|
846
|
+
<tr>
|
|
847
|
+
<td style="padding:15px">fetchesDomainByID(domainId, callback)</td>
|
|
848
|
+
<td style="padding:15px">Fetches domain by ID</td>
|
|
849
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/domains/{pathv1}?{query}</td>
|
|
850
|
+
<td style="padding:15px">Yes</td>
|
|
851
|
+
</tr>
|
|
852
|
+
<tr>
|
|
853
|
+
<td style="padding:15px">fetchesVirtualServersFromSecureTrack(callback)</td>
|
|
854
|
+
<td style="padding:15px">Fetches virtual servers from SecureTrack</td>
|
|
855
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/secureapp/external_resources/f5_virtual_servers?{query}</td>
|
|
856
|
+
<td style="padding:15px">Yes</td>
|
|
857
|
+
</tr>
|
|
858
|
+
<tr>
|
|
859
|
+
<td style="padding:15px">getSuggestedTargetsForAGivenAccessRequest(body, callback)</td>
|
|
860
|
+
<td style="padding:15px">Get suggested targets for a given access request</td>
|
|
861
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/devices/suggest_target?{query}</td>
|
|
862
|
+
<td style="padding:15px">Yes</td>
|
|
863
|
+
</tr>
|
|
864
|
+
<tr>
|
|
865
|
+
<td style="padding:15px">returnsTheManagementIdsListOfExcludedDevicesInSecureChange(callback)</td>
|
|
866
|
+
<td style="padding:15px">Returns the management ids list of excluded devices in SecureChange</td>
|
|
867
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/devices/excluded?{query}</td>
|
|
868
|
+
<td style="padding:15px">Yes</td>
|
|
869
|
+
</tr>
|
|
870
|
+
<tr>
|
|
871
|
+
<td style="padding:15px">updateTheWholeListOfExcludedDevicesInSecureChange(body, callback)</td>
|
|
872
|
+
<td style="padding:15px">Update the whole list of excluded devices in SecureChange</td>
|
|
873
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/devices/excluded?{query}</td>
|
|
874
|
+
<td style="padding:15px">Yes</td>
|
|
875
|
+
</tr>
|
|
876
|
+
<tr>
|
|
877
|
+
<td style="padding:15px">returnsTheDetailsOfTheDevicesThatYouCanSelectAsATargetInSecureChange(callback)</td>
|
|
878
|
+
<td style="padding:15px">Returns the details of the devices that you can select as a target in SecureChange</td>
|
|
879
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/devices/?{query}</td>
|
|
880
|
+
<td style="padding:15px">Yes</td>
|
|
881
|
+
</tr>
|
|
882
|
+
<tr>
|
|
883
|
+
<td style="padding:15px">runImpactAnalysisForGivenTask(body, id, taskId, callback)</td>
|
|
884
|
+
<td style="padding:15px">Run Impact Analysis for given task</td>
|
|
885
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/multi_server_decommission_request/impact_analysis?{query}</td>
|
|
886
|
+
<td style="padding:15px">Yes</td>
|
|
887
|
+
</tr>
|
|
888
|
+
<tr>
|
|
889
|
+
<td style="padding:15px">runVerifierForGivenTask(body, id, taskId, callback)</td>
|
|
890
|
+
<td style="padding:15px">Run Verifier for given task</td>
|
|
891
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/multi_server_decommission_request/verifier?{query}</td>
|
|
892
|
+
<td style="padding:15px">Yes</td>
|
|
893
|
+
</tr>
|
|
894
|
+
<tr>
|
|
895
|
+
<td style="padding:15px">getVerifierResults(id, stepId, taskId, fieldId, callback)</td>
|
|
896
|
+
<td style="padding:15px">Get verifier results</td>
|
|
897
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_server_decommission_request/{pathv4}/verifier?{query}</td>
|
|
898
|
+
<td style="padding:15px">Yes</td>
|
|
899
|
+
</tr>
|
|
900
|
+
<tr>
|
|
901
|
+
<td style="padding:15px">getServerDecommissionDesignerResults(id, stepId, taskId, fieldId, callback)</td>
|
|
902
|
+
<td style="padding:15px">Get server decommission designer results</td>
|
|
903
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_server_decommission_request/{pathv4}/designer?{query}</td>
|
|
904
|
+
<td style="padding:15px">Yes</td>
|
|
905
|
+
</tr>
|
|
906
|
+
<tr>
|
|
907
|
+
<td style="padding:15px">runServerDecommissionDesignerForGivenTask(body, id, taskId, callback)</td>
|
|
908
|
+
<td style="padding:15px">Run server decommission designer for given task</td>
|
|
909
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/multi_server_decommission_request/designer?{query}</td>
|
|
910
|
+
<td style="padding:15px">Yes</td>
|
|
911
|
+
</tr>
|
|
912
|
+
<tr>
|
|
913
|
+
<td style="padding:15px">getImpactAnalysisResults(id, stepId, taskId, fieldId, callback)</td>
|
|
914
|
+
<td style="padding:15px">Get impact analysis results</td>
|
|
915
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_server_decommission_request/{pathv4}/impact_analysis?{query}</td>
|
|
916
|
+
<td style="padding:15px">Yes</td>
|
|
917
|
+
</tr>
|
|
918
|
+
<tr>
|
|
919
|
+
<td style="padding:15px">modifyTheSecureTrackConnectionSettingsAndTestTheConnectionStatus(body, callback)</td>
|
|
920
|
+
<td style="padding:15px">Modify the SecureTrack connection settings and test the connection status</td>
|
|
921
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/integration_with_secureTrack/?{query}</td>
|
|
922
|
+
<td style="padding:15px">Yes</td>
|
|
923
|
+
</tr>
|
|
924
|
+
<tr>
|
|
925
|
+
<td style="padding:15px">retrieveTheSecureTrackConnectionSettingsAndStatus(callback)</td>
|
|
926
|
+
<td style="padding:15px">Retrieve the SecureTrack connection settings and status</td>
|
|
927
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/integration_with_secureTrack/?{query}</td>
|
|
928
|
+
<td style="padding:15px">Yes</td>
|
|
929
|
+
</tr>
|
|
930
|
+
<tr>
|
|
931
|
+
<td style="padding:15px">importUserFromLDAP(body, callback)</td>
|
|
932
|
+
<td style="padding:15px">Import user from LDAP</td>
|
|
933
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/users/?{query}</td>
|
|
934
|
+
<td style="padding:15px">Yes</td>
|
|
935
|
+
</tr>
|
|
936
|
+
<tr>
|
|
937
|
+
<td style="padding:15px">returnTheListOfUsers(callback)</td>
|
|
938
|
+
<td style="padding:15px">Return the list of users</td>
|
|
939
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/users/?{query}</td>
|
|
940
|
+
<td style="padding:15px">Yes</td>
|
|
941
|
+
</tr>
|
|
942
|
+
<tr>
|
|
943
|
+
<td style="padding:15px">returnTheSpecifiedUser(id, callback)</td>
|
|
944
|
+
<td style="padding:15px">Return the specified user</td>
|
|
945
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/users/{pathv1}?{query}</td>
|
|
946
|
+
<td style="padding:15px">Yes</td>
|
|
947
|
+
</tr>
|
|
948
|
+
<tr>
|
|
949
|
+
<td style="padding:15px">returnsTheHistoryOfTheSpecifiedTicket(id, callback)</td>
|
|
950
|
+
<td style="padding:15px">Returns the history of the specified ticket</td>
|
|
951
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/history?{query}</td>
|
|
952
|
+
<td style="padding:15px">Yes</td>
|
|
953
|
+
</tr>
|
|
954
|
+
<tr>
|
|
955
|
+
<td style="padding:15px">mapRulesToTicket(body, id, callback)</td>
|
|
956
|
+
<td style="padding:15px">Map rules to ticket</td>
|
|
957
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/map_rules?{query}</td>
|
|
958
|
+
<td style="padding:15px">Yes</td>
|
|
959
|
+
</tr>
|
|
960
|
+
<tr>
|
|
961
|
+
<td style="padding:15px">rejectATicket(body, id, callback)</td>
|
|
962
|
+
<td style="padding:15px">Reject a ticket</td>
|
|
963
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/reject?{query}</td>
|
|
964
|
+
<td style="padding:15px">Yes</td>
|
|
965
|
+
</tr>
|
|
966
|
+
<tr>
|
|
967
|
+
<td style="padding:15px">confirmTheRequest(body, id, callback)</td>
|
|
968
|
+
<td style="padding:15px">Confirm the request</td>
|
|
969
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/confirm?{query}</td>
|
|
970
|
+
<td style="padding:15px">Yes</td>
|
|
971
|
+
</tr>
|
|
972
|
+
<tr>
|
|
973
|
+
<td style="padding:15px">returnsTheSpecifiedTicketToTheSpecifiedStep(body, id, stepId, taskId, toStepId, callback)</td>
|
|
974
|
+
<td style="padding:15px">Returns the specified ticket to the specified step</td>
|
|
975
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/redo/{pathv4}?{query}</td>
|
|
976
|
+
<td style="padding:15px">Yes</td>
|
|
977
|
+
</tr>
|
|
978
|
+
<tr>
|
|
979
|
+
<td style="padding:15px">cancelATicket(body, id, callback)</td>
|
|
980
|
+
<td style="padding:15px">Cancel a ticket</td>
|
|
981
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/cancel?{query}</td>
|
|
982
|
+
<td style="padding:15px">Yes</td>
|
|
983
|
+
</tr>
|
|
984
|
+
<tr>
|
|
985
|
+
<td style="padding:15px">reassignsTheSpecifiedTicketTaskToTheSpecifiedUser(body, id, stepId, taskId, assigneeId, callback)</td>
|
|
986
|
+
<td style="padding:15px">Reassigns the specified ticket task to the specified user.</td>
|
|
987
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/reassign/{pathv4}?{query}</td>
|
|
988
|
+
<td style="padding:15px">Yes</td>
|
|
989
|
+
</tr>
|
|
990
|
+
<tr>
|
|
991
|
+
<td style="padding:15px">changeTheRequesterOfTheSpecifiedTicketTaskToTheSpecifiedUser(body, id, assigneeId, callback)</td>
|
|
992
|
+
<td style="padding:15px">Change the requester of the specified ticket task to the specified user.</td>
|
|
993
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/change_requester/{pathv2}?{query}</td>
|
|
994
|
+
<td style="padding:15px">Yes</td>
|
|
995
|
+
</tr>
|
|
996
|
+
<tr>
|
|
997
|
+
<td style="padding:15px">returnsAListOfTicketsBySearchParameters(callback)</td>
|
|
998
|
+
<td style="padding:15px">Returns a list of tickets by search parameters</td>
|
|
999
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/search?{query}</td>
|
|
1000
|
+
<td style="padding:15px">Yes</td>
|
|
1001
|
+
</tr>
|
|
1002
|
+
<tr>
|
|
1003
|
+
<td style="padding:15px">getCommandsForDeviceFromDesignerResultsOfASpecificFieldId(id, stepId, taskId, fieldId, deviceId, callback)</td>
|
|
1004
|
+
<td style="padding:15px">Get commands for device from designer results of a specific field id</td>
|
|
1005
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/fields/{pathv4}/designer/device/{pathv5}/commands?{query}</td>
|
|
1006
|
+
<td style="padding:15px">Yes</td>
|
|
1007
|
+
</tr>
|
|
1008
|
+
<tr>
|
|
1009
|
+
<td style="padding:15px">getDesignerResultsAccordingToFieldId(id, stepId, taskId, fieldId, callback)</td>
|
|
1010
|
+
<td style="padding:15px">Get designer results according to field id</td>
|
|
1011
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/fields/{pathv4}/designer?{query}</td>
|
|
1012
|
+
<td style="padding:15px">Yes</td>
|
|
1013
|
+
</tr>
|
|
1014
|
+
<tr>
|
|
1015
|
+
<td style="padding:15px">changeATaskOfATicketAtTheCurrentStep(body, id, taskId, callback)</td>
|
|
1016
|
+
<td style="padding:15px">Change a task of a ticket at the current step</td>
|
|
1017
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}?{query}</td>
|
|
1018
|
+
<td style="padding:15px">Yes</td>
|
|
1019
|
+
</tr>
|
|
1020
|
+
<tr>
|
|
1021
|
+
<td style="padding:15px">modifyTheDesignerSuggestionsForAccessRequestOrCloneServerPolicy(body, id, taskId, instructionId, callback)</td>
|
|
1022
|
+
<td style="padding:15px">Modify the Designer suggestions for Access Request or Clone Server Policy</td>
|
|
1023
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/tasks/{pathv2}/designer/instruction/{pathv3}?{query}</td>
|
|
1024
|
+
<td style="padding:15px">Yes</td>
|
|
1025
|
+
</tr>
|
|
1026
|
+
<tr>
|
|
1027
|
+
<td style="padding:15px">returnsTheDetailsOfASpecifiedTicketStages(id, callback)</td>
|
|
1028
|
+
<td style="padding:15px">Returns the details of a specified ticket stages</td>
|
|
1029
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps?{query}</td>
|
|
1030
|
+
<td style="padding:15px">Yes</td>
|
|
1031
|
+
</tr>
|
|
1032
|
+
<tr>
|
|
1033
|
+
<td style="padding:15px">changeMultipleFieldWithinATaskOfATicketInTheCurrentStep(body, id, taskId, callback)</td>
|
|
1034
|
+
<td style="padding:15px">Change multiple field within a task of a ticket in the current step</td>
|
|
1035
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/fields?{query}</td>
|
|
1036
|
+
<td style="padding:15px">Yes</td>
|
|
1037
|
+
</tr>
|
|
1038
|
+
<tr>
|
|
1039
|
+
<td style="padding:15px">returnsTheDetailsOfTheTasks(id, stepId, callback)</td>
|
|
1040
|
+
<td style="padding:15px">Returns the details of the tasks</td>
|
|
1041
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks?{query}</td>
|
|
1042
|
+
<td style="padding:15px">Yes</td>
|
|
1043
|
+
</tr>
|
|
1044
|
+
<tr>
|
|
1045
|
+
<td style="padding:15px">getSecurechangeTicketsFreeTextSearch(callback)</td>
|
|
1046
|
+
<td style="padding:15px">Returns a list of tickets by search parameters</td>
|
|
1047
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/free_text_search?{query}</td>
|
|
1048
|
+
<td style="padding:15px">Yes</td>
|
|
1049
|
+
</tr>
|
|
1050
|
+
<tr>
|
|
1051
|
+
<td style="padding:15px">getAccessRequestVerifierResults(id, stepId, taskId, fieldId, callback)</td>
|
|
1052
|
+
<td style="padding:15px">Get access request verifier results</td>
|
|
1053
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_access_request/{pathv4}/verifier?{query}</td>
|
|
1054
|
+
<td style="padding:15px">Yes</td>
|
|
1055
|
+
</tr>
|
|
1056
|
+
<tr>
|
|
1057
|
+
<td style="padding:15px">getSecurechangeTicketsIdStepsStepId(id, stepId, callback)</td>
|
|
1058
|
+
<td style="padding:15px">Returns the details of a specified ticket stages</td>
|
|
1059
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}?{query}</td>
|
|
1060
|
+
<td style="padding:15px">Yes</td>
|
|
1061
|
+
</tr>
|
|
1062
|
+
<tr>
|
|
1063
|
+
<td style="padding:15px">returnsTheDetailsOfASpecifiedTicket(id, callback)</td>
|
|
1064
|
+
<td style="padding:15px">Returns the details of a specified ticket</td>
|
|
1065
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}?{query}</td>
|
|
1066
|
+
<td style="padding:15px">Yes</td>
|
|
1067
|
+
</tr>
|
|
1068
|
+
<tr>
|
|
1069
|
+
<td style="padding:15px">changeAFieldWithinATaskOfATicketAtTheCurrentStep(body, id, taskId, fieldId, callback)</td>
|
|
1070
|
+
<td style="padding:15px">Change a field within a task of a ticket at the current step</td>
|
|
1071
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/fields/{pathv3}?{query}</td>
|
|
1072
|
+
<td style="padding:15px">Yes</td>
|
|
1073
|
+
</tr>
|
|
1074
|
+
<tr>
|
|
1075
|
+
<td style="padding:15px">returnsTheResultsOfTheCommitAction(id, stepId, taskId, fieldId, managementId, callback)</td>
|
|
1076
|
+
<td style="padding:15px">Returns the results of the Commit action</td>
|
|
1077
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/fields/{pathv4}/designer/commit_report/{pathv5}?{query}</td>
|
|
1078
|
+
<td style="padding:15px">Yes</td>
|
|
1079
|
+
</tr>
|
|
1080
|
+
<tr>
|
|
1081
|
+
<td style="padding:15px">getServerClonePolicyVerifierResults(id, stepId, taskId, callback)</td>
|
|
1082
|
+
<td style="padding:15px">Get server clone policy verifier results</td>
|
|
1083
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/clone_server_policy/verifier?{query}</td>
|
|
1084
|
+
<td style="padding:15px">Yes</td>
|
|
1085
|
+
</tr>
|
|
1086
|
+
<tr>
|
|
1087
|
+
<td style="padding:15px">returnsTheDetailsOfATheFields(id, stepId, taskId, callback)</td>
|
|
1088
|
+
<td style="padding:15px">Returns the details of a the fields</td>
|
|
1089
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/fields?{query}</td>
|
|
1090
|
+
<td style="padding:15px">Yes</td>
|
|
1091
|
+
</tr>
|
|
1092
|
+
<tr>
|
|
1093
|
+
<td style="padding:15px">changeMultipleFieldsWithinATaskOfATicket(body, id, stepId, taskId, callback)</td>
|
|
1094
|
+
<td style="padding:15px">Change multiple fields within a task of a ticket</td>
|
|
1095
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/fields?{query}</td>
|
|
1096
|
+
<td style="padding:15px">Yes</td>
|
|
1097
|
+
</tr>
|
|
1098
|
+
<tr>
|
|
1099
|
+
<td style="padding:15px">returnsTopologyMapImagePngFileForSpecificVerifierResults(id, stepId, taskId, fieldId, callback)</td>
|
|
1100
|
+
<td style="padding:15px">Returns topology map image (png file) for specific verifier results</td>
|
|
1101
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_access_request/{pathv4}/verifier/topology_map?{query}</td>
|
|
1102
|
+
<td style="padding:15px">Yes</td>
|
|
1103
|
+
</tr>
|
|
1104
|
+
<tr>
|
|
1105
|
+
<td style="padding:15px">changeATaskOfATicket(body, id, stepId, taskId, callback)</td>
|
|
1106
|
+
<td style="padding:15px">Change a task of a ticket</td>
|
|
1107
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}?{query}</td>
|
|
1108
|
+
<td style="padding:15px">Yes</td>
|
|
1109
|
+
</tr>
|
|
1110
|
+
<tr>
|
|
1111
|
+
<td style="padding:15px">returnsTheDetailsOfASpecifiedTask(id, stepId, taskId, callback)</td>
|
|
1112
|
+
<td style="padding:15px">Returns the details of a specified task</td>
|
|
1113
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}?{query}</td>
|
|
1114
|
+
<td style="padding:15px">Yes</td>
|
|
1115
|
+
</tr>
|
|
1116
|
+
<tr>
|
|
1117
|
+
<td style="padding:15px">returnsTheDetailsOfASpecifiedTicketsMax100TicketsInASingleQuery(callback)</td>
|
|
1118
|
+
<td style="padding:15px">Returns the details of a specified tickets (max 100 tickets in a single query)</td>
|
|
1119
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/?{query}</td>
|
|
1120
|
+
<td style="padding:15px">Yes</td>
|
|
1121
|
+
</tr>
|
|
1122
|
+
<tr>
|
|
1123
|
+
<td style="padding:15px">submitANewTicketToSecureChange(body, callback)</td>
|
|
1124
|
+
<td style="padding:15px">Submit a new ticket to Secure Change</td>
|
|
1125
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/?{query}</td>
|
|
1126
|
+
<td style="padding:15px">Yes</td>
|
|
1127
|
+
</tr>
|
|
1128
|
+
<tr>
|
|
1129
|
+
<td style="padding:15px">changeAFieldWithinATaskOfATicket(body, id, stepId, taskId, fieldId, callback)</td>
|
|
1130
|
+
<td style="padding:15px">Change a field within a task of a ticket</td>
|
|
1131
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/fields/{pathv4}?{query}</td>
|
|
1132
|
+
<td style="padding:15px">Yes</td>
|
|
1133
|
+
</tr>
|
|
1134
|
+
<tr>
|
|
1135
|
+
<td style="padding:15px">returnsTheDetailsOfASpecifiedField(id, stepId, taskId, fieldId, callback)</td>
|
|
1136
|
+
<td style="padding:15px">Returns the details of a specified field</td>
|
|
1137
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/fields/{pathv4}?{query}</td>
|
|
1138
|
+
<td style="padding:15px">Yes</td>
|
|
1139
|
+
</tr>
|
|
1140
|
+
<tr>
|
|
1141
|
+
<td style="padding:15px">getRuleDecommisionVerifierResults(id, stepId, taskId, callback)</td>
|
|
1142
|
+
<td style="padding:15px">Get rule decommision verifier results</td>
|
|
1143
|
+
<td style="padding:15px">{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/rule_decommission/verifier?{query}</td>
|
|
1144
|
+
<td style="padding:15px">Yes</td>
|
|
1145
|
+
</tr>
|
|
168
1146
|
</table>
|
|
169
1147
|
<br>
|