UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

53 lines 1.62 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": "searchEquipmentGroups", "enum": [ "searchEquipmentGroups", "searchEquipmentGroupsV1" ], "external_name": "ph_request_type" }, "networkConstructId": { "type": "string", "description": "(Optional) Network Construct identifier. NA results in all EquipmentGroups with no ncId. NOT query is supported.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "networkConstruct\\.id" }, "equipmentId": { "type": "string", "description": "(Optional) Comma separated list of equipment identifiers. NA results in all EquipmentGroups with no equipmentIds. NOT query is supported.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "equipment\\.id" }, "equipmentGroupExpectationsEquipmentIntentId": { "type": "string", "description": "(Optional) Equipment Intent Identifier. NA results in all EquipmentGroups with no intentId. NOT query is supported.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "equipmentGroupExpectations\\.equipmentIntent\\.id" } }, "definitions": {} }