@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
42 lines • 1.02 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": "getGeoredClusterStatus",
"enum": [
"getGeoredClusterStatus",
"postGeoredClusterStatus"
],
"external_name": "ph_request_type"
},
"clusterName": {
"type": "string",
"description": "The name of a georedundant aware application, such as `galera` or `datomic`",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "cluster_name"
},
"bodyParams": {
"type": "object",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "body_params"
}
},
"definitions": {}
}