UNPKG

@itentialopensource/adapter-nokia_nsp_nfm_p

Version:

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

84 lines 2.23 kB
{ "actions": [ { "name": "restOspfInterfaceRemovePassword", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/ospf/Interface/removePassword/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "restOspfShamLinkRemovePassword", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/ospf/ShamLink/removePassword/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "restOspfSiteExtensionInitiatePlannedRestart", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/ospf/SiteExtension/initiatePlannedRestart?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "restOspfVirtualLinkRemovePassword", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/ospf/VirtualLink/removePassword/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }