@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
30 lines • 1.03 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": false,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "restL2tpGroupProfileRemovePassword",
"enum": [
"restL2tpGroupProfileRemovePassword",
"restL2tpGroupProfileRetrieveEthernetSessions",
"restL2tpGroupProfileStopTunnels",
"restL2tpL2TPSessionRetrieveL2TPSessions",
"restL2tpL2TPSessionRetrieveL2TPv3EthernetTunnelStats",
"restL2tpL2TPv3TunnelGroupConfigRemovePassword",
"restL2tpL2TPv3VirtualRouterConfigRemovePassword",
"restL2tpLacMlpppBundleRetrieveLacMlpppBundles",
"restL2tpSiteRemovePassword",
"restL2tpTunnelProfileDrain",
"restL2tpTunnelProfileRemovePassword",
"restL2tpTunnelProfileStopTunnels"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}