UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

46 lines 1.14 kB
{ "actions": [ { "name": "getAllLicenses", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/licensing-feature/api/v1/features/getAllLicenses?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getLicense", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/licensing-feature/api/v1/features/getLicense?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }