UNPKG

@itentialopensource/adapter-sevone_v2

Version:

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

292 lines 8.06 kB
{ "actions": [ { "name": "getAllPlugins", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllPlugins-default.json" } ] }, { "name": "getDevicePluginInfoSchema", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins/device/schema?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getIndicatorExtendedInfoSchema", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins/indicator/schema/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllPluginIndicatorTypes", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins/indicatortypes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllPluginIndicatorTypes-default.json" } ] }, { "name": "createPluginIndicatorType", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/plugins/indicatortypes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createPluginIndicatorType-default.json" } ] }, { "name": "filterPluginIndicatorTypes", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/plugins/indicatortypes/filter?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/filterPluginIndicatorTypes-default.json" } ] }, { "name": "getSchemaForAllPluginIndicatorTypes", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins/indicatortypes/schema/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updatePluginIndicatorType", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/plugins/indicatortypes/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updatePluginIndicatorType-default.json" } ] }, { "name": "getObjectExtendedInfoSchema", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins/object/schema/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllPluginObjectTypes", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins/objecttypes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllPluginObjectTypes-default.json" } ] }, { "name": "createPluginObjectType", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/plugins/objecttypes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createPluginObjectType-default.json" } ] }, { "name": "filterPluginObjectTypes", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/plugins/objecttypes/filter?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/filterPluginObjectTypes-default.json" } ] }, { "name": "getSchemaForAllPluginObjectTypes", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/plugins/objecttypes/schema/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updatePluginObjectType", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/plugins/objecttypes/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updatePluginObjectType-default.json" } ] } ] }