UNPKG

@itentialopensource/adapter-nokia_nsp_nfm_p

Version:

This adapter integrates with system described as: nfm-p(SAMO).

38 lines 1.13 kB
{ "$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": "restVprnAbstractSiteRequestClearIgmpHostTracking", "enum": [ "restVprnAbstractSiteRequestClearIgmpHostTracking", "restVprnGroupInterfaceRequestPolicyAccountStatsClear", "restVprnL3AccessInterfaceRequestPolicyAccountStatsClear", "restVprnMSapRequestClearMsap", "restVprnMSapRetrieveMsap", "restVprnServiceAccessPointRequestClearIgmpHostTracking", "restVprnSiteGetExportRouteTargets", "restVprnSiteGetImportRouteTargets", "restVprnSiteRetrieveVRFRoutes" ], "external_name": "ph_request_type" }, "siteName": { "type": "string", "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "SiteName" } }, "definitions": {} }