@itentialopensource/adapter-tufin_secureapp
Version:
This adapter integrates with system: sample.
109 lines • 3.21 kB
JSON
{
"actions": [
{
"name": "retrieveExistingApplicationAccessRequests",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createApplicationAccessRequest",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateApplicationAccessRequests",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "retrieveAnExistingApplicationAccessRequestByID",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests/{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": "updateAnApplicationAccessRequest",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/applications/{pathv1}/application_access_requests/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}