@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
64 lines • 1.63 kB
JSON
{
"actions": [
{
"name": "restNiegrEgressMatchRenum",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/niegr/EgressMatch/renum?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restNiegrMatchRenum",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/niegr/Match/renum?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restNiegrPolicyFindNetworkIpInterfaces",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/niegr/Policy/findNetworkIpInterfaces/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}