UNPKG

@itentialopensource/adapter-tufin_secureapp

Version:

This adapter integrates with system: sample.

88 lines 2.46 kB
{ "actions": [ { "name": "getSuggestedTargetsForAGivenAccessRequest", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/devices/suggest_target?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "returnsTheManagementIdsListOfExcludedDevicesInSecureChange", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/devices/excluded?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateTheWholeListOfExcludedDevicesInSecureChange", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/devices/excluded?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "returnsTheDetailsOfTheDevicesThatYouCanSelectAsATargetInSecureChange", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/devices/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }