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