@itentialopensource/adapter-hyas_protect
Version:
This adapter integrates with system described as: HYAS Protect.
84 lines • 2.32 kB
JSON
{
"actions": [
{
"name": "newcastleProtectTopChartsAggregates",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/aggregates?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/newcastleProtectTopChartsAggregates-default.json"
}
]
},
{
"name": "newcastleProtectBarChartsBar",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/bar?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/newcastleProtectBarChartsBar-default.json"
}
]
},
{
"name": "newcastleProtectHistogramsHistogram",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/histogram?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/newcastleProtectHistogramsHistogram-default.json"
}
]
},
{
"name": "newcastleProtectSummariesSummary",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/summary?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/newcastleProtectSummariesSummary-default.json"
}
]
}
]
}