@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
53 lines • 1.88 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": "getNsiApiV3NetworkConstructs",
"enum": [
"getNsiApiV3NetworkConstructs",
"getNsiApiV3NetworkConstructsId",
"deleteNsiApiV3NetworkConstructsId",
"patchNsiApiV3NetworkConstructsId",
"postNsiApiV3NetworkConstructsIdExpectations",
"patchNsiApiV3NetworkConstructsIdExpectationsExpectationId",
"getNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationId",
"deleteNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationId",
"putNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationIdAttributeName",
"updateNCIdentifiers",
"deleteNsiApiV3NetworkConstructsIdIdentifiersIdentifierKey",
"getNsiApiV3NetworkConstructsIdNetworkConstructPlanned",
"patchNsiApiV3NetworkConstructsIdNetworkConstructPlanned"
],
"external_name": "ph_request_type"
},
"networkConstructExpectationsEquipmentIntentId": {
"type": "string",
"description": "(Optional) The equipment intent Id",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "networkConstructExpectations\\.equipmentIntent\\.id"
},
"networkConstructExpectationsServiceIntentId": {
"type": "string",
"description": "(Optional) The service intent Id",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "networkConstructExpectations\\.serviceIntent\\.id"
}
},
"definitions": {}
}