UNPKG

@itentialopensource/adapter-sevone_v2

Version:

This adapter integrates with system described as: SevOne v2 api.

66 lines 1.68 kB
{ "actions": [ { "name": "postLoggingLevel", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/application/logger?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postLoggingLevel-default.json" } ] }, { "name": "getPublicMetrics", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/application/metrics?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getVersion", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/application/version?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getVersion-default.json" } ] } ] }