UNPKG

@itentialopensource/adapter-tufin_secureapp

Version:

This adapter integrates with system: sample.

67 lines 1.87 kB
{ "actions": [ { "name": "autoAssociateCloudServersFromSecureTrackWithAnApplication", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/cloud_console/servers/auto_association_rule?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "retrieveCloudServerListingFromSecureTrack", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/cloud_console/servers/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "associateCloudServersFromSecureTrackWithAnApplication", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/cloud_console/servers/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }