UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

48 lines 1.24 kB
{ "actions": [ { "name": "getScriptExecutionDetails", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configmgmt/api/v1/scriptExecutionDetails?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "PLAIN", "headers": { "Accept": "application/octet-stream" }, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getConfigmgmtApiV1ScriptExecutionDetailsJobID", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configmgmt/api/v1/scriptExecutionDetails/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }