UNPKG

@itentialopensource/adapter-nokia_vitalqip

Version:

This adapter integrates with system described as: Nokia Vital QIP

84 lines 2.07 kB
{ "actions": [ { "name": "explicitBlock", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/{pathv1}/block/explicit?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "allocateBlock", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/{pathv1}/block/allocate?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "recoverBlock", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/{pathv1}/block/recover?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "quickBlock", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/{pathv1}/block/quick?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }