@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
38 lines • 904 B
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": "applyFPGA",
"enum": [
"applyFPGA",
"retrieveFPGADetails",
"retrieveFPGAInventory",
"manualInvoke",
"manualResume",
"retrieveUpgradeStatus",
"retrieveCircuitPacks",
"stopUpgrade",
"manualSuspend"
],
"external_name": "ph_request_type"
},
"aID": {
"type": "string",
"description": "AID for which FPGA Details to be retrieved.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "AID"
}
},
"definitions": {}
}