@itentialopensource/adapter-tufin_secureapp
Version:
This adapter integrates with system: sample.
88 lines • 2.31 kB
JSON
{
"actions": [
{
"name": "createUsers",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "fetchesUsers",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "fetchesUserByID",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteUnusedUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/securechangeworkflow/api/secureapp/repository/users/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}