@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
48 lines • 1.25 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": "getGeoredSiteRemotes",
"enum": [
"getGeoredSiteRemotes",
"postGeoredSiteRemotes",
"deleteGeoredSiteRemotes",
"getGeoredApiV1SiteRemotesRemoved",
"deleteGeoredApiV1SiteRemotesRemovedId",
"postGeoredApiV1SiteRemotesRecoveryId",
"deleteGeoredApiV1SiteRemotesRecoveryId",
"getGeoredApiV1SiteRemotesRecoveryId"
],
"external_name": "ph_request_type"
},
"bodyParams": {
"type": "object",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "body_params"
},
"siteId": {
"type": "string",
"description": "The ID of the configured remote site to remove.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "site_id"
}
},
"definitions": {}
}