@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
41 lines • 1.04 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": "getGeoredClusterRemoteStatus",
"enum": [
"getGeoredClusterRemoteStatus"
],
"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"
},
"siteId": {
"type": "string",
"description": "The name of the remote site where the query should be sent.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "site_id"
}
},
"definitions": {}
}