UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

50 lines 1.34 kB
{ "actions": [ { "name": "getTapiDataContextStreamContextAvailableStream", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tapi/data/context/stream-context/available-stream/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": { "Accept": "application/yang-data+json" }, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getTapiDataContextStreamContextSupportedStreamType", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tapi/data/context/stream-context/supported-stream-type/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": { "Accept": "application/yang-data+json" }, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }