UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

249 lines 6.65 kB
{ "actions": [ { "name": "listRelationships", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "headListRelationships", "protocol": "REST", "method": "HEAD", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createRelationship", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "countRelationships", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/count?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "headCountRelationships", "protocol": "REST", "method": "HEAD", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/count?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "listUnresolvedRelationships", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/unresolved?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "headListUnresolvedRelationships", "protocol": "REST", "method": "HEAD", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/unresolved?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "countUnresolvedRelationships", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/unresolved/count?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "headCountUnresolvedRelationships", "protocol": "REST", "method": "HEAD", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/unresolved/count?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRelationship", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/{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": "headGetRelationship", "protocol": "REST", "method": "HEAD", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteRelationship", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/bpocore/market/api/v1/relationships/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }