UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

47 lines 1.1 kB
{ "actions": [ { "name": "getLekhaApiV1", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/lekha/api/v1/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "PLAIN", "headers": { "Accept": "application/x-tar" }, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteLekhaApiV1", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/lekha/api/v1/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }