UNPKG

@itentialopensource/adapter-hyas_protect

Version:

This adapter integrates with system described as: HYAS Protect.

44 lines 1.11 kB
{ "actions": [ { "name": "newcastleProtectReportsGetReport", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/report?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "newcastleProtectReportsGetReports", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reports?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/newcastleProtectReportsGetReports-default.json" } ] } ] }