UNPKG

@itentialopensource/adapter-sevone

Version:
51 lines 1.25 kB
{ "actions": [ { "name": "getToken", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/authentication/signin", "requestSchema": "schemaTokenReq.json", "responseSchema": "schemaTokenResp.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "sso": { "protocol": "", "host": "", "port": 0 }, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/gettoken.json" } ] }, { "name": "healthcheck", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/devices?{query}", "requestSchema": "schemaHealth.json", "responseSchema": "schemaHealth.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "result", "mockFile": "mockdatafiles/healthcheck.json" } ] } ] }