@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
86 lines • 2.7 kB
JSON
{
"$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": "searchTpes",
"enum": [
"searchTpes",
"searchTpesV1"
],
"external_name": "ph_request_type"
},
"networkConstructId": {
"type": "string",
"description": "(Optional) Network Construct identifier. NA results in all Tpes with no ncId. NOT query is supported.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "networkConstruct\\.id"
},
"bookingDataLockout": {
"type": "string",
"description": "(Optional) Flag that enables/disables a link from having additional tunnel BW being consumed. NA results in all Tpes with no bwLockout. NOT query is supported. The allow...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "bookingData\\.lockout"
},
"tpeExpectationsEquipmentIntentId": {
"type": "string",
"description": "(Optional) The equipment intent Id. NA results in all Tpes with no eqpIntentId. NOT query is supported.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tpeExpectations\\.equipmentIntent\\.id"
},
"tpeExpectationsServiceIntentId": {
"type": "string",
"description": "(Optional) The service intent Id. NA results in all Tpes with no serviceIntentId. NOT query is supported.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tpeExpectations\\.serviceIntent\\.id"
},
"tpeExpectationsIntentId": {
"type": "string",
"description": "(Optional) The intent id. NA results in all Tpes with no intentId. NOT query is supported.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tpeExpectations\\.intent\\.id"
},
"tpeExpectationsIntentType": {
"type": "string",
"description": "(Optional) The intent type. NA results in all Tpes with no intentType. NOT query is supported.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tpeExpectations\\.intent\\.type"
}
},
"definitions": {}
}