@itentialopensource/adapter-tufin_secureapp
Version:
This adapter integrates with system: sample.
130 lines • 4.01 kB
JSON
{
"actions": [
{
"name": "runImpactAnalysisForGivenTask",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/multi_server_decommission_request/impact_analysis?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "runVerifierForGivenTask",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/multi_server_decommission_request/verifier?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getVerifierResults",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_server_decommission_request/{pathv4}/verifier?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getServerDecommissionDesignerResults",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_server_decommission_request/{pathv4}/designer?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "runServerDecommissionDesignerForGivenTask",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/current/tasks/{pathv2}/multi_server_decommission_request/designer?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getImpactAnalysisResults",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/securechange/tickets/{pathv1}/steps/{pathv2}/tasks/{pathv3}/multi_server_decommission_request/{pathv4}/impact_analysis?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}