@itentialopensource/adapter-tufin_secureapp
Version:
This adapter integrates with system: sample.
172 lines • 4.95 kB
JSON
{
"actions": [
{
"name": "createConnections",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateConnections",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "retrieveExistingConnections",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "retrieveExistingConnectionsWithExtendedResourcesInformation",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections_extended?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createATicketToRepairAConnection",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}/repair?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteConnection",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateAConnection",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "retrieveAnExistingConnectionByID",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/connections/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}