UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

101 lines 3.56 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getTapiCoreContextConnection", "enum": [ "getTapiCoreContextConnection", "getTapiDataContextConnectivityContextConnection", "getTapiDataContextConnectivityContextConnectionUuid", "getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectionUuid", "postTapiDataContextConnectivityContextProvisioningConnectivityService", "deleteTapiDataContextConnectivityContextProvisioningConnectivityServiceUuid", "postTapiDataContextConnectivityContextProvisioningConnectivityServiceUuidName", "postTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuidName", "getTapiCoreContextConnectivityService", "getTapiDataContextConnectivityContextConnectivityService", "postTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityService", "getTapiDataContextConnectivityContextConnectivityServiceUuid", "getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuid", "deleteTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuid", "getTapiCoreContextTopologyMcpBaseTopologyConnectionEndPoint", "getTapiDataContextTopologyContextTopologyTopologyUuidConnectionEndPoint", "getTapiDataContextTopologyContextTopologyTopologyUuidConnectionEndPointConnectionEndPointUuid" ], "external_name": "ph_request_type" }, "pageNumber": { "type": "number", "description": "(Optional) The page to return", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "page[number]" }, "pageSize": { "type": "number", "description": "(Optional) The size of a returned page", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "page[size]" }, "tapiConnectivityConnectivitycontextConnectivityServiceBodyParam": { "type": "object", "description": "tapi.connectivity.connectivitycontext.ConnectivityService to be added to list", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "tapi\\.connectivity\\.connectivitycontext\\.ConnectivityService.body-param" }, "tapiCommonNameAndValueBodyParam": { "type": "object", "description": "tapi.common.NameAndValue to be added to list", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "tapi\\.common\\.NameAndValue\\.body-param" }, "topologyUuid": { "type": "string", "description": "Id of topology", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "topology-uuid" }, "connectionEndPointUuid": { "type": "string", "description": "Id of connection-end-point", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "connection-end-point-uuid" } }, "definitions": {} }