UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

208 lines 5.44 kB
{ "actions": [ { "name": "getAudits", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/audit/api/v1/audits?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postAudit", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/audit/api/v1/audits?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAuditById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteAudit", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postAuditRun", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}/auditRuns?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteAuditRun", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}/auditRuns/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "patchAuditRun", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}/auditRuns/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAuditFindings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}/auditRuns/{pathv2}/auditFindings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "fixAuditFindings", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}/auditRuns/{pathv2}/auditFindings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAuditFindingById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/audit/api/v1/audits/{pathv1}/auditRuns/{pathv2}/auditFindings/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }