UNPKG

@itentialopensource/adapter-tufin_securechange

Version:

This adapter integrates with system: tufin_securechange.

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