@itentialopensource/adapter-hyas_protect
Version:
This adapter integrates with system described as: HYAS Protect.
24 lines • 611 B
JSON
{
"actions": [
{
"name": "newcastleProtectPassthroughPassthrough",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/passthrough?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/newcastleProtectPassthroughPassthrough-default.json"
}
]
}
]
}