UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

65 lines 1.65 kB
{ "actions": [ { "name": "getConfigmgmtApiV2Profiles", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configmgmt/api/v2/profiles?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postConfigmgmtApiV2Profiles", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/configmgmt/api/v2/profiles?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "patchConfigmgmtApiV2ProfilesProfileId", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/configmgmt/api/v2/profiles/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }