UNPKG

@itentialopensource/adapter-sevone_v2

Version:

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

230 lines 6.83 kB
{ "actions": [ { "name": "getDeviceAttachmentFilterSchema", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/devices/filters/schema?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDeviceAttachmentFilterSchema-default.json" } ] }, { "name": "getDeviceAttachment", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDeviceAttachment-default.json" } ] }, { "name": "getDeviceAttachmentFilters", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/filters?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDeviceAttachmentFilters-default.json" } ] }, { "name": "updateDeviceAttachmentFilters", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/filters?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateDeviceAttachmentFilters-default.json" } ] }, { "name": "getApiV2ReportsAttachmentsDevicesIdResources", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getApiV2ReportsAttachmentsDevicesIdResources-default.json" } ] }, { "name": "updateDeviceAttachment", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateDeviceAttachment-default.json" } ] }, { "name": "getDeviceAttachmentSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDeviceAttachmentSettings-default.json" } ] }, { "name": "updateDeviceAttachmentSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateDeviceAttachmentSettings-default.json" } ] }, { "name": "getDeviceAttachmentVisualization", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDeviceAttachmentVisualization-default.json" } ] }, { "name": "updateDeviceAttachmentVisualization", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/devices/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateDeviceAttachmentVisualization-default.json" } ] }, { "name": "createDeviceAttachment", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reports/{pathv1}/attachments/devices?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createDeviceAttachment-default.json" } ] } ] }