UNPKG

@itentialopensource/adapter-accedian_skylight_vision

Version:

This adapter integrates with system described as: accedianSkylightVision.

88 lines 2.2 kB
{ "actions": [ { "name": "getRFC2544TestReport", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/SAT/RFC2544/{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": "deleteRFC2544TestReport", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/SAT/RFC2544/{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": "startRFC2544Test", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/SAT/RFC2544/startTest?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "stopRFC2544Test", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/SAT/RFC2544/{pathv1}/stopTest?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }