UNPKG

@itentialopensource/adapter-tufin_secureapp

Version:

This adapter integrates with system: sample.

46 lines 1.19 kB
{ "actions": [ { "name": "fetchesServers", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/network_objects?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "fetchesServerByID", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/network_objects/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }